1. 527ff34 PEL: Handle failing to start a PLDM cmd better by Matt Spinler · 1 year ago
  2. da5b76b PEL: Support for CheckstopFlag msg reg field by Matt Spinler · 1 year, 1 month ago
  3. 81bc561 PEL: Fixes for gcc13 by Matt Spinler · 1 year, 1 month ago
  4. 0dd22c8 PEL: Clear deconfig flag after callout replaced by Matt Spinler · 1 year, 2 months ago
  5. 784b02e PEL:test: Refactor mocked checkDumpStatus usage by Matt Spinler · 1 year, 2 months ago
  6. 32e36b8 PEL:pel_manager_test: Refactor temp dir cleanup by Matt Spinler · 1 year, 2 months ago
  7. 0bf04b5 PEL: Convert a BCDTime to epoch milliseconds by Matt Spinler · 1 year, 2 months ago
  8. 7410260 PEL:log_id_test: Remove file when testcase done by Matt Spinler · 1 year, 2 months ago
  9. ac1ba3f clang-format: copy latest and re-format by Patrick Williams · 1 year, 2 months ago
  10. 3fe93e9 PEL: Support new DeconfigFlag msg reg field by Matt Spinler · 1 year, 3 months ago
  11. b832aa5 PEL: Print component names in peltool by Matt Spinler · 1 year, 3 months ago
  12. bad056b PEL: Handle multiple inv paths per loc code by Matt Spinler · 1 year, 5 months ago
  13. 9d92109 PEL: Capture the journal in UserData sections by Matt Spinler · 1 year, 7 months ago
  14. 711f112 PEL: Read the journal info from the registry by Matt Spinler · 1 year, 7 months ago
  15. d96fa60 PEL: Create class to read from the journal by Matt Spinler · 1 year, 7 months ago
  16. 875b6c7 PEL: Add boot progress code to SRC hex data by Vijay Lobo · 2 years, 9 months ago
  17. 2544b41 clang-format: update with latest by Patrick Williams · 1 year, 9 months ago
  18. 3d92331 PEL: Add CalloutsWhenNoADMatch msg reg support by Matt Spinler · 1 year, 11 months ago
  19. 4fd1421 PEL: Add missing gtest dependency by Matt Spinler · 2 years ago
  20. be952d2 PEL: Fix more cppcheck warnings by Matt Spinler · 2 years ago
  21. 45e8352 sdbusplus: use shorter type aliases by Patrick Williams · 2 years ago
  22. 9ac0d9b PEL: Add BMC uptime to PELs in UserData section by George Liu · 2 years ago
  23. 8b81ec0 PEL: Update D-Bus event sev based on PEL severity by Matt Spinler · 2 years ago
  24. 0003af1 PEL: Sanitize D-Bus fields that come from PELs by Matt Spinler · 2 years, 1 month ago
  25. 3c7ec6d PEL: Allow pretty symFRU/proc name in callout JSON by Matt Spinler · 2 years, 2 months ago
  26. a2d7b77 PEL: Remove PowerFault from message entries, registries, and code by Mike Capps · 2 years, 4 months ago
  27. 23970b0 PEL: Support 'PossibleSubsystems' in msg registry by Matt Spinler · 2 years, 4 months ago
  28. 027bf28 PEL: Skip purging PEL if it has associated hw isolation entry by Sumit Kumar · 2 years, 5 months ago
  29. e5f7508 PEL: Wait a bit after host up before sending PELs by Matt Spinler · 2 years, 5 months ago
  30. f8e750d openpower-pels: only fail on hw callouts by Andrew Geissler · 2 years, 6 months ago
  31. 50bfa69 PEL: Pass in subsystem to use with additional data by Sumit Kumar · 2 years, 6 months ago
  32. f380c51 PEL: Fix for error - unable to read PEL ID file by Sumit Kumar · 2 years, 8 months ago
  33. 3e27443 PEL: Write terminating SRC to the progress SRC by Sumit Kumar · 2 years, 10 months ago
  34. 39936e3 PEL: pad hex words displayed in error message by Zane Shelley · 2 years, 8 months ago
  35. ecaa2fc PEL: Add guard record entry create function by Jayanth Othayoth · 2 years, 8 months ago
  36. 66491c6 catch exceptions as const by Patrick Williams · 2 years, 9 months ago
  37. 242be74 PEL: Update pel_values to support bmcweb by Vijay Lobo · 2 years, 10 months ago
  38. 2c36fdd PEL: Store system boot state in user data section by Sumit Kumar · 2 years, 10 months ago
  39. 9d43a72 PEL: Update bmc & platform dump status in SRC section by Sumit Kumar · 2 years, 10 months ago
  40. ea2873d PEL: Change BMCSP01 maint procedure to BMC0001 by Matt Spinler · 2 years, 11 months ago
  41. 479b692 PEL: Remove 'no_vpd_for_fru' maintenance procedure by Matt Spinler · 2 years, 11 months ago
  42. 2ccdcef PEL: Guard against hostboot sending down duplicate PEL Ids by Sumit Kumar · 3 years ago
  43. 76198a2 PEL: Set critical association to object paths by Sumit Kumar · 3 years ago
  44. e053884 build: Refactor to separate out library by William A. Kennington III · 3 years, 1 month ago
  45. 593a4c6 PEL: Support resolution property by Vijay Lobo · 3 years, 1 month ago
  46. 530efbf PEL: Manager: Implemented the GetBMCLogIdFromPELId dbus method by Ramesh Iyyar · 3 years ago
  47. f4203c4 PEL: Manager: Implemented the GetPELIdFromBMCLogId dbus method by Ramesh Iyyar · 3 years ago
  48. 99f3717 PEL: Repository: Added getLogID() as public method by Ramesh Iyyar · 3 years ago
  49. 1d8835b PEL: Deleted PELs moved to new folder under logs by Sumit Kumar · 3 years, 1 month ago
  50. 0d92b52 PEL: Handle location codes for connectors by Matt Spinler · 3 years, 1 month ago
  51. d354a39 PEL: Support eventId property by Vijay Lobo · 3 years, 1 month ago
  52. bf54cbb PEL: Create TemporaryFile class by Jayanth Othayoth · 3 years, 1 month ago
  53. b6b2557 build: Use global variables instead of macros for test features by William A. Kennington III · 3 years, 1 month ago
  54. b41fa54 test: openpower-pels: Fix unscoped use of DoAll by William A. Kennington III · 3 years, 1 month ago
  55. 3b8ed7f PEL: Support MfgSeverity & MfgAction flags PEL reg fields by Sumit Kumar · 3 years, 2 months ago
  56. e32b7e7 Add system IM keyword to PEL userdata0 section by Ben Tyner · 3 years, 2 months ago
  57. c2b8a51 PEL: Change the BMC version UD label to FW version by Matt Spinler · 3 years, 1 month ago
  58. ef9cc07 build: remove autotools support by Patrick Williams · 3 years, 2 months ago
  59. d9f0d64 build: meson support for openpower-pel extensions by Patrick Williams · 3 years, 2 months ago
  60. 23867bc openpower-pels: json_utils: fix crash on invalid format string by Patrick Williams · 3 years, 2 months ago
  61. d26fa3e openpower-pels: clean up various compile warnings by Patrick Williams · 3 years, 2 months ago
  62. 6b3f345 PEL: Support user supplied flag to indicate a fatal/terminating by Vijay Lobo · 3 years, 3 months ago
  63. 993168d PEL: Change method of asserting a fault LED by Matt Spinler · 3 years, 3 months ago
  64. f3702bb PEL: Support creator supplied power fault flag by Vijay Lobo · 3 years, 3 months ago
  65. f397afc PEL: Allow missing AD keys in the reg callouts by Matt Spinler · 3 years, 5 months ago
  66. 1a1b0df peltool: Print the Words6To9 'Description' field by Harisuddin Mohamed Isa · 3 years, 7 months ago
  67. 53ef155 Specify PEL callout priority and sort callouts. by Miguel Gomez · 3 years, 9 months ago
  68. 1ab6696 PEL: Use the real system names property by Matt Spinler · 3 years, 8 months ago
  69. f00f9d0 PEL: Dynamic location code for registry callout by Matt Spinler · 3 years, 8 months ago
  70. 44893cc PEL: Implement CreatePELWithFFDCFiles by Matt Spinler · 3 years, 10 months ago
  71. 44fc316 pel-quiesce: quiesce on error pels with callout by Andrew Geissler · 4 years ago
  72. 1f93c59 PEL: Don't fix user specified action flags by Matt Spinler · 3 years, 10 months ago
  73. 386a61e PEL: ExtendedUserData section class by Matt Spinler · 3 years, 11 months ago
  74. e513dbc PEL: Add PEL callout JSON testcase by Matt Spinler · 3 years, 10 months ago
  75. afa2c79 PEL: Look for JSON Guard & Deconfig fields by Matt Spinler · 3 years, 10 months ago
  76. b8cb60f PEL: Extract MRUs from callout JSON by Matt Spinler · 3 years, 10 months ago
  77. 3bdd011 PEL: Parse and add JSON callouts by Matt Spinler · 3 years, 10 months ago
  78. 5ab3997 PEL: Let Callout object ctor take a MRU list by Matt Spinler · 3 years, 11 months ago
  79. 468aab5 PEL: Add support for raw symbolic FRUs and procs by Matt Spinler · 3 years, 11 months ago
  80. 48c44db PEL: Set platform SAI LED group by Matt Spinler · 3 years, 10 months ago
  81. 3dd17e9 PEL: Add LightPath test to the Manager testcases by Matt Spinler · 4 years ago
  82. 34a904c PEL: LightPath: Assert LED groups by Matt Spinler · 4 years ago
  83. 05f0c6d PEL: LightPath: Choose callout location codes by Matt Spinler · 4 years ago
  84. 1962e08 PEL: Activate service indicators on new PEL by Matt Spinler · 4 years ago
  85. 6c081cc PEL: Add callouts to pelFactory()'s test PEL by Matt Spinler · 4 years ago
  86. 2f9225a PEL: Update getInventoryFromLocCode by Matt Spinler · 4 years ago
  87. 22421b9 PEL: Trace BMC log ID on new PEL, and use fmt by Matt Spinler · 4 years ago
  88. 30ddc9f PEL: Still create PEL when error not in registry by Matt Spinler · 4 years ago
  89. 0f8a738 PEL: Support a default device callouts file by Matt Spinler · 4 years ago
  90. ff9cec2 PEL: Watch for manually deleted PEL files by Matt Spinler · 4 years ago
  91. 52602e3 PEL: On remove() call, return the removed LogID by Matt Spinler · 4 years ago
  92. 7e727a3 PEL: Check if PEL pruning necessary on a new PEL by Matt Spinler · 4 years ago
  93. b0a8df5 PEL: Implement respository pruning by Matt Spinler · 4 years ago
  94. b188f78 PEL: Keep size statistics of PEL repo by Matt Spinler · 4 years ago
  95. 454f656 PEL: Create a PEL that takes parameters for test by Matt Spinler · 4 years ago
  96. 8d5f3a2 PEL: Add PEL repository capping related fields by Matt Spinler · 4 years ago
  97. 0a90a85 PEL: Add PEL testcase for device callouts by Matt Spinler · 4 years, 1 month ago
  98. 717de42 PEL: Add device path callouts in SRC section by Matt Spinler · 4 years, 1 month ago
  99. af191c7 PEL: Generate HW callouts from the msg registry by Matt Spinler · 4 years, 1 month ago
  100. 5fb24c1 PEL: Add location code related stubs by Matt Spinler · 4 years, 1 month ago