1. 87001e4 clang-format: apply clang-12 changes by Patrick Williams · 3 years ago
  2. a9ee22b elog-gen: sort exceptions for file stability by Patrick Williams · 3 years ago
  3. efcf766 elog-gen: minor changes to reduce clang-format diffs by Patrick Williams · 3 years ago
  4. b2e541e PEL.Entry update hidden property setting by Vijay Lobo · 3 years ago
  5. 9d43a72 PEL: Update bmc & platform dump status in SRC section by Sumit Kumar · 3 years ago
  6. e99a4fd exception: switch to public sdbus exception by Patrick Williams · 3 years ago
  7. 66580a9 exception: define get_errno for example types by Patrick Williams · 3 years ago
  8. 36a3469 lg2: conversion: reduce std::forward clutter by Patrick Williams · 3 years ago
  9. 511a475 rsyslog-config: warning due to bad std::move by Patrick Williams · 3 years ago
  10. e917611 lg2: fix clang static_assert fire by Patrick Williams · 3 years ago
  11. b01a5b4 log_manager: fix constexpr string length by Patrick Williams · 3 years ago
  12. ec4eaea log_manager: add override to deleteAll by Patrick Williams · 3 years ago
  13. d788859 lg2: fix clang issue on nullptr_t by Patrick Williams · 3 years ago
  14. a91a62b lg2: workaround clang-tidy's lack of source_location by Patrick Williams · 3 years ago
  15. c4845d9 lg2: conversion: support std::filesystem::path natively by Patrick Williams · 3 years ago
  16. 3e55d4d build: update cereal dep for subprojects by Patrick Williams · 3 years ago
  17. b1811b3 lg2: minor size optimization in do_log by Patrick Williams · 3 years ago
  18. b5988ff lg2: reduce string_view for size optimize by Patrick Williams · 3 years ago
  19. 2fb1021 PEL.Entry - Add managementSystemAck property by Vijay Lobo · 3 years ago
  20. b63f75b PEL: Add altitude PEL registry entries by Rashmica Gupta · 3 years ago
  21. d54fd73 PEL:message_registry: add new HostRunning error by Andrew Geissler · 3 years, 1 month ago
  22. b615b17 PEL: removed openpower-hw-diags registry SRC desc by Zane Shelley · 3 years ago
  23. 816eedf lg2: missing include for ranges::find by Patrick Williams · 3 years ago
  24. 5f285c5 log_manager: switch to lg2 by Patrick Williams · 3 years, 1 month ago
  25. 465ab60 lg2: compile time checking for reserved header names by Patrick Williams · 3 years, 1 month ago
  26. cbdc283 lg2: compile time header format checking by Patrick Williams · 3 years, 1 month ago
  27. 6b1077f lg2: support exception conversion by Patrick Williams · 3 years, 1 month ago
  28. e43ec44 lg2: support sdbusplus enum conversion by Patrick Williams · 3 years, 1 month ago
  29. b2a3aa2 lg2: initial implementation of C++20 structured logging by Patrick Williams · 3 years, 1 month ago
  30. 87896d5 lg2: introduce motivation and API by Patrick Williams · 3 years, 1 month ago
  31. ef952af Stop emitting Entry propChanged before ifacesAdded by Matt Spinler · 3 years ago
  32. ea2873d PEL: Change BMCSP01 maint procedure to BMC0001 by Matt Spinler · 3 years ago
  33. 479b692 PEL: Remove 'no_vpd_for_fru' maintenance procedure by Matt Spinler · 3 years ago
  34. 7bc3908 README: switch build to meson by Patrick Williams · 3 years, 1 month ago
  35. a144a27 log_manager: use sdbusplus enum directly by Patrick Williams · 3 years, 1 month ago
  36. 6741692 PEL: Delete raw PEL file after use by Matt Spinler · 3 years, 1 month ago
  37. afb1b46 PEL: Add hidden and subsystem properties by Vijay Lobo · 3 years, 1 month ago
  38. 2ccdcef PEL: Guard against hostboot sending down duplicate PEL Ids by Sumit Kumar · 3 years, 1 month ago
  39. 7f1ec94 PEL: Add regulator phase faults to registry by Shawn McCarney · 3 years, 1 month ago
  40. c28601a lib: Change name to accomodate direct linkers by William A. Kennington III · 3 years, 1 month ago
  41. 76198a2 PEL: Set critical association to object paths by Sumit Kumar · 3 years, 1 month ago
  42. ebc91be PEL: fix bitbake failures related to commit e0538848 by Jayanth Othayoth · 3 years, 1 month ago
  43. 8fd187e build: Target c++ arguments specifically where they are needed by William A. Kennington III · 3 years, 1 month ago
  44. 5c0c917 PEL: Add phosphor-power NotSupported error by Adriana Kobylak · 3 years, 5 months ago
  45. f3e619a PEL: Add error message registry entry for devtree backup by Jayanth Othayoth · 3 years, 1 month ago
  46. db00d76 PEL: Add error message registry entry for devtree sync by Jayanth Othayoth · 3 years, 1 month ago
  47. d091a57 Reset entryID to 0 after eraseAll. by Lotus Xu · 3 years, 3 months ago
  48. c296692 PEL: Fix to remove files from archive folder by Sumit Kumar · 3 years, 1 month ago
  49. e053884 build: Refactor to separate out library by William A. Kennington III · 3 years, 3 months ago
  50. 593a4c6 PEL: Support resolution property by Vijay Lobo · 3 years, 2 months ago
  51. eff307e PEL: move libekb init function to sbe ffdc init by Jayanth Othayoth · 3 years, 1 month ago
  52. 47c7734 build: meson fix python command parameter by Tim Lee · 3 years, 2 months ago
  53. 530efbf PEL: Manager: Implemented the GetBMCLogIdFromPELId dbus method by Ramesh Iyyar · 3 years, 2 months ago
  54. f4203c4 PEL: Manager: Implemented the GetPELIdFromBMCLogId dbus method by Ramesh Iyyar · 3 years, 2 months ago
  55. 99f3717 PEL: Repository: Added getLogID() as public method by Ramesh Iyyar · 3 years, 2 months ago
  56. cbc93a4 PEL: Support ServiceProviderNotify property by Vijay Lobo · 3 years, 3 months ago
  57. 1d8835b PEL: Deleted PELs moved to new folder under logs by Sumit Kumar · 3 years, 3 months ago
  58. 1976001 gen: Add script to check generated meson freshness by William A. Kennington III · 3 years, 3 months ago
  59. 8bcadac build: Update generated sdbus++ by William A. Kennington III · 3 years, 3 months ago
  60. a1e4084 PEL:Skip assigning id to hostboot PELs by Sumit Kumar · 3 years, 2 months ago
  61. 0d92b52 PEL: Handle location codes for connectors by Matt Spinler · 3 years, 2 months ago
  62. aa5d03b Allow configuring the rsyslog server conf path by Benjamin Fair · 3 years, 2 months ago
  63. abc276e PEL: Add GPIODeviceUnavailable reg entry by Mike Capps · 3 years, 2 months ago
  64. dde9920 PEL: Add FanControllerOffline message reg entry by Matt Spinler · 3 years, 2 months ago
  65. 78be2a2 PEL: PHAL: Added new message registry for pre-poweroff by Ramesh Iyyar · 3 years, 8 months ago
  66. d5c3136 peltool: Fix Python C Extension for UD parsing by Harisuddin Mohamed Isa · 3 years, 3 months ago
  67. 69c1827 peltool: Fixed output for SRC parser by Harisuddin Mohamed Isa · 3 years, 3 months ago
  68. bb1c1d5 PEL: Use ordered_json parse on plugin data by Matt Spinler · 3 years, 3 months ago
  69. d354a39 PEL: Support eventId property by Vijay Lobo · 3 years, 3 months ago
  70. 41e79dc PEL: PHAL: Changed existing reason code instead use component id by Ramesh Iyyar · 3 years, 8 months ago
  71. 66e186d PEL: move pdbg init function to sbe ffdc init by Jayanth Othayoth · 3 years, 2 months ago
  72. d421ae2 PEL: set pdbg environment variable by Jayanth Othayoth · 3 years, 2 months ago
  73. c3c96d9 PEL: message_registry - Add an entry for WatchdogTimeout by Shantappa Teekappanavar · 3 years, 3 months ago
  74. eb0aec4 log_manager: Remove designated initializers by Andrew Jeffery · 3 years, 2 months ago
  75. 0866c3f PEL: enable SBE FFDC support in pel log by Jayanth Othayoth · 3 years, 3 months ago
  76. c74c220 PEL: Add SBE FFDC process function by Jayanth Othayoth · 3 years, 3 months ago
  77. 1ddf1e8 PEL: move jsonCalloutSubtype const definition to header by Jayanth Othayoth · 3 years, 3 months ago
  78. 4d779b2 PEL: API to convert FAPI based data to PEL format by Jayanth Othayoth · 3 years, 3 months ago
  79. bf54cbb PEL: Create TemporaryFile class by Jayanth Othayoth · 3 years, 3 months ago
  80. e8bdeea PEL: enable base infrastructure for SBE FFDC base PEL create by Jayanth Othayoth · 3 years, 3 months ago
  81. 2351752 elog-gen: Install elog-gen.py by Matt Spinler · 3 years, 3 months ago
  82. b6b2557 build: Use global variables instead of macros for test features by William A. Kennington III · 3 years, 3 months ago
  83. d8255c9 sdjournal: Migrate code into cpp file by William A. Kennington III · 3 years, 3 months ago
  84. aeccabc extensions: Deterministic global construction ordering by William A. Kennington III · 3 years, 3 months ago
  85. 93aa28f build: Remove deprecated get_pkgconfig_variable method by William A. Kennington III · 3 years, 3 months ago
  86. 515653b build: Don't build tests by default in submodules by William A. Kennington III · 3 years, 3 months ago
  87. 91e65fa build: Install dbus policy in datadir by William A. Kennington III · 3 years, 3 months ago
  88. 3025d0b PEL: Align peltool list output values by Matt Spinler · 3 years, 3 months ago
  89. b41fa54 test: openpower-pels: Fix unscoped use of DoAll by William A. Kennington III · 3 years, 3 months ago
  90. 808e29f PEL: Updates to attention handler TI registry entry by Ben Tyner · 3 years, 4 months ago
  91. 6c60183 PEL: Add error message registry entry for SBE invalid state by Jayanth Othayoth · 3 years, 4 months ago
  92. 4f6b763 PEL: Add error message registry entry for SBE chipop timeout by Jayanth Othayoth · 3 years, 4 months ago
  93. bd0a752 PEL: Add error message registry entry for SBE chipop failure by Jayanth Othayoth · 3 years, 4 months ago
  94. 2634b61 PEL: ComponentID for Processor errors by Jayanth Othayoth · 3 years, 3 months ago
  95. 3b8ed7f PEL: Support MfgSeverity & MfgAction flags PEL reg fields by Sumit Kumar · 3 years, 3 months ago
  96. e32b7e7 Add system IM keyword to PEL userdata0 section by Ben Tyner · 3 years, 3 months ago
  97. c2b8a51 PEL: Change the BMC version UD label to FW version by Matt Spinler · 3 years, 3 months ago
  98. 0b08776 build: Fix cereal dependency by William A. Kennington III · 3 years, 3 months ago
  99. 9d59d58 PEL: Fixes for GCC11 by Matt Spinler · 3 years, 3 months ago
  100. b2abc04 PEL: Don't bootblock on recovered PELs by Matt Spinler · 3 years, 3 months ago