1. 5544ccd pldmtool: PDR: add parsers by Deepak Kodihalli · 4 years, 3 months ago
  2. 3cd6181 libpldmresponder: FRU: construct PDRs by Deepak Kodihalli · 4 years, 4 months ago
  3. fb4dd7b libpldm: PDR API: endianness fixes by Deepak Kodihalli · 4 years, 3 months ago
  4. 22b5a7d libpldmresponder: GetPDR: fix response by Deepak Kodihalli · 4 years, 3 months ago
  5. 1c86171 Decode APIs for sensorEvent class data by Zahed Hossain · 4 years, 4 months ago
  6. d4abab1 Encode & Decode APIs for PlatformEventMessage by Zahed Hossain · 4 years, 5 months ago
  7. 0a738f0 libpldm: add API to create entity association PDR by Deepak Kodihalli · 4 years, 4 months ago
  8. 0578705 libpldm: add APIs to create entity associations by Deepak Kodihalli · 4 years, 4 months ago
  9. 39d8c7a oem-ibm: Get event log severity from PEL by Matt Spinler · 4 years, 4 months ago
  10. 1e44c73 pldm: Move the updateDbusProperty method to the common utils by George Liu · 4 years, 4 months ago
  11. ac3c45a pldmtool : obtain PLDM Instance Id by Pavithra Barithaya · 4 years, 4 months ago
  12. c682fe2 More PDR refactor by Deepak Kodihalli · 4 years, 4 months ago
  13. 4c164b0 oem-ibm: make DMA max size configurable by Deepak Kodihalli · 4 years, 4 months ago
  14. ba4c1fb pldmtool: Fix SetStateEffecterStates command by George Liu · 4 years, 5 months ago
  15. d3cf57e Updated supported PDLM commands list by Xiaochao Ma · 4 years, 6 months ago
  16. 3557bad libpldm: Implement encode/decode for GetStateSensorReadings by Jolie Ku · 4 years, 4 months ago
  17. e53193f pldm: Refector PDR repo based on the new PDR APIs by George Liu · 4 years, 4 months ago
  18. f5ad6c7 pldmtool : add new option to pldmtool by Pavithra Barithaya · 4 years, 7 months ago
  19. 5b145b9 libpldmresponder getBiosTable: delete bios tables by Sampa Misra · 4 years, 4 months ago
  20. 2d5c745 libpldm: Fix test failure in fileio by Lei YU · 4 years, 4 months ago
  21. 90ff3ed libpldm: Fix test failure in fru and pdr by Lei YU · 4 years, 4 months ago
  22. f02454e libpdlm: Fix test failure in libpldm_bios_test by Lei YU · 4 years, 4 months ago
  23. 065cf76 libpdlm: Fix test failure in libpldm_platform_test by Lei YU · 4 years, 4 months ago
  24. 7cfeb8e libpldm: Initially fix test failures on big endian by Lei YU · 4 years, 4 months ago
  25. f357b5a Move libpldm test cases into libpldm directory by Lei YU · 4 years, 4 months ago
  26. 31fc47e Add libpldm-only option by Lei YU · 4 years, 4 months ago
  27. c147700 Fix emails and IRC names in MAINTAINERS by Lei YU · 4 years, 4 months ago
  28. e297b9f Remove findStringName/Handle functions by John Wang · 4 years, 5 months ago
  29. 59ef607 bios: enum: Remove sorting of possible values by John Wang · 4 years, 5 months ago
  30. e176a65 bios_table: Check the attr type when set attr value by John Wang · 4 years, 4 months ago
  31. 66294d3 pldmtool: BASE: Implement GetPLDMCommands by Sridevi Ramesh · 4 years, 4 months ago
  32. db91467 libpldm: add APIs for FRU record set PDR ops by Deepak Kodihalli · 4 years, 5 months ago
  33. 3b02ed8 libpldm: add APIs for PDR operations by Deepak Kodihalli · 4 years, 5 months ago
  34. b368b33 Fru:Change of pass by value to const reference by Pavithra Barithaya · 4 years, 4 months ago
  35. b754eee pldmtool: Implement GetBIOSTable for attr/attrValue Table by John Wang · 4 years, 4 months ago
  36. 50218a6 bios_table: Add decode functions for attr table by John Wang · 4 years, 5 months ago
  37. f58d9a5 Enable FRU support in libpldmresponder/base.cpp by Sridevi Ramesh · 4 years, 4 months ago
  38. 4b11edd Add John as Maintainer by John Wang · 4 years, 4 months ago
  39. e151e2d pldm: improve PDR config JSON files by George Liu · 4 years, 5 months ago
  40. cdfe114 pldmtool: Implement GetBIOSTable for the stringtable. by Sridevi Ramesh · 4 years, 5 months ago
  41. 0bead97 Update the PLDM version for Platform Spec by Tom Joseph · 4 years, 5 months ago
  42. 9ed00cc fru: Remove verbose tracing by Tom Joseph · 4 years, 5 months ago
  43. 1f4df21 pldm_fru: Add example config JSON for PLDM FRU by Tom Joseph · 4 years, 5 months ago
  44. 4217488 bios: Add SetBIOSAttributeCurrentValue by John Wang · 4 years, 6 months ago
  45. 0df0e04 bios_parser: Update dbus property by John Wang · 4 years, 5 months ago
  46. f719f3b libpldmresponder: Add BIOSStringTable by John Wang · 4 years, 5 months ago
  47. 88a349c libpldm: bios_table: Fix a possible overflow by John Wang · 4 years, 5 months ago
  48. b0da7a0 libpldm: bios_table: Add required decode functions by John Wang · 4 years, 6 months ago
  49. 08c0595 decode: setBiosAttributeValue: Use variable_field by John Wang · 4 years, 6 months ago
  50. c2d538c Introduce a structure to represent variable fields by John Wang · 4 years, 6 months ago
  51. 871c927 libpldm: bios_table: Update attr value table by John Wang · 4 years, 7 months ago
  52. f007633 pldm_fru: Handle scenario when config JSON is missing by Tom Joseph · 4 years, 5 months ago
  53. d448975 Adding support for GetFruRecordTableMetadata FRU command type in pldmtool. by Sridevi Ramesh · 4 years, 7 months ago
  54. 213a855 Quick fix for pldm bios GetDateTime. by Sridevi Ramesh · 4 years, 5 months ago
  55. 5a6eb84 pldmtool: Remove extra header files by George Liu · 4 years, 5 months ago
  56. add56f0 pldmtool: BASE: Implement GetTID command by Sridevi Ramesh · 4 years, 5 months ago
  57. 684a716 libpldm: Fix logical errors between length check and cc decoding by George Liu · 4 years, 7 months ago
  58. ba0738b oem-ibm: remove debug log in PEL read handler by Pavithra · 4 years, 5 months ago
  59. 8e877e0 Fix GetBIOSAttributeCurrentValueByHandle by John Wang · 4 years, 5 months ago
  60. 30b859f libpldm: Implement en/decode for setNumericEffecterValue by George Liu · 4 years, 6 months ago
  61. 8338876 ibm-oem: NewFileAvailable: API change by Deepak Kodihalli · 4 years, 5 months ago
  62. e60c582 Implement FRURecordTableMetadata and FRURecordTable command by Deepak Kodihalli · 4 years, 8 months ago
  63. 70e8db0 Implement the FRU implementation class by Deepak Kodihalli · 4 years, 8 months ago
  64. 93d6871 Add defintions and function to encode FRU record by Tom Joseph · 4 years, 6 months ago
  65. 151d533 FRU Parsing for platform specific config files by Tom Joseph · 4 years, 7 months ago
  66. d664936 pldmtool: Add commands by George Liu · 4 years, 7 months ago
  67. fb8611d pldm: libpldmresponder: call ccOnlyResponse when en/decoding errors by George Liu · 4 years, 7 months ago
  68. ab437e5 pldm: change utils.cpp to a shared library by George Liu · 4 years, 5 months ago
  69. 782d37f pldm: Fix calling getProperty method in GetDateTime method by George Liu · 4 years, 5 months ago
  70. 820a9a5 libpldm: platform: implement requester flow for GetPDR by George Liu · 4 years, 7 months ago
  71. 60227a0 libpldmresponder: bios: Add SetDataTime by Xiaochao Ma · 4 years, 7 months ago
  72. 0e02c32 pldm: Refactor DBusHandler interface by George Liu · 4 years, 6 months ago
  73. 132202f Remove unused header file inclusion by Deepak Kodihalli · 4 years, 5 months ago
  74. 8340957 pldm: Moving utils function into the common directory by George Liu · 4 years, 6 months ago
  75. 2da1bfe ibm-oem: add FileAck handler for PELs by Deepak Kodihalli · 4 years, 7 months ago
  76. 15211b4 ibm-oem: add handler to read PELs by Deepak Kodihalli · 4 years, 7 months ago
  77. aa8ae72 remove phosphor-logging dependency by Sampa Misra · 4 years, 7 months ago
  78. 08efc7b Add decode_get_bios_table_resp() in PLDM BIOS. by Sridevi Ramesh · 4 years, 7 months ago
  79. bc6ff26 Add encode_tid_req() in PLDM base. by Sridevi Ramesh · 4 years, 7 months ago
  80. 501a6fd Modify the comments of the declaration by Xiaochao Ma · 4 years, 6 months ago
  81. 4976a68 getBIOSAttrCurrValue : construct attr value table by Deepak Kodihalli · 4 years, 6 months ago
  82. 8721ed6 Implement GetBIOSAttributeCurrentValueByHandle by John Wang · 4 years, 7 months ago
  83. 7f02d70 Add cc only response by John Wang · 4 years, 7 months ago
  84. bb8e7f2 Add vgcore to gitignore by John Wang · 4 years, 7 months ago
  85. 3342adb libpldm: Add API to find an attribute value entry by John Wang · 4 years, 7 months ago
  86. b6333cb libpldm: bios_table: Make auxiliary handlers const by John Wang · 4 years, 7 months ago
  87. 49484a1 libpldm: bios: Implement iter for attr value table by John Wang · 4 years, 7 months ago
  88. a940d8e libpldm: utils: Add crc8 implementation by George Liu · 4 years, 7 months ago
  89. 9857643 Adding support for GetDatetime BIOS command in pldmtool. by Sridevi Ramesh · 4 years, 7 months ago
  90. f4e0a49 ibm-oem: libpldm: add APIs for for FileAck command by vkaverap · 4 years, 7 months ago
  91. 9a26f89 oem-ibm: LID reads: fix vector usage by Deepak Kodihalli · 4 years, 7 months ago
  92. 39ae2a9 libpldm: bios: implement en/decode for SetDateTime by Xiaochao Ma · 4 years, 8 months ago
  93. c964aae meson.build: Update LID_PERM_DIR and LID_TEMP_DIR by Adriana Kobylak · 4 years, 7 months ago
  94. f5087a4 oem-ibm: write PELs using mktempfs by Sampa Misra · 4 years, 7 months ago
  95. d9fb152 bios: delete persisted tables at startup by Deepak Kodihalli · 4 years, 7 months ago
  96. bc669f1 pldmd: implement a new handler registration scheme by Deepak Kodihalli · 4 years, 7 months ago
  97. 79c37f1 bios: Use crc implemented in libpldm by John Wang · 4 years, 8 months ago
  98. ec48297 Add version for PLDM FRU spec implementation by Deepak Kodihalli · 4 years, 7 months ago
  99. 5bdb30a libplmd: utils: Add bcd conversions by John Wang · 4 years, 7 months ago
  100. dbbc9ff bios: table construct: Add support for integer attribute by John Wang · 4 years, 8 months ago