1. 01e5730 OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 1 year, 11 months ago
  2. 75fe8cc python: reformat using black by Patrick Williams · 1 year, 11 months ago
  3. 77b241c Add OWNERS file by Manojkiran Eda · 2 years, 7 months ago
  4. 81100ae Fix build time error by Ed Tanous · 3 years, 4 months ago
  5. 3617164 Fix -Wformat-security issue by Ed Tanous · 3 years, 5 months ago
  6. 3fbb444 fix sizeof bug by Andrew Geissler · 3 years, 9 months ago
  7. 1146f8c Add Joel to maintainers by Joel Stanley · 4 years, 5 months ago
  8. bed673e control-host: Use fsi-master class paths by Joel Stanley · 4 years, 5 months ago
  9. c8334f3 Revert "Revert "skeleton: Remove obmcutil"" by Brad Bishop · 5 years ago
  10. c0c74e7 skeleton: Use ioctl gpio handling by Anthony Wilson · 5 years ago
  11. c0da847 Revert "skeleton: Remove obmcutil" by Brad Bishop · 5 years ago
  12. eaedbe9 buttons: Remove legacy button applications by Brad Bishop · 5 years ago
  13. a738350 skeleton: Remove obmcutil by Anthony Wilson · 5 years ago
  14. e32e337 Prevent the reboot command from powering on the host. by Alexander Soldatov · 6 years ago
  15. a9427c8 Add Apache LICENSE by Brad Bishop · 6 years ago
  16. b8da93e Remove pciedetect by Adriana Kobylak · 6 years ago
  17. 7e48038 pytools: Remove dependency to obmc.system by Adriana Kobylak · 6 years ago
  18. 52efa65 pysensormgr: Remove sensor manager by Adriana Kobylak · 6 years ago
  19. e0e91fa configs: Remove PowerSupplyDeratingSensor by Adriana Kobylak · 6 years ago
  20. 2aa8e97 configs: Remove PowerSupplyRedundancySensor by Adriana Kobylak · 6 years ago
  21. d7a8ba5 configs: Remove TurboAllowedSensor by Adriana Kobylak · 6 years ago
  22. 3e0eb91 configs: Remove BootCountSensor by Adriana Kobylak · 6 years ago
  23. 13e17c5 configs: Remove the OperatingSystemStatus sensor by Adriana Kobylak · 6 years ago
  24. 49f8a6f configs: Remove BootProgressSensor by Adriana Kobylak · 6 years ago
  25. c6fa1dd fan_control: Move to using xyz.openbmc_project.Sensors by Adriana Kobylak · 6 years ago
  26. f070b1c Remove the GPIOs from S2600wf.py by Matt Spinler · 6 years ago
  27. 932198f Remove the GPIOs from Romulus.py by Matt Spinler · 6 years ago
  28. c9b4398 Remove the GPIOs from Palmetto.py by Matt Spinler · 6 years ago
  29. a76bc70 Remove the GPIOs from Lanyang.py by Matt Spinler · 6 years ago
  30. 9c6bed3 Remove the GPIOs from Zaius.py by Matt Spinler · 6 years ago
  31. 893498a Remove the GPIOs from Witherspoon.py by Matt Spinler · 6 years ago
  32. c4390de Point obmcutil chassiskill code at the GPIO JSON by Matt Spinler · 6 years ago
  33. 0f3fd5a Remove unnecessary args from GPIO functions by Matt Spinler · 6 years ago
  34. 0f0946b Call gpio_inits_done() from GPIO consumers by Matt Spinler · 6 years ago
  35. 6a07a6c Remove host control GPIOs from GpioConfigs by Matt Spinler · 6 years ago
  36. e2cd39d Fill in the function that finds the GPIO base by Matt Spinler · 6 years ago
  37. 8428d44 Fill in function to convert GPIO pin to a number by Matt Spinler · 6 years ago
  38. 3a70e93 Use cJSON to get the GPIO definitions by Matt Spinler · 6 years ago
  39. 403ddba Use cJSON to read the GPIO configuration by Matt Spinler · 6 years ago
  40. 24cbe78 Add documentation on GPIO JSON by Matt Spinler · 6 years ago
  41. ea3d8a4 Add function to load in the GPIO data from JSON. by Matt Spinler · 6 years ago
  42. 5da4f4f hostctl: Move to kernel FSI interface by Joel Stanley · 6 years ago
  43. 517b35e Add MAINTAINERS file by Andrew Jeffery · 6 years ago
  44. 9d572eb Spelling fixes by Gunnar Mills · 6 years ago
  45. 1acfd75 Add error handing to recovery from gpio config failure by Yong Li · 6 years ago
  46. 5a38763 bmc_update.py: Use BMC state manager to reboot BMC by Lei YU · 6 years ago
  47. d1142e3 Remove inventory_items.py from installation by Andrew Geissler · 6 years ago
  48. f6e918e Add getObjectFrom* interfaces back in by Andrew Geissler · 6 years ago
  49. d65b2d5 Port to python 3 by CamVan Nguyen · 6 years ago
  50. c182e5e pytools: Add completion script for obmcutil by Andrew Jeffery · 6 years ago
  51. 099bb15 Remove all legacy function from system manager by Andrew Geissler · 6 years ago
  52. a14bddf Remove use of settings in chassis_control.py by Andrew Geissler · 6 years ago
  53. 5987cac Remove use of legacy system state by Andrew Geissler · 6 years ago
  54. 24341f9 pep8 fixes by Adriana Kobylak · 6 years ago
  55. a30ab9d obmcutil: alias status to state by Joel Stanley · 6 years ago
  56. 89e6c91 Allow PGOOD polling interval of 500ms by Matt Spinler · 6 years ago
  57. 8e745b5 Rename board configuration file by James Feist · 6 years ago
  58. 5a2d2bc Updating PS redundancy object path. by Dhruvaraj Subhashchandran · 7 years ago
  59. 86101ea Add lseek to support GPIO read/write by Yong Li · 7 years ago
  60. 8102f92 Add initial Wfp config to be able to build platform. by James Feist · 7 years ago
  61. e2691e7 Remove pci_reset from Romulus config by Lei YU · 7 years ago
  62. aa4c310 Spelling fixes by Gunnar Mills · 7 years ago
  63. 1902990 Add basename for file name in download manager by Gunnar Mills · 7 years ago
  64. 1be4fab pytools: obmcutil: Add `chassiskill` command by Andrew Jeffery · 7 years ago
  65. cf6a784 pytools: obmcutil: Optionally wait for standby before getting objects by Andrew Jeffery · 7 years ago
  66. 08e149b pytools: obmcutil: Use 'in' test rather than dict.has_key() by Andrew Jeffery · 7 years ago
  67. 81707a1 pytools: obmcutil: Remove unnecessary parentheses by Andrew Jeffery · 7 years ago
  68. b43f7ed pytools: obmcutil: Implement verbose mode by Andrew Jeffery · 7 years ago
  69. de4ed02 pytools: obmcutil: Implement blocking behaviour by Andrew Jeffery · 7 years ago
  70. bba82bd pytools: obmcutil: Use format string for all-props output by Andrew Jeffery · 7 years ago
  71. c6b5deb pytools: obmcutil: Consistent naming for command descriptors by Andrew Jeffery · 7 years ago
  72. 0b6883d pytools: obmcutil: Use argparse by Andrew Jeffery · 7 years ago
  73. da3b35c pytools: obmcutil: Drop ElementTree and json imports by Andrew Jeffery · 7 years ago
  74. 7b376e7 pytools: obmcutil: Introduce run_all_commands() by Andrew Jeffery · 7 years ago
  75. e4dcaef pytools: obmcutil: Introduce run_one_command() by Andrew Jeffery · 7 years ago
  76. 554a0e5 pytools: obmcutil: Drop redundant prop assignment and test by Andrew Jeffery · 7 years ago
  77. 849ebeb pytools: obmcutil: Collapse redundant assignment and test by Andrew Jeffery · 7 years ago
  78. 1133d8c pytools: obmcutil: Drop ability to set properties from the commandline by Andrew Jeffery · 7 years ago
  79. 39e10da pytools: obmcutil: Collapse nested conditions by Andrew Jeffery · 7 years ago
  80. fb8e101 pytools: obmcutil: Assign None to val by default by Andrew Jeffery · 7 years ago
  81. b40e64b pytools: obmcutil: Properly use format string by Andrew Jeffery · 7 years ago
  82. 47f8ff9 pytools: obmcutil: Drop parentheses from conditions by Andrew Jeffery · 7 years ago
  83. e44ee59 pytools: obmcutil: Make prop use None instead of empty string by Andrew Jeffery · 7 years ago
  84. 0215402 pytools: obmcutil: Rename property_value to val by Andrew Jeffery · 7 years ago
  85. 97800bc pytools: obmcutil: Rename property_name to prop by Andrew Jeffery · 7 years ago
  86. 82b4b81 pytools: obmcutil: Rename prop to dbus_prop by Andrew Jeffery · 7 years ago
  87. dc56a93 pytools: obmcutil: Rename bus_name to bus by Andrew Jeffery · 7 years ago
  88. bdb7435 pytools: obmcutil: Rename bus to dbus_bus by Andrew Jeffery · 7 years ago
  89. 93b84e4 op-pwrctl: Use new BootProgress sensor by Lei YU · 7 years ago
  90. 563db9f pytools: obmcutil: Rename intf_name to iface by Andrew Jeffery · 7 years ago
  91. 687aaa4 pytools: obmcutil: Rename intf to dbus_iface by Andrew Jeffery · 7 years ago
  92. eee9c24 pytools: obmcutil: Rename obj_path to obj by Andrew Jeffery · 7 years ago
  93. 401fcb4 pytools: obmcutil: Rename obj to dbus_obj by Andrew Jeffery · 7 years ago
  94. 44e6d9c pytools: obmcutil: Put script into a main() method by Andrew Jeffery · 7 years ago
  95. 076aa1f pytools: obmcutil: Drop commandline method support by Andrew Jeffery · 7 years ago
  96. 7bef82c bmc_update.py: Call fw_setenv twice for PrepareForUpdate by Adriana Kobylak · 7 years ago
  97. 2b3f3ff Remove pci_reset from witherspoon config by Andrew Geissler · 7 years ago
  98. 0206be8 flashbios: Do not expect the full path to the executable by Adriana Kobylak · 7 years ago
  99. 2c92f88 Correct the PS Derating & PS redundancy sensor numbers. by Tom Joseph · 7 years ago
  100. f1470e9 SyncInventory: Move to the xyz namespace for property mac by Ratan Gupta · 7 years ago