1. 03c19db Add YAML and error function for MEM_GOODx faults by Brandon Wyman · 5 years ago
  2. 573f887 Update to get GPIOAnalysis from parsing YAML by Brandon Wyman · 5 years ago
  3. 2ca8e48 Update to get GPIConfigs from parsing YAML by Brandon Wyman · 5 years ago
  4. ee21fd2 Update to get RailNames from parsing YAML by Brandon Wyman · 5 years ago
  5. f99887b Update script and template to parse index and path by Brandon Wyman · 5 years ago
  6. 926aa4d Fill in example YAML file based on Witherspoon by Brandon Wyman · 5 years ago
  7. 34e257b Use YAML for UCD definitions by Brandon Wyman · 5 years ago
  8. 9c7897c Cleanup: Use filesystem instead of experimental by Brandon Wyman · 5 years ago
  9. 05be4a9 Remove the witherspoon prefix from the PSU monitor by Brandon Wyman · 5 years ago
  10. 088ab9c Remove witherspoon prefix from power sequencer app by Brandon Wyman · 5 years ago
  11. e75fcd3 build: install into bin instead of sbin by Patrick Venture · 5 years ago
  12. 57bee32 Fix I2C dev path for the 5.0 kernel by Matt Spinler · 5 years ago
  13. 61a0419 build: pkg anti-pattern: use defaults by Patrick Venture · 5 years ago
  14. ac9d5c3 power_supply: Fix duplicate variant value by William A. Kennington III · 6 years ago
  15. d3e4dad Remove unused is_method_error calls by Matt Spinler · 6 years ago
  16. f0f02b9 Start using .clang-format by Matt Spinler · 6 years ago
  17. 1a0c917 timer: Remove in favor of sdeventplus/timer by William A. Kennington III · 6 years ago
  18. e5a8b47 event: Remove in favor of sdeventplus by William A. Kennington III · 6 years ago
  19. f715b15 gitignore: Add missing libtool by William A. Kennington III · 6 years ago
  20. f4d72d8 witherspoon-pfault-analysis: use c++17 by Vernon Mauery · 6 years ago
  21. cab4834 Spelling fixes by Gunnar Mills · 6 years ago
  22. 5b48596 Use s.c_str() in log messages by Joseph Reynolds · 6 years ago
  23. 0a0b899 Add MAINTAINERS file by Andrew Jeffery · 6 years ago
  24. 233a252 Handle new UCD90160 MFR_STATUS sysfs location by Matt Spinler · 6 years ago
  25. 6def909 Still report errors when metadata capture fails by Matt Spinler · 6 years ago
  26. 7475b1c Error metadata fixup by Matt Spinler · 6 years ago
  27. 0e45ced Call out GPUs using their inventory path by Matt Spinler · 6 years ago
  28. 5e361c5 types: Add missing functional include by Brad Bishop · 6 years ago
  29. 654eb6e Skip other fault checks if inputFault count bump by Brandon Wyman · 6 years ago
  30. 7502f6c Clear powerOnFault when inputFault cleared by Brandon Wyman · 6 years ago
  31. ad70824 Only log input fault error when power is on by Brandon Wyman · 6 years ago
  32. c87eb82 Add input history collection support to main() by Matt Spinler · 6 years ago
  33. 15b5f40 Add new psu-monitor command line argument support by Matt Spinler · 6 years ago
  34. d734e65 Support for syncing power supply input history by Matt Spinler · 6 years ago
  35. eb169fd Add collection of power history data by Matt Spinler · 6 years ago
  36. 8238414 Add ability to enable input history collection by Matt Spinler · 6 years ago
  37. 7d24ee8 Add Average and Maximum classes by Matt Spinler · 6 years ago
  38. c180a18 Add RecordManager testcases by Matt Spinler · 6 years ago
  39. c341438 Add functions to return the averages and maximums by Matt Spinler · 6 years ago
  40. 8168d28 Add function to handle a new input history record by Matt Spinler · 6 years ago
  41. 28fa1b6 Add functions to parse an input history record by Matt Spinler · 6 years ago
  42. e710d18 Add function to convert from linear format by Matt Spinler · 6 years ago
  43. d7abf36 Add history::RecordManager class by Matt Spinler · 6 years ago
  44. fa23e33 Add support to read binary PMBus data by Matt Spinler · 6 years ago
  45. 35aa143 Add support to set a GPIO either low or high by Matt Spinler · 6 years ago
  46. da2e0fe Move GPIO class to common library by Matt Spinler · 6 years ago
  47. 0d09f29 Don't use MESSAGE in elog metadata by Matt Spinler · 6 years ago
  48. 018a7bc Fill in PowerSupply::updateInventory() by Matt Spinler · 6 years ago
  49. 589e872 Rearrange constants at the top of power_supply.cpp by Matt Spinler · 6 years ago
  50. 234ce0d Add update power supply inventory stubs and calls by Matt Spinler · 6 years ago
  51. fbae7b6 Add readString PMBus function by Matt Spinler · 6 years ago
  52. 4dc4678 Add PMBus device hwmon debug access type by Matt Spinler · 6 years ago
  53. ba05348 Add function to get PMBus device name by Matt Spinler · 6 years ago
  54. 78c5c2b Change interval units to milliseconds by Matt Spinler · 7 years ago
  55. 701eef6 Stop polling the GPU PGOOD fault GPIO by Matt Spinler · 7 years ago
  56. de16d05 Don't log errors for voltage warnings by Matt Spinler · 7 years ago
  57. 0a4f519 Add a utility function for setting a property by Brandon Wyman · 7 years ago
  58. 01741f1 Fill in the function for resolving errors by Brandon Wyman · 7 years ago
  59. 08b0571 Resolve error when input fault clears by Brandon Wyman · 7 years ago
  60. 43ce208 Add a function for resolving errors by Brandon Wyman · 7 years ago
  61. 64dd270 Remove the TODO for need to deglitch by Brandon Wyman · 7 years ago
  62. 2ef48cf Fix power supply present delay by Brandon Wyman · 7 years ago
  63. 2877add Update HWMON path when supply becomes present by Brandon Wyman · 7 years ago
  64. b08efa4 Increase the power on delay timer to 5 seconds by Brandon Wyman · 7 years ago
  65. e2fc7aa Add check for faultFound to power fault checks by Brandon Wyman · 7 years ago
  66. a3c675c Implement de-glitch for input fault by Brandon Wyman · 7 years ago
  67. e4af980 Implement de-glitch for read failures by Brandon Wyman · 7 years ago
  68. 50044ea Implement de-glitch for temperature fault or warn by Brandon Wyman · 7 years ago
  69. ba25553 Implement de-glitch for fan fault or warn by Brandon Wyman · 7 years ago
  70. 2ab319b Implement de-glitch for output overvoltage fault by Brandon Wyman · 7 years ago
  71. dd61be4 Implement de-glitch for output overcurrent fault by Brandon Wyman · 7 years ago
  72. 3343e82 Add in a way to check for any fault found by Brandon Wyman · 7 years ago
  73. 50bb85d Fix up the inventory path by Brandon Wyman · 7 years ago
  74. bee8161 Fix up the TODO for the deglitching by Brandon Wyman · 7 years ago
  75. 590fc28 Add in a delay before setting present to true by Brandon Wyman · 7 years ago
  76. 69591bd Delay power supply on fault checks by Brandon Wyman · 7 years ago
  77. 3c0f804 Add separator lines between the error entries by Brandon Wyman · 7 years ago
  78. 02bc0f2 Remove the PowerSupplyUnderVoltageFault error by Brandon Wyman · 7 years ago
  79. d20686a Merge VIN_UV_FAULT check with the inputFault by Brandon Wyman · 7 years ago
  80. b49986b Change to not check powerOn faults if input fault by Brandon Wyman · 7 years ago
  81. ea358c9 Add power supply call out to UV and input faults by Brandon Wyman · 7 years ago
  82. 6ccce0b Update clearFaults and use for power and presence by Brandon Wyman · 7 years ago
  83. 882ce95 Pass error to log into shutdown function by Matt Spinler · 7 years ago
  84. 593d24f Implement de-glitch for PGOOD and UNIT_IS_OFF by Brandon Wyman · 7 years ago
  85. 800e01b Remove try/catch defaulting PSU presence to false by Brandon Wyman · 7 years ago
  86. ceacf94 Use Common.Device.Error for device failures by Matt Spinler · 7 years ago
  87. e0eb45c Move power errors to org.open_power.witherspoon by Brandon Wyman · 7 years ago
  88. 1dd3c9a Update the delay from state=1 to powerOn=true by Brandon Wyman · 7 years ago
  89. cfa032b Change order of powered on fault checks by Brandon Wyman · 7 years ago
  90. a1e9634 Add a helper function to capture command metadata by Brandon Wyman · 7 years ago
  91. 3b7b38b Add helper function to see if PMBus file exists by Brandon Wyman · 7 years ago
  92. 83abbd6 Add missing pragma once to top of header file by Brandon Wyman · 7 years ago
  93. 875b363 Add in support for power supply over-temperature by Brandon Wyman · 7 years ago
  94. 12661f1 Add in support for power supply fan fault by Brandon Wyman · 7 years ago
  95. ab05c07 Add in detection of output overvoltage fault by Brandon Wyman · 7 years ago
  96. 603cc00 Refactor the analyze() function to be less verbose by Brandon Wyman · 7 years ago
  97. b165c25 Add in support for detecting an output overcurrent fault by Brandon Wyman · 7 years ago
  98. 764c797 Add support for power supply off when it should be on by Brandon Wyman · 7 years ago
  99. 431fbe4 Add support for tracking system power state by Brandon Wyman · 7 years ago
  100. 8731a30 Update to allow missing inventory property by Brandon Wyman · 7 years ago