1. 69d3e7f BIOS: UT for bios attribute tables with string type by Carol Wang · 4 years, 10 months ago
  2. b503f9e BIOS: Implement attribute value table with type string by Carol Wang · 4 years, 10 months ago
  3. 612f35b BIOS: Implement attribute table with type string by Carol Wang · 4 years, 10 months ago
  4. dc220c8 BIOS: Modify to support BIOS string type by Carol Wang · 4 years, 10 months ago
  5. 473d2c9 BIOS: Define JSON structure for BIOS String type by Carol Wang · 4 years, 11 months ago
  6. a2fa070 libpldmresponder: implement setStateEffecterStates by Sampa Misra · 5 years ago
  7. 557dfb0 libpldmresponder: implement handler for GetPDR by Deepak Kodihalli · 5 years ago
  8. 3c275e1 meson: add alternative build system by Deepak Kodihalli · 4 years, 10 months ago
  9. 81796c2 Fix issues in SetBiosAttributeCurrentValue in UT by John Wang · 4 years, 10 months ago
  10. 4d84479 bios: Implement SetBiosAttributeCurrentValue encode/decode API by John Wang · 4 years, 11 months ago
  11. ca10bc4 Update .gitignore by John Wang · 4 years, 11 months ago
  12. e4b16ee libpldm: fixup encode GetPDR response by Deepak Kodihalli · 4 years, 11 months ago
  13. 8ffbbe0 pldmd: fix incorrect usage of verbose flag by Deepak Kodihalli · 4 years, 11 months ago
  14. 09a96e0 Optimised PLDM daemon to use vectored IO by Zahed Hossain · 5 years ago
  15. d69af0b Implement GetBIOSAttributeCurrentValueByHandle encode/decode API by Zahed Hossain · 5 years ago
  16. 5c4f80d base: GetTID responder implementation by John Wang · 5 years ago
  17. 7fcfb66 libpldm: implement encode/decode APIs for GetPDR by Sampa Misra · 5 years ago
  18. 27693a4 PLDMTOOL : Implement a PLDM requester tool. by Lakshminarayana R. Kammath · 5 years ago
  19. 75dd442 pldmd: add runtime switch to toggle debug logs by Jinu Joy Thomas · 5 years ago
  20. c3d2089 libpldmresponder: BIOS: create dir to store tables by Deepak Kodihalli · 5 years ago
  21. 832d4ca oem-ibm: fixup location of config files by Deepak Kodihalli · 5 years ago
  22. 58c7a89 Revert "Optimised PLDM daemon to use vectored IO" by Deepak Kodihalli · 5 years ago
  23. 5b914c3 oem-ibm responder : Implement ReadFile and WriteFile by vkaverap · 5 years ago
  24. 2ffe329 oem-ibm: libpldm: add file IO APIs by vkaverap · 5 years ago
  25. b37be31 GetBIOSTable responder implementation by Sampa Misra · 5 years ago
  26. 52552ef Add APIs for parsing BIOS configuration JSON by Tom Joseph · 5 years ago
  27. cb7f2d4 Add APIs to store/load BIOS tables by Deepak Kodihalli · 5 years ago
  28. ad30c54 Optimised PLDM daemon to use vectored IO by Zahed Hossain · 5 years ago
  29. 223a73d Decode APIs now accept const struct pldm_msg *msg by Zahed Hossain · 5 years ago
  30. 5e4e383 Updated supported PDLM commands list by Zahed Hossain · 5 years ago
  31. 33705fd Fix instance id in pldm response by Jinu Joy Thomas · 5 years ago
  32. da87ec6 Fix build errors with bitbake by Deepak Kodihalli · 5 years ago
  33. 8b97665 Sync OEM:libpldm encode/decode APIs into PLDM by Priyanga · 5 years ago
  34. 0c6d22c Sync ibm-pldm-oem repository changes to pldm repository by Tom Joseph · 5 years ago
  35. f666db1 Implement the PLDM Daemon. by Jinu Joy Thomas · 5 years ago
  36. d078296 Map state effecter id to D-Bus object path by Deepak Kodihalli · 5 years ago
  37. c6e8fb5 PDR: implement generation framework by Deepak Kodihalli · 5 years ago
  38. 7257fdf Simplify encode/decode for PLDM platform commands by Priyanga · 5 years ago
  39. 74c1c1e Updated versions for supported PLDM types by Zahed Hossain · 5 years ago
  40. 4b790ce Simplify encode/decode for PLDM base commands by Priyanga · 5 years ago
  41. 5dcd180 Simplify encode/decode for PLDM bios commands by Priyanga · 5 years ago
  42. 7f57f44 Enable IBM PLDM OEM commands support by Jinu Joy Thomas · 5 years ago
  43. 4326452 Add check for response params in encode_XXX_resp by Zahed Hossain · 5 years ago
  44. a6575b8 PLDM Message Structure Change by vkaverap · 5 years ago
  45. 26b0e57 Fixed bug in bitfield8_t by Zahed Hossain · 5 years ago
  46. 98a2c19 libpldm : add encode/decode APIs for SetStateEffecterStates by vkaverap · 5 years ago
  47. c2feac9 libpldmresponder: fixup logging includes by Deepak Kodihalli · 5 years ago
  48. 8d89e83 README: remove section about pldm daemon by Deepak Kodihalli · 5 years ago
  49. a4074a9 libpldm: change header install path by Deepak Kodihalli · 5 years ago
  50. c1e5d1d libpldmresponder : add missing include path by Deepak Kodihalli · 5 years ago
  51. a038624 Makefiles: fixups and minor improvements by Deepak Kodihalli · 5 years ago
  52. 032bd50 Implement command GetDateTime by Sampa Misra · 5 years ago
  53. 0db1dfa libpldm : add encode/decode for setStateEffecterStates by Sampa Misra · 5 years ago
  54. 4ff3c2e Add pldm_types.h to the install list by Tom Joseph · 5 years ago
  55. fb4bec9 Enable code coverage by Priyanga · 5 years ago
  56. 7726953 pldm_types.h: add #ifndef wrapper by Jinu Joy Thomas · 5 years ago
  57. 94d704b GetPLDMVersion: add test cases by Sampa Misra · 5 years ago
  58. 8c64346 decode APIs: decode completion code as well by Deepak Kodihalli · 5 years ago
  59. 97e0bd5 Define pldm data types by Deepak Kodihalli · 5 years ago
  60. 5d06f0b README: Document responder library registration by Deepak Kodihalli · 5 years ago
  61. 1a68b45 README: Add missing newlines by Deepak Kodihalli · 5 years ago
  62. 67ec465 Invoke PLDM pack header API by Deepak Kodihalli · 5 years ago
  63. 432e187 Implement GetPLDMVersion command by Sampa Misra · 5 years ago
  64. 4125104 Implement API to pack and unpack PLDM header by Tom Joseph · 5 years ago
  65. 1b24f97 Implement discovery commands by Deepak Kodihalli · 5 years ago
  66. b4fedab README: add high level flows by Deepak Kodihalli · 5 years ago
  67. d46c486 Propose Tom as maintainer for PLDM by Tom Joseph · 5 years ago
  68. 9dfe89e Add MAINTAINERS file by Deepak Kodihalli · 5 years ago
  69. a0954f4 Add .gitignore by Tom Joseph · 5 years ago
  70. cf0c642 Add clang format for C and C++ by Tom Joseph · 5 years ago
  71. e090e3d Add README by Deepak Kodihalli · 5 years ago
  72. 95dbfad Initial commit by Brad Bishop · 5 years ago