1. 3c50c82 Adding Platform specific PDR support by Kamalkumar Patel · 5 months ago
  2. 58cbcaf PLDM:Catching exception precisely and printing it by Kamalkumar Patel · 9 months ago
  3. 9e6631e fru: fix in the FRU Record Table by Pavithra Barithaya · 5 months ago
  4. 7927f90 bios: Add support for enum value display names by Sagar Srinivas · 9 months ago
  5. 21f128d pldm: Use modern libpldm OEM header paths by Andrew Jeffery · 5 months ago
  6. 4668f5c pldm: Use system include directives for libpldm by Andrew Jeffery · 5 months ago
  7. 90314a3 Reorganize the setEventReceiver code by Sagar Srinivas · 8 months ago
  8. d2e4899 Refactor: Handler expands TID parameter by Delphine CC Chiu · 7 months ago
  9. cf77284 meson: adjust nlohmann-json dependency by Patrick Williams · 7 months ago
  10. 3687e2b oem_ibm: Persist the remote PDRs before merging by Sagar Srinivas · 1 year, 3 months ago
  11. 87bfacd build: use allowed over enabled by Patrick Williams · 7 months ago
  12. 6ece21fb libpldmresponder:Support GetNumericEffecterValue responder by Archana Kakani · 9 months ago
  13. a675662 clang-format: copy latest and re-format by Patrick Williams · 8 months ago
  14. b75202e Remove a bad trace by Manojkiran Eda · 8 months ago
  15. 1ed5f7a pldm: Convert to using libpldm transport APIs by Rashmica Gupta · 1 year, 1 month ago
  16. 2abbce7 InstanceIdDb: Move header from pldmd/ to common/ by Andrew Jeffery · 8 months ago
  17. 91a092f PLDM:Use new alias of DBUS_TIMEOUT for bus.call by vkaverap@in.ibm.com · 9 months ago
  18. 5b71b86 PLDM: 5 sec timeout for dbus calls without reply by vkaverap@in.ibm.com · 10 months ago
  19. 682ee18 Handle FRU records from host by George Liu · 3 years, 6 months ago
  20. 797f338 PLDM: Implementing Phosphor-Logging/LG2 logging by Riya Dixit · 10 months ago
  21. 19fdb45 libpldmresponder: Make FRU tests load a valid FRU config by Andrew Jeffery · 10 months ago
  22. 3240343 libpldmresponder: Use ASSERT_TRUE() to prevent NULL pointer deref by Andrew Jeffery · 10 months ago
  23. 8e715ae pldm: Enhance the find & add pdr utilities by Manojkiran Eda · 3 years ago
  24. 98e703f sdbusplus: use shorter type aliases by Patrick Williams · 11 months ago
  25. 11ce8d2 PLDM: System specific BIOS attributes by Sagar Srinivas · 1 year, 11 months ago
  26. 5bfb0dc Refactor buildFRUTable and update to Association tree by George Liu · 3 years, 2 months ago
  27. b0ba34d libpldmresponder: Migrate to pldm_entity_association_pdr_add_check() by Andrew Jeffery · 12 months ago
  28. c727fb4 pldm: Migrate to pldm_bios_table_attr_value_entry_encode_integer_check() by Andrew Jeffery · 12 months ago
  29. b2d46b7 clang-error: fix clang-diagnostic-unused-const-variable error by Pavithra Barithaya · 12 months ago
  30. 165749d clang-error: fix clang-diagnostic-inconsistent-missing-override error by Pavithra Barithaya · 12 months ago
  31. 2e248e8 libpldmresponder: Migrate to pldm_pdr_add_fru_record_set_check() by Andrew Jeffery · 12 months ago
  32. 64f37fe pldmd: Migrate to pldm_pdr_add_check() by Andrew Jeffery · 12 months ago
  33. 663783b libpldmresponder: Migrate to get_fru_record_by_option_check() by Andrew Jeffery · 12 months ago
  34. c43f211 libpldmresponder: pldm_bios_table_append_pad_checksum() is deprecated by Andrew Jeffery · 12 months ago
  35. e1874e8 oem-ibm : Support New record to the backplane vpd by Varsha Kaverappa · 1 year, 2 months ago
  36. acb2029 pldmd: Account for pldm_pdr_init() returning NULL by Andrew Jeffery · 12 months ago
  37. d15ecf9 pldm: Migrate off deprecated libpldm BIOS table entry encoding APIs by Andrew Jeffery · 1 year ago
  38. 488f19d pldm: Convert to pldm_bios_table_*_check() APIs by Andrew Jeffery · 1 year ago
  39. 4779227 pldm: Include config.h via compiler argument by Andrew Jeffery · 1 year ago
  40. 9138c20 PLDM : Change the dbus timeout to 5 seconds by vkaverap@in.ibm.com · 1 year, 1 month ago
  41. a330b2f pldmd: Migrate instance ID allocation to pldm::InstanceIdDb by Andrew Jeffery · 1 year, 2 months ago
  42. 7c1dc7e pldmd: move to libpldm instance ID alloc/free by Andrew Jeffery · 1 year, 2 months ago
  43. 6da4f91 clang-format: copy latest and re-format by Patrick Williams · 1 year, 2 months ago
  44. 25c999c Revert "oem-ibm : New record to backplane vpd" by Andrew Jeffery · 1 year, 2 months ago
  45. 9eee251 oem-ibm : New record to backplane vpd by Varsha Kaverappa · 1 year, 8 months ago
  46. 87083f2 Fix a bug in libpldmresponder by Pavithra Barithaya · 1 year, 2 months ago
  47. 49cfb13 PLDM: Implementing Phosphor-Logging/LG2 logging by Riya Dixit · 1 year, 4 months ago
  48. 6c39c7a Populate correct terminusId by ArchanaKakani · 1 year, 7 months ago
  49. 5f21347 PLDM : fix the invalid effecter and sensor PDRs by Pavithra Barithaya · 1 year, 10 months ago
  50. b90fb7f sdbusplus: use shorter type aliases by Patrick Williams · 1 year, 3 months ago
  51. 8fbf3cc libpldmresponder: platform: Remove awkward reinterpret_cast() by Andrew Jeffery · 1 year, 3 months ago
  52. d987c94 Listen for ifacesAdded for BIOS attribute props by Matt Spinler · 1 year, 3 months ago
  53. 040c618 Handle Dbus query exception gracefully by Archana Kakani · 1 year, 4 months ago
  54. d21b57d PLDM: Add the full namespaces reference by Sagar Srinivas · 1 year, 5 months ago
  55. c453e16 libpldm: Correct reference to libpldm header files by George Liu · 1 year, 6 months ago
  56. 3618064 prettier: re-format by Patrick Williams · 1 year, 7 months ago
  57. 561c019 Fixed compilation error by ArchanaKakani · 1 year, 7 months ago
  58. cac0ebb pldm: Trace out BIOS attribute change by Sagar Srinivas · 2 years, 7 months ago
  59. 68f5bbd PLDM: Fixed broken testcase for upstream by Patel-Kamalkumar · 1 year, 9 months ago
  60. 27a022c libpldm: Migrate to subproject by Andrew Jeffery · 1 year, 11 months ago
  61. eefe49b Add API to create fru records only for present frus. by Sridevi Ramesh · 2 years ago
  62. 297720a PLDM : Changes in setDateTime command by Pavithra Barithaya · 1 year, 10 months ago
  63. ae5c97e PLDM: Handling modified PDRs by Pavithra Barithaya · 1 year, 10 months ago
  64. 52aad39 PLDM: Restrain from adding duplicate TL PDRs by Pavithra Barithaya · 1 year, 11 months ago
  65. e7cd7ce responder : Improve tracing to debug problems by Manojkiran Eda · 1 year, 10 months ago
  66. b941eeb Fix libpldm includes in the responder by Manojkiran Eda · 1 year, 10 months ago
  67. 998dc4e Move oem libpldm code inside libpldm by Manojkiran Eda · 1 year, 11 months ago
  68. 84b790c sdbusplus: use shorter type aliases by Patrick Williams · 1 year, 11 months ago
  69. cb45467 libpldm : Fix ver32 encoding declaration by Manojkiran Eda · 2 years ago
  70. fc0ce97 Fix typos/incorrect naming in public API's by Manojkiran Eda · 2 years ago
  71. 3ca4045 Remove PDR's based on Terminus Handle by Manojkiran Eda · 2 years, 9 months ago
  72. 4876c54 BIOS: Stop sending the events to host if the bios value is unchanged by George Liu · 2 years, 1 month ago
  73. ca1998f update clang-format by Manojkiran Eda · 2 years, 1 month ago
  74. c021dbc oem_ibm: disable broken pldmresponder test by Brad Bishop · 2 years, 7 months ago
  75. 1421a80 Add stdplus dependency for pldm by Manojkiran Eda · 2 years, 3 months ago
  76. 321804e Allow OEM Effecters & Sensors leverage json infrastructure by Manojkiran Eda · 2 years, 4 months ago
  77. 2b7c1bf Change the entity type for system by Manojkiran Eda · 2 years, 10 months ago
  78. 6a4d1cf PLDM BIOS attr enum return error if byte value is 2 by Varsha Kaverappa · 2 years, 7 months ago
  79. db43612 Fix for "Unknown PLDM Entity Type in Numeric Effecter PDR" by Sagar Srinivas · 2 years, 8 months ago
  80. 0a725f8 Fix a bad error traces by Manojkiran Eda · 2 years, 8 months ago
  81. 60e1fe9 Make Terminus info a class variable by Manojkiran Eda · 2 years, 9 months ago
  82. 31a7844 Fix issues reported by static analysis tool by Manojkiran Eda · 2 years, 10 months ago
  83. 5133058 catch exceptions as const by Patrick Williams · 2 years, 9 months ago
  84. 99854a7 PLDM: Reset Reload usecase to check the BMC state by Pavithra Barithaya · 2 years, 9 months ago
  85. cc5f158 Make Terminus ID & Terminus Handle configurable by Manojkiran Eda · 2 years, 9 months ago
  86. 5bb9edb BIOS: support readonly attributes by George Liu · 2 years, 11 months ago
  87. 7f760b3 oem_ibm: Disable Watchdog Timer by Sagar Srinivas · 3 years, 2 months ago
  88. 79669c9 oem_ibm: Reset Watchdog Timer by Sagar Srinivas · 3 years, 2 months ago
  89. a6a8ccd PLDM: implement surveillance between Host and bmc by Sagar Srinivas · 3 years, 3 months ago
  90. 2746fb4 Fix json files by Manojkiran Eda · 2 years, 10 months ago
  91. 841ee3d PLDM : Temporary fix in the pldmRepoChangeEvent by Pavithra Barithaya · 2 years, 10 months ago
  92. 430aaee Remove unused function in fru parser code by Manojkiran Eda · 2 years, 10 months ago
  93. 4fea7a2 exception: switch to public sdbus exception by Patrick Williams · 2 years, 10 months ago
  94. 70a47ba dos2unix conversion by Patrick Williams · 2 years, 10 months ago
  95. 5faf7c6 PLDM: Remove a trace line by Pavithra Barithaya · 2 years, 10 months ago
  96. 5079ac4 treewide: remove 'using namespace' from headers by Brad Bishop · 2 years, 10 months ago
  97. 20aa3e0 libpldmresponder: Move host specific code under build flag by Tom Joseph · 2 years, 10 months ago
  98. 0b54073 libpldmresponder: fix missing newline by Brad Bishop · 2 years, 10 months ago
  99. 4f2538a BMC RR : Read and update the status for BMC reset by Pavithra Barithaya · 3 years, 4 months ago
  100. c1230ca Remove getBitfieldCount method by George Liu · 2 years, 11 months ago