1. 79c37f1 bios: Use crc implemented in libpldm by John Wang · 4 years, 8 months ago
  2. ec48297 Add version for PLDM FRU spec implementation by Deepak Kodihalli · 4 years, 7 months ago
  3. 5bdb30a libplmd: utils: Add bcd conversions by John Wang · 4 years, 7 months ago
  4. dbbc9ff bios: table construct: Add support for integer attribute by John Wang · 4 years, 8 months ago
  5. ecb7d57 bios: Add a configuration parser for integer attribute by John Wang · 4 years, 9 months ago
  6. 8b85f52 bios: Use DBusHandler functions to avoid duplicate by John Wang · 4 years, 9 months ago
  7. daebf4d bios: Define json structure for integer attribute by John Wang · 4 years, 10 months ago
  8. 827c5de bios: Verify the fields that need to be encoded by John Wang · 4 years, 8 months ago
  9. ca23082 bios: Add en/decodes for integer attribute by John Wang · 4 years, 9 months ago
  10. 4de4d00 pldmd: implement PLDM.Requester D-Bus API by Deepak Kodihalli · 4 years, 8 months ago
  11. 75e02f8 oem-ibm: add readFileByType handler by Deepak Kodihalli · 4 years, 7 months ago
  12. f6d3a83 oem-ibm: add readFileByTypeIntoMemory handler by Deepak Kodihalli · 4 years, 7 months ago
  13. 58a0e06 tool: Refactor base type Commands by John Wang · 4 years, 8 months ago
  14. 7213623 libpldm: util: Convert version field to string by John Wang · 4 years, 8 months ago
  15. dce1c99 oem-ibm: libpldm: add en/decoders for R/WFileByType by Deepak Kodihalli · 4 years, 7 months ago
  16. f7d1a36 bios: fix bugs in PLDM BIOS by Carol Wang · 4 years, 8 months ago
  17. a9aac72 oem-ibm: Implement en/decode for NewFileAvailable by vkaverap · 4 years, 10 months ago
  18. 15af858 Fixup command line options by George Liu · 4 years, 8 months ago
  19. d3d5fa8 Add encode_get_bios_table() function in PLDM BIOS by Sridevi Ramesh · 4 years, 8 months ago
  20. 854e61f oem-ibm: implement WriteFileByTypeFromMemory handler by Sampa Misra · 4 years, 10 months ago
  21. 0740456 oem-ibm: libpldm: add ReadFileByTypeIntoMemory and WriteFileByTypeFromMemory by vkaverap · 5 years ago
  22. 9d494bb libpldm: Add APIs to enable PLDM Requester flow by Deepak Kodihalli · 4 years, 8 months ago
  23. 37998bf pldmd: add event loop by Deepak Kodihalli · 4 years, 8 months ago
  24. 7523d5c build: react to changed location of config data by Deepak Kodihalli · 4 years, 8 months ago
  25. ccc0455 bios: Move en/decodes for Attribute Table to libpldm by John Wang · 4 years, 9 months ago
  26. dd9a628 bios: Move en/decodes for String Table to libpldm by John Wang · 4 years, 9 months ago
  27. e96e7e5 Refactor: bios_parser: Implement a new parsing process by John Wang · 4 years, 9 months ago
  28. 3ad2175 Refactor: bios: Construct the attribute value table by John Wang · 4 years, 9 months ago
  29. 0270040 bios: Implement an iterator for bios attribute table by John Wang · 4 years, 9 months ago
  30. 92b3c97 utils: Add DBusHandler functions by John Wang · 4 years, 9 months ago
  31. c293835 cleanup: bios: Avoid duplicates for table pad/checksum by John Wang · 4 years, 9 months ago
  32. 1294c21 Add .vscode to gitignore by John Wang · 4 years, 9 months ago
  33. d8702f6 libpldm: utils: Add crc implementation by John Wang · 4 years, 8 months ago
  34. 58229b2 PLDMTOOL: Implement raw option in the pldmtool by Lakshminarayana R. Kammath · 5 years ago
  35. 881cde1 oem: ibm: Fix UT case ConfigNotExit by John Wang · 4 years, 8 months ago
  36. f6704d5 build: remove autotools support by Deepak Kodihalli · 4 years, 8 months ago
  37. 497665a libpldm: requester: APIs for GetFruRecordTable by PriyangaRamasamy · 5 years ago
  38. 8e92c6c libpldm: support GetFruRecordTableMetadata api's by Jinu Joy Thomas · 5 years ago
  39. 408c3c4 Fix: BMC shall maintain Host time by George Liu · 4 years, 9 months ago
  40. 960dc96 responder: add state effecter for system power off by Deepak Kodihalli · 4 years, 9 months ago
  41. 77dc698 meson: enable conditional flags by default by Deepak Kodihalli · 4 years, 9 months ago
  42. 535efa0 meson: fix lib names by Deepak Kodihalli · 4 years, 9 months ago
  43. 134cc1b OEM-IBM: react to xdma device name change by Deepak Kodihalli · 4 years, 9 months ago
  44. be6b802 Fix a possible buffer overflow issue by John Wang · 4 years, 9 months ago
  45. 69d3e7f BIOS: UT for bios attribute tables with string type by Carol Wang · 4 years, 10 months ago
  46. b503f9e BIOS: Implement attribute value table with type string by Carol Wang · 4 years, 10 months ago
  47. 612f35b BIOS: Implement attribute table with type string by Carol Wang · 4 years, 10 months ago
  48. dc220c8 BIOS: Modify to support BIOS string type by Carol Wang · 4 years, 10 months ago
  49. 473d2c9 BIOS: Define JSON structure for BIOS String type by Carol Wang · 4 years, 10 months ago
  50. a2fa070 libpldmresponder: implement setStateEffecterStates by Sampa Misra · 5 years ago
  51. 557dfb0 libpldmresponder: implement handler for GetPDR by Deepak Kodihalli · 5 years ago
  52. 3c275e1 meson: add alternative build system by Deepak Kodihalli · 4 years, 9 months ago
  53. 81796c2 Fix issues in SetBiosAttributeCurrentValue in UT by John Wang · 4 years, 10 months ago
  54. 4d84479 bios: Implement SetBiosAttributeCurrentValue encode/decode API by John Wang · 4 years, 11 months ago
  55. ca10bc4 Update .gitignore by John Wang · 4 years, 11 months ago
  56. e4b16ee libpldm: fixup encode GetPDR response by Deepak Kodihalli · 4 years, 11 months ago
  57. 8ffbbe0 pldmd: fix incorrect usage of verbose flag by Deepak Kodihalli · 4 years, 11 months ago
  58. 09a96e0 Optimised PLDM daemon to use vectored IO by Zahed Hossain · 5 years ago
  59. d69af0b Implement GetBIOSAttributeCurrentValueByHandle encode/decode API by Zahed Hossain · 5 years ago
  60. 5c4f80d base: GetTID responder implementation by John Wang · 5 years ago
  61. 7fcfb66 libpldm: implement encode/decode APIs for GetPDR by Sampa Misra · 5 years ago
  62. 27693a4 PLDMTOOL : Implement a PLDM requester tool. by Lakshminarayana R. Kammath · 5 years ago
  63. 75dd442 pldmd: add runtime switch to toggle debug logs by Jinu Joy Thomas · 5 years ago
  64. c3d2089 libpldmresponder: BIOS: create dir to store tables by Deepak Kodihalli · 5 years ago
  65. 832d4ca oem-ibm: fixup location of config files by Deepak Kodihalli · 5 years ago
  66. 58c7a89 Revert "Optimised PLDM daemon to use vectored IO" by Deepak Kodihalli · 5 years ago
  67. 5b914c3 oem-ibm responder : Implement ReadFile and WriteFile by vkaverap · 5 years ago
  68. 2ffe329 oem-ibm: libpldm: add file IO APIs by vkaverap · 5 years ago
  69. b37be31 GetBIOSTable responder implementation by Sampa Misra · 5 years ago
  70. 52552ef Add APIs for parsing BIOS configuration JSON by Tom Joseph · 5 years ago
  71. cb7f2d4 Add APIs to store/load BIOS tables by Deepak Kodihalli · 5 years ago
  72. ad30c54 Optimised PLDM daemon to use vectored IO by Zahed Hossain · 5 years ago
  73. 223a73d Decode APIs now accept const struct pldm_msg *msg by Zahed Hossain · 5 years ago
  74. 5e4e383 Updated supported PDLM commands list by Zahed Hossain · 5 years ago
  75. 33705fd Fix instance id in pldm response by Jinu Joy Thomas · 5 years ago
  76. da87ec6 Fix build errors with bitbake by Deepak Kodihalli · 5 years ago
  77. 8b97665 Sync OEM:libpldm encode/decode APIs into PLDM by Priyanga · 5 years ago
  78. 0c6d22c Sync ibm-pldm-oem repository changes to pldm repository by Tom Joseph · 5 years ago
  79. f666db1 Implement the PLDM Daemon. by Jinu Joy Thomas · 5 years ago
  80. d078296 Map state effecter id to D-Bus object path by Deepak Kodihalli · 5 years ago
  81. c6e8fb5 PDR: implement generation framework by Deepak Kodihalli · 5 years ago
  82. 7257fdf Simplify encode/decode for PLDM platform commands by Priyanga · 5 years ago
  83. 74c1c1e Updated versions for supported PLDM types by Zahed Hossain · 5 years ago
  84. 4b790ce Simplify encode/decode for PLDM base commands by Priyanga · 5 years ago
  85. 5dcd180 Simplify encode/decode for PLDM bios commands by Priyanga · 5 years ago
  86. 7f57f44 Enable IBM PLDM OEM commands support by Jinu Joy Thomas · 5 years ago
  87. 4326452 Add check for response params in encode_XXX_resp by Zahed Hossain · 5 years ago
  88. a6575b8 PLDM Message Structure Change by vkaverap · 5 years ago
  89. 26b0e57 Fixed bug in bitfield8_t by Zahed Hossain · 5 years ago
  90. 98a2c19 libpldm : add encode/decode APIs for SetStateEffecterStates by vkaverap · 5 years ago
  91. c2feac9 libpldmresponder: fixup logging includes by Deepak Kodihalli · 5 years ago
  92. 8d89e83 README: remove section about pldm daemon by Deepak Kodihalli · 5 years ago
  93. a4074a9 libpldm: change header install path by Deepak Kodihalli · 5 years ago
  94. c1e5d1d libpldmresponder : add missing include path by Deepak Kodihalli · 5 years ago
  95. a038624 Makefiles: fixups and minor improvements by Deepak Kodihalli · 5 years ago
  96. 032bd50 Implement command GetDateTime by Sampa Misra · 5 years ago
  97. 0db1dfa libpldm : add encode/decode for setStateEffecterStates by Sampa Misra · 5 years ago
  98. 4ff3c2e Add pldm_types.h to the install list by Tom Joseph · 5 years ago
  99. fb4bec9 Enable code coverage by Priyanga · 5 years ago
  100. 7726953 pldm_types.h: add #ifndef wrapper by Jinu Joy Thomas · 5 years ago