1. 45fed20 bios_table: Implement find attr entry by string handle by John Wang · 4 years, 3 months ago
  2. 3be7085 bios: Implement BIOSEnumAttribute by John Wang · 4 years, 5 months ago
  3. 56e45c5 Add responder for Platform Event Message by Tom Joseph · 4 years, 4 months ago
  4. 7672875 Add platform completion code constants for getPDR responses by Zach Clark · 4 years, 3 months ago
  5. 3dba2bf Support calling decode_get_pdr_resp with a NULL buffer by Zach Clark · 4 years, 3 months ago
  6. 6787f17 libpldm: Implement encode/decode for GetNumericEffecterValue by Jolie Ku · 4 years, 4 months ago
  7. 9008d28 oem/libpldm: Implement requester flow for GetAlertStatus by George Liu · 4 years, 4 months ago
  8. 442210e Add pdr.h to headers in meson.build. by Dhruvaraj Subhashchandran · 4 years, 3 months ago
  9. f3295be libpldm: encode GetFruRecordTable request api by PriyangaRamasamy · 5 years ago
  10. 5544ccd pldmtool: PDR: add parsers by Deepak Kodihalli · 4 years, 4 months ago
  11. fb4dd7b libpldm: PDR API: endianness fixes by Deepak Kodihalli · 4 years, 4 months ago
  12. 1c86171 Decode APIs for sensorEvent class data by Zahed Hossain · 4 years, 4 months ago
  13. d4abab1 Encode & Decode APIs for PlatformEventMessage by Zahed Hossain · 4 years, 5 months ago
  14. 0a738f0 libpldm: add API to create entity association PDR by Deepak Kodihalli · 4 years, 4 months ago
  15. 0578705 libpldm: add APIs to create entity associations by Deepak Kodihalli · 4 years, 4 months ago
  16. 3557bad libpldm: Implement encode/decode for GetStateSensorReadings by Jolie Ku · 4 years, 4 months ago
  17. 90ff3ed libpldm: Fix test failure in fru and pdr by Lei YU · 4 years, 4 months ago
  18. f02454e libpdlm: Fix test failure in libpldm_bios_test by Lei YU · 4 years, 4 months ago
  19. 065cf76 libpdlm: Fix test failure in libpldm_platform_test by Lei YU · 4 years, 4 months ago
  20. 7cfeb8e libpldm: Initially fix test failures on big endian by Lei YU · 4 years, 4 months ago
  21. f357b5a Move libpldm test cases into libpldm directory by Lei YU · 4 years, 4 months ago
  22. e176a65 bios_table: Check the attr type when set attr value by John Wang · 4 years, 5 months ago
  23. db91467 libpldm: add APIs for FRU record set PDR ops by Deepak Kodihalli · 4 years, 5 months ago
  24. 3b02ed8 libpldm: add APIs for PDR operations by Deepak Kodihalli · 4 years, 5 months ago
  25. 50218a6 bios_table: Add decode functions for attr table by John Wang · 4 years, 5 months ago
  26. 88a349c libpldm: bios_table: Fix a possible overflow by John Wang · 4 years, 5 months ago
  27. b0da7a0 libpldm: bios_table: Add required decode functions by John Wang · 4 years, 6 months ago
  28. 08c0595 decode: setBiosAttributeValue: Use variable_field by John Wang · 4 years, 7 months ago
  29. c2d538c Introduce a structure to represent variable fields by John Wang · 4 years, 7 months ago
  30. 871c927 libpldm: bios_table: Update attr value table by John Wang · 4 years, 7 months ago
  31. 684a716 libpldm: Fix logical errors between length check and cc decoding by George Liu · 4 years, 7 months ago
  32. 8e877e0 Fix GetBIOSAttributeCurrentValueByHandle by John Wang · 4 years, 5 months ago
  33. 30b859f libpldm: Implement en/decode for setNumericEffecterValue by George Liu · 4 years, 6 months ago
  34. 93d6871 Add defintions and function to encode FRU record by Tom Joseph · 4 years, 6 months ago
  35. 820a9a5 libpldm: platform: implement requester flow for GetPDR by George Liu · 4 years, 7 months ago
  36. 08efc7b Add decode_get_bios_table_resp() in PLDM BIOS. by Sridevi Ramesh · 4 years, 7 months ago
  37. bc6ff26 Add encode_tid_req() in PLDM base. by Sridevi Ramesh · 4 years, 7 months ago
  38. 501a6fd Modify the comments of the declaration by Xiaochao Ma · 4 years, 7 months ago
  39. 8721ed6 Implement GetBIOSAttributeCurrentValueByHandle by John Wang · 4 years, 7 months ago
  40. 7f02d70 Add cc only response by John Wang · 4 years, 7 months ago
  41. 3342adb libpldm: Add API to find an attribute value entry by John Wang · 4 years, 7 months ago
  42. b6333cb libpldm: bios_table: Make auxiliary handlers const by John Wang · 4 years, 7 months ago
  43. 49484a1 libpldm: bios: Implement iter for attr value table by John Wang · 4 years, 7 months ago
  44. a940d8e libpldm: utils: Add crc8 implementation by George Liu · 4 years, 7 months ago
  45. 39ae2a9 libpldm: bios: implement en/decode for SetDateTime by Xiaochao Ma · 4 years, 8 months ago
  46. 79c37f1 bios: Use crc implemented in libpldm by John Wang · 4 years, 8 months ago
  47. 5bdb30a libplmd: utils: Add bcd conversions by John Wang · 4 years, 8 months ago
  48. 827c5de bios: Verify the fields that need to be encoded by John Wang · 4 years, 8 months ago
  49. ca23082 bios: Add en/decodes for integer attribute by John Wang · 4 years, 9 months ago
  50. 7213623 libpldm: util: Convert version field to string by John Wang · 4 years, 8 months ago
  51. d3d5fa8 Add encode_get_bios_table() function in PLDM BIOS by Sridevi Ramesh · 4 years, 8 months ago
  52. 9d494bb libpldm: Add APIs to enable PLDM Requester flow by Deepak Kodihalli · 4 years, 8 months ago
  53. ccc0455 bios: Move en/decodes for Attribute Table to libpldm by John Wang · 4 years, 9 months ago
  54. dd9a628 bios: Move en/decodes for String Table to libpldm by John Wang · 4 years, 9 months ago
  55. 3ad2175 Refactor: bios: Construct the attribute value table by John Wang · 4 years, 9 months ago
  56. 0270040 bios: Implement an iterator for bios attribute table by John Wang · 4 years, 9 months ago
  57. d8702f6 libpldm: utils: Add crc implementation by John Wang · 4 years, 8 months ago
  58. f6704d5 build: remove autotools support by Deepak Kodihalli · 4 years, 8 months ago
  59. 497665a libpldm: requester: APIs for GetFruRecordTable by PriyangaRamasamy · 5 years ago
  60. 8e92c6c libpldm: support GetFruRecordTableMetadata api's by Jinu Joy Thomas · 5 years ago
  61. 960dc96 responder: add state effecter for system power off by Deepak Kodihalli · 4 years, 9 months ago
  62. 535efa0 meson: fix lib names by Deepak Kodihalli · 4 years, 9 months ago
  63. a2fa070 libpldmresponder: implement setStateEffecterStates by Sampa Misra · 5 years ago
  64. 557dfb0 libpldmresponder: implement handler for GetPDR by Deepak Kodihalli · 5 years ago
  65. 3c275e1 meson: add alternative build system by Deepak Kodihalli · 4 years, 10 months ago
  66. 4d84479 bios: Implement SetBiosAttributeCurrentValue encode/decode API by John Wang · 4 years, 11 months ago
  67. e4b16ee libpldm: fixup encode GetPDR response by Deepak Kodihalli · 4 years, 11 months ago
  68. d69af0b Implement GetBIOSAttributeCurrentValueByHandle encode/decode API by Zahed Hossain · 5 years ago
  69. 5c4f80d base: GetTID responder implementation by John Wang · 5 years ago
  70. 7fcfb66 libpldm: implement encode/decode APIs for GetPDR by Sampa Misra · 5 years ago
  71. b37be31 GetBIOSTable responder implementation by Sampa Misra · 5 years ago
  72. cb7f2d4 Add APIs to store/load BIOS tables by Deepak Kodihalli · 5 years ago
  73. 223a73d Decode APIs now accept const struct pldm_msg *msg by Zahed Hossain · 5 years ago
  74. da87ec6 Fix build errors with bitbake by Deepak Kodihalli · 5 years ago
  75. 0c6d22c Sync ibm-pldm-oem repository changes to pldm repository by Tom Joseph · 5 years ago
  76. f666db1 Implement the PLDM Daemon. by Jinu Joy Thomas · 5 years ago
  77. c6e8fb5 PDR: implement generation framework by Deepak Kodihalli · 5 years ago
  78. 7257fdf Simplify encode/decode for PLDM platform commands by Priyanga · 5 years ago
  79. 4b790ce Simplify encode/decode for PLDM base commands by Priyanga · 5 years ago
  80. 5dcd180 Simplify encode/decode for PLDM bios commands by Priyanga · 5 years ago
  81. 7f57f44 Enable IBM PLDM OEM commands support by Jinu Joy Thomas · 5 years ago
  82. 4326452 Add check for response params in encode_XXX_resp by Zahed Hossain · 5 years ago
  83. a6575b8 PLDM Message Structure Change by vkaverap · 5 years ago
  84. 26b0e57 Fixed bug in bitfield8_t by Zahed Hossain · 5 years ago
  85. 98a2c19 libpldm : add encode/decode APIs for SetStateEffecterStates by vkaverap · 5 years ago
  86. a4074a9 libpldm: change header install path by Deepak Kodihalli · 5 years ago
  87. 032bd50 Implement command GetDateTime by Sampa Misra · 5 years ago
  88. 0db1dfa libpldm : add encode/decode for setStateEffecterStates by Sampa Misra · 5 years ago
  89. 4ff3c2e Add pldm_types.h to the install list by Tom Joseph · 5 years ago
  90. fb4bec9 Enable code coverage by Priyanga · 5 years ago
  91. 7726953 pldm_types.h: add #ifndef wrapper by Jinu Joy Thomas · 5 years ago
  92. 8c64346 decode APIs: decode completion code as well by Deepak Kodihalli · 5 years ago
  93. 97e0bd5 Define pldm data types by Deepak Kodihalli · 5 years ago
  94. 67ec465 Invoke PLDM pack header API by Deepak Kodihalli · 5 years ago
  95. 432e187 Implement GetPLDMVersion command by Sampa Misra · 5 years ago
  96. 4125104 Implement API to pack and unpack PLDM header by Tom Joseph · 5 years ago
  97. 1b24f97 Implement discovery commands by Deepak Kodihalli · 5 years ago
  98. cf0c642 Add clang format for C and C++ by Tom Joseph · 5 years ago