1. b3b84b4 clang-tidy: Enable modernize-deprecated-headers check by Pavithra Barithaya · 5 weeks ago
  2. ca041a8 clang-tidy: Enable bugprone-branch-clone check by Pavithra Barithaya · 4 weeks ago
  3. 3012b63 Format meson files with meson.format by Manojkiran Eda · 5 weeks ago
  4. 16c2a0a clang-format: re-format for clang-18 by Patrick Williams · 6 weeks ago
  5. a5f2fcd pldm: Move off pldm_bios_table_attr_value_entry_encode_integer_check() by Andrew Jeffery · 8 weeks ago
  6. 25d3878 pldm: Move off pldm_bios_table_attr_value_entry_encode_string_check() by Andrew Jeffery · 8 weeks ago
  7. 4663aae pldm: Move off pldm_bios_table_attr_value_entry_encode_enum_check() by Andrew Jeffery · 8 weeks ago
  8. 53e342a pldm: Move off pldm_bios_table_attr_entry_string_decode_def_string_length_check() by Andrew Jeffery · 8 weeks ago
  9. 2461105 pldm: Move off pldm_bios_table_attr_entry_enum_decode_pv_hdls_check() by Andrew Jeffery · 8 weeks ago
  10. ff3fb9e pldm: Move off pldm_bios_table_attr_entry_enum_decode_def_num_check() by Andrew Jeffery · 8 weeks ago
  11. 8c05ca2 pldm: Move off pldm_bios_table_attr_entry_enum_decode_pv_num_check() by Andrew Jeffery · 8 weeks ago
  12. fe1189c pldm: Move off pldm_bios_table_string_entry_decode_string_check() by Andrew Jeffery · 8 weeks ago
  13. 51cc5bd clang-diagnostic error: error: use of undeclared identifiers by Pavithra Barithaya · 8 weeks ago
  14. 92af05e pldmtool: Fix missing range begin by Tal Yacobi · 9 weeks ago
  15. 6c83d3b pldmtool: GetPLDMCommand: Support version option by Thu Nguyen · 3 months ago
  16. 8570fcc pldmtool: Add GetStateEffecterStates command by Tal Yacobi · 4 months ago
  17. 3e52d58 pldmtool: support GetNextPart for GetPDR command by Potin Lai · 4 months ago
  18. e359638 fix markdownlint issues reported in CI by Manojkiran Eda · 3 months ago
  19. 2576aec Fix spelling mistakes using codespell by Manojkiran Eda · 3 months ago
  20. cea52d9 pldmtool: Add NumericSensor PDR by nothingIIersonal · 6 months ago
  21. 13d6761 Remove repeated branches by Pavithra Barithaya · 1 year, 3 months ago
  22. bfb929c Remove unused variables by Manojkiran Eda · 5 months ago
  23. 15b9411 fix constVariableReference cpp style check by Pavithra Barithaya · 6 months ago
  24. 06f9b29 Use std::map.contains as per latest c++ by Sagar Srinivas · 6 months ago
  25. 83e068a pldmtool: Add GetSensorReading command by nothingIIersonal · 6 months ago
  26. 43e33d2 pldmtool: Adding support for Device Power State by Riya Dixit · 8 months ago
  27. 21f128d pldm: Use modern libpldm OEM header paths by Andrew Jeffery · 9 months ago
  28. 4cc1f7c README.md: update the error scenario output by Pavithra Barithaya · 10 months ago
  29. cf77284 meson: adjust nlohmann-json dependency by Patrick Williams · 10 months ago
  30. 87bfacd build: use allowed over enabled by Patrick Williams · 10 months ago
  31. 099efc6 clang-error: fix clang-diagnostic-unused-const-variable error by Pavithra Barithaya · 11 months ago
  32. ae088dc clang-error: fix clang-diagnostic-defaulted-function-deleted error by Pavithra Barithaya · 11 months ago
  33. 9427089 pldmtool : Add retry option `-n` or `--retry-count` by Thu Nguyen · 11 months ago
  34. 8c15e00 pldmtool: Support for Get Numeric Effecter Value command by Pavithra Barithaya · 12 months ago
  35. a675662 clang-format: copy latest and re-format by Patrick Williams · 11 months ago
  36. 1ed5f7a pldm: Convert to using libpldm transport APIs by Rashmica Gupta · 1 year, 4 months ago
  37. 3d03f3f pldmtool/softoff: Use InstanceId APIs from libpldm by Dung Cao · 1 year, 1 month ago
  38. dcceda5 pldmtool: Remove redundent include of 'config.h' by Andrew Jeffery · 11 months ago
  39. ebf8bb5 Maintain consistency of entity instance variable by Sagar Srinivas · 12 months ago
  40. 91a092f PLDM:Use new alias of DBUS_TIMEOUT for bus.call by vkaverap@in.ibm.com · 1 year ago
  41. 846d38f pldmtool: Support Auxiliary name PDRs in GetPDR by Thu Nguyen · 2 years, 6 months ago
  42. 9d0e58c pldmtool: Support compact Numeric Sensor PDR in GetPDR by Thu Nguyen · 2 years, 10 months ago
  43. 6e20f7c pldmtool: Add the Correct Operational Fault Status enum values by Pavithra Barithaya · 1 year, 1 month ago
  44. 45e0649 pldmtool: Temporary change to the Operational Fault Status enum by Pavithra Barithaya · 1 year, 1 month ago
  45. a340eed Pldmtool change to fetch pdrs based on TerminusID by Pavithra Barithaya · 1 year, 8 months ago
  46. c727fb4 pldm: Migrate to pldm_bios_table_attr_value_entry_encode_integer_check() by Andrew Jeffery · 1 year, 3 months ago
  47. 165749d clang-error: fix clang-diagnostic-inconsistent-missing-override error by Pavithra Barithaya · 1 year, 3 months ago
  48. a7dbca5 clang-error: fix clang-diagnostic-defaulted-function-deleted error by Pavithra Barithaya · 1 year, 3 months ago
  49. d15ecf9 pldm: Migrate off deprecated libpldm BIOS table entry encoding APIs by Andrew Jeffery · 1 year, 3 months ago
  50. 488f19d pldm: Convert to pldm_bios_table_*_check() APIs by Andrew Jeffery · 1 year, 4 months ago
  51. 9138c20 PLDM : Change the dbus timeout to 5 seconds by vkaverap@in.ibm.com · 1 year, 4 months ago
  52. 2b85d78 pldmtool: Close socket connection by Dung Cao · 2 years, 4 months ago
  53. 66871b4 pldmtool: Use instanceId from libpldm for raw command by Thu Nguyen · 1 year, 4 months ago
  54. 6da4f91 clang-format: copy latest and re-format by Patrick Williams · 1 year, 5 months ago
  55. 71689b8 pldmtool: fix GetFruRecordTable request fail by Potin Lai · 1 year, 5 months ago
  56. 00a076d Adding support for new bootprogress state by kamal · 1 year, 11 months ago
  57. 526461a fwupdate: pldmtool - add QueryDeviceIdentifiers by Chinmay Shripad Hegde · 1 year, 9 months ago
  58. c453e16 libpldm: Correct reference to libpldm header files by George Liu · 1 year, 9 months ago
  59. 3618064 prettier: re-format by Patrick Williams · 1 year, 10 months ago
  60. 27a022c libpldm: Migrate to subproject by Andrew Jeffery · 2 years, 2 months ago
  61. fc0ce97 Fix typos/incorrect naming in public API's by Manojkiran Eda · 2 years, 3 months ago
  62. ca1998f update clang-format by Manojkiran Eda · 2 years, 4 months ago
  63. 6f2a248 pldmtool: Add GetFirmwareParameters firmware update command by Tom Joseph · 3 years ago
  64. 2b7c1bf Change the entity type for system by Manojkiran Eda · 3 years, 1 month ago
  65. be1a857 Fix : Fix code to compile with oem-ibm enabled by Manojkiran Eda · 2 years, 9 months ago
  66. 8fadc9e pldmtool: Fix tool to show the oem entities by Manojkiran Eda · 2 years, 9 months ago
  67. 5de3de5 pldmtool : Add missing state set values by Manojkiran Eda · 2 years, 9 months ago
  68. 27403f4 pldmtool: oem: ibm: untangle header dependencies by Brad Bishop · 2 years, 10 months ago
  69. 869b776 pldmtool: oem: ibm: add missing header by Brad Bishop · 2 years, 10 months ago
  70. eea835a pldmtool: Add GetStatus firmware update command by Tom Joseph · 3 years ago
  71. 0a725f8 Fix a bad error traces by Manojkiran Eda · 3 years ago
  72. cc5c22d Fix renamed IBM OEM state set header in pldmtool by Eddie James · 2 years, 10 months ago
  73. 16eff86 pldmtool: platform: getpdr: form proper JSON by Brad Bishop · 3 years ago
  74. 02d7114 pldmtool: platform: check for circular references by Brad Bishop · 3 years ago
  75. a2b964f PLDM: Refactor the code by Pavithra Barithaya · 3 years ago
  76. 5bb9edb BIOS: support readonly attributes by George Liu · 3 years, 2 months ago
  77. e5268cd Refactor the verbose tracing in PLDM by Tom Joseph · 3 years, 1 month ago
  78. 3ddbe43 pldmtool: List all PDR records or PDR records based on PDR type by Shantappa Teekappanavar · 3 years, 3 months ago
  79. 5079ac4 treewide: remove 'using namespace' from headers by Brad Bishop · 3 years, 1 month ago
  80. dcdcd3b pldmtool: Display GetPDR state set ID possible state names in an array by Sridevi Ramesh · 3 years, 4 months ago
  81. 8fb11c9 libpldmresponder & pldmtool : Expand support for GetPLDMCommands by Sridevi Ramesh · 3 years, 4 months ago
  82. c50c6cd Fix for pldmtool GetFruRecordTable command with oem-ibm disabled. by Sridevi Ramesh · 3 years, 4 months ago
  83. 0c5d1ec Improve the pldmtool to display logical entities by Manojkiran Eda · 3 years, 4 months ago
  84. 12c8a66 Document README for pldmtool. by Sridevi Ramesh · 3 years, 5 months ago
  85. afbdb6d pldmtool : Add new entity types & statesets by Manojkiran Eda · 3 years, 4 months ago
  86. 79175b4 pldmtool: Add new entity types in the pdr support list by Jayashankar Padath · 3 years, 4 months ago
  87. bd5e2ea Fix potential map::at error by George Liu · 3 years, 5 months ago
  88. 3b1dc01 build: add wrapfiles for dependencies by Patrick Williams · 3 years, 5 months ago
  89. 6f4479c build: rename dependency variable by Patrick Williams · 3 years, 5 months ago
  90. bcf91ac Fix a possible null pointer dereference by Manojkiran Eda · 3 years, 7 months ago
  91. a6daacb pldmtool: Fix confusing attribute name by George Liu · 3 years, 6 months ago
  92. 9f8d2b0 Revert "Fix return value for the pldm_send method" by Sampa Misra · 3 years, 6 months ago
  93. 4d25f6a Fix return value for the pldm_send method by George Liu · 3 years, 7 months ago
  94. f31b504 Implement pldmtool platfrom Getstatesensorreading by Sridevi Ramesh · 3 years, 8 months ago
  95. ae28bc7 Add tracing when the BMC PLDM daemon issues GetPDR to host by Sridevi Ramesh · 3 years, 10 months ago
  96. 148ccab Fix duplicate entries issue in GetPDR possibleStates. by Sridevi Ramesh · 3 years, 10 months ago
  97. 001f788 Remove redundant dependency calls by Manojkiran Eda · 3 years, 9 months ago
  98. dd04990 Display pldmtool Fru & oem-ibm command output in JSON by Sridevi Ramesh · 4 years, 2 months ago
  99. 27c512a Display pldmtool platform command output in JSON by Sridevi Ramesh · 4 years, 2 months ago
  100. ca4a815 Display pldmtool Base & Bios command output in JSON. by Sridevi Ramesh · 4 years, 2 months ago