1. c6837f0 include: Remove libpldm/utils.h by Andrew Jeffery · 13 days ago
  2. 4e3d572 utils: Migrate pldm_base_ver2str() to base by Andrew Jeffery · 2 weeks ago
  3. edc1b1f utils: Rename bcd2dec16() to pldm_bcd_bcd2dec16() by Andrew Jeffery · 2 weeks ago
  4. 65b74a7 utils: Rename bcd2dec8() to pldm_bcd_bcd2dec8() by Andrew Jeffery · 2 weeks ago
  5. bf554b2 pdr: Stabilize APIs for removing records by Pavithra Barithaya · 5 months ago
  6. 9e458e1 dsp: base: Omit checksum for Multipart receive ACKNOWLEDGE_COMPLETION by Kasun Athukorala · 5 months ago
  7. d50035f dsp: base: Fix MultipartReceive Request decoding by Kasun Athukorala · 5 months ago
  8. 9d320cb clang-tidy-21: uninitialized-const-pointer warnings by Patrick Williams · 4 months ago
  9. 1ad093f clang-format: update latest spec and reformat with clang-21 by Patrick Williams · 4 months ago
  10. ae7410c dsp: base: Added encode_pldm_base_negotiate_transfer_params_resp() by Kasun Athukorala · 5 months ago
  11. cb987c5 dsp: base: Added decode_pldm_base_negotiate_transfer_params_req() by Kasun Athukorala · 7 months ago
  12. c144ea9 tests: dsp: firmware_update: Drop guards for package parsing tests by Andrew Jeffery · 5 months ago
  13. 7a8d932 msgbuf: Define a separate msgbuf structure for encode/decode function by John Chung · 5 months ago
  14. 94f7fd6 include, tests: Address concerns from -Wsign-compare by Andrew Jeffery · 5 months ago
  15. 6ae2fd7 dsp: platform: Add file PDR descriptor encoding by Kasun Athukorala · 7 months ago
  16. f6ef78f dsp: firmware_update: Stabilized new firmware package parsing ABI by Unive Tien · 8 months ago
  17. a93a3a0 dsp: base: Correct test case name for decode_multipart_receive_req() by Chau Ly · 6 months ago
  18. 6121773 dsp: base: Don't extract MultipartReceive resp's CRC once complete by Chau Ly · 6 months ago
  19. 72442de dsp: firmware_update: Flags for decode_pldm_firmware_update_package() by Andrew Jeffery · 6 months ago
  20. c53c6fe dsp: firmware_update: Run-time state machine for package parsing by Andrew Jeffery · 6 months ago
  21. 530d1a3 dsp: file: Let some encode APIs accept pointer to payload_length by Chau Ly · 6 months ago
  22. e98a72f dsp: base: Let some encode APIs accept pointer to payload_length by Chau Ly · 6 months ago
  23. 7c65530 platform: Reinforce some symbol names by Chau Ly · 6 months ago
  24. 4184623 base: Reinforce some symbol names by Chau Ly · 6 months ago
  25. edb8826 dsp: base: Implement decode_multipart_receive_req() in terms of msgbuf by Andrew Jeffery · 6 months ago
  26. 21a639d dsp: base: Add encode resp for MultipartReceive command by John Chung · 7 months ago
  27. 76c9b19 dsp: file: Add decode req & encode resp for DfOpen & DfClose command by John Chung · 7 months ago
  28. ea5f737 dsp: platform: Add sensor enable responder by Matt Johnston · 7 months ago
  29. 0178274 firmware_update: Add DSP0267 v1.3.0 version updates by Carter Chen · 7 months ago
  30. f72cf6f firmware_update: Add DSP0267 v1.2.0 version updates by Carter Chen · 7 months ago
  31. 2613c27 dsp: firmware_update: Introduce iterators for parsing firmware packages by Andrew Jeffery · 11 months ago
  32. bacbbac dsp: firmware_update: Reimplement decode_firmware_device_id_record_errno() by Andrew Jeffery · 11 months ago
  33. 150b06c dsp: firmware_update: Reimplement decode_pldm_package_header_info_errno() by Andrew Jeffery · 11 months ago
  34. 309bbe8 base: return valid completion code by Manojkiran Eda · 9 months ago
  35. 3643e74 fw_update: Use fw_update specific completion codes by Manojkiran Eda · 9 months ago
  36. ec19cbc base: decode_set_tid_req() in PLDM base by Vishnu Santhosh · 8 months ago
  37. 06eadd0 dsp: firmware update: Add encode/decode APIs for DD update by Sora Su · 8 months ago
  38. babd7b1 dsp: platform: Add encode req & decode resp for GetEventReceiver command by Roger G. Coscojuela · 11 months ago
  39. 59edcb1 pdr: Add pldm_entity_association_tree_delete_node() API by Pavithra Barithaya · 11 months ago
  40. f0eee36 pdr: Add pldm_pdr_delete_by_sensor_id() API by Pavithra Barithaya · 11 months ago
  41. 48b0f80 platform: encode_get_pdr_repository_info_req() in PLDM platform by Vishnu Santhosh · 9 months ago
  42. 8cfeb47 pdr: Add pldm_pdr_delete_by_effecter_id() API by Pavithra Barithaya · 11 months ago
  43. 869c287 pdr: Stabilize pldm_pdr_delete_by_record_handle() by Pavithra Barithaya · 9 months ago
  44. a1cd72b clang-format: update latest spec and reformat with clang-20 by Andrew Jeffery · 9 months ago
  45. 92c3236 tests: dsp: firmware_update: Split DecodeFirmwareDeviceIdRecord tests by Andrew Jeffery · 11 months ago
  46. 075a7dc tests: dsp: firmware_update: Split test cases by package data by Andrew Jeffery · 11 months ago
  47. e038b96 tests: firmware_update: Split out spec constants by Andrew Jeffery · 11 months ago
  48. a3eba61 tests: dsp: firmware_update: Fix "packagerHeaderSize" typo by Andrew Jeffery · 11 months ago
  49. a386348 utils: Rename crc32() to pldm_edac_crc32() by Andrew Jeffery · 10 months ago
  50. 59dce78 dsp: base: Add encode req & decode resp for NegotiateTransferParameters by Chau Ly · 10 months ago
  51. 58273fb dsp: file: Add encode req & decode resp for DfHeartbeat command by Chau Ly · 10 months ago
  52. 7286ca6 dsp: file: Add encode req & decode resp for DfClose command by Chau Ly · 10 months ago
  53. cf26f2a dsp: file: Add encode req & decode resp for DfOpen command by Chau Ly · 11 months ago
  54. ed4ad70 platform: Add decode API for File Descriptor PDR by Chau Ly · 11 months ago
  55. 8836784 dsp: base: Add encode req & decode resp for MultipartReceive command by Dung Cao · 1 year, 4 months ago
  56. a189696 msgbuf: Rework error handling to improve soundness by Andrew Jeffery · 11 months ago
  57. 70d21c9 msgbuf: Rename 'destroy' APIs to 'complete' by Andrew Jeffery · 11 months ago
  58. 53b0867 dsp: firmware_update: Initialize msgbuf after argument tests by Andrew Jeffery · 11 months ago
  59. 5192e2e pdr: Add pldm_pdr_delete_by_record_handle() API by Pavithra Barithaya · 11 months ago
  60. bc40dd5 pdr: Fix for Entity Association PDR looping by Archana Kakani · 1 year, 6 months ago
  61. 779e9db dsp: firmware_update: Wrap static errno variants of package APIs by Andrew Jeffery · 11 months ago
  62. 248b5ab api: Translate -EBADMSG as PLDM_ERROR_INVALID_DATA by Andrew Jeffery · 11 months ago
  63. e5c3f14 dsp: firmware_update: Stabilize downstream devices related ABI by Unive Tien · 1 year, 2 months ago
  64. 94e2d75 pdr: Handle removal of the last contained entity from EA PDR by Archana Kakani · 1 year, 2 months ago
  65. c4d1c8b dsp: firmware_update: Avoid integer overflow by Matt Johnston · 1 year, 1 month ago
  66. cf9a2df dsp: Add FD side firmware_update encode/decode by Matt Johnston · 1 year, 3 months ago
  67. f37edd7 clang-format: re-format for clang-19 by Patrick Williams · 1 year, 1 month ago
  68. 5a5129b dsp: firmware_update: Add iterator for downstream device parameters by Andrew Jeffery · 1 year, 2 months ago
  69. 6a97b79 dsp: firmware_update: Expand "params" in symbol names by Andrew Jeffery · 1 year, 2 months ago
  70. d2f8a7e dsp: firmware_update: pack decomposed parameters to struct by Unive Tien · 1 year, 2 months ago
  71. 71e935c dsp: firmware_update: Change return type of downstream device ABI/APIs by Unive Tien · 1 year, 2 months ago
  72. d5d1f66 dsp: firmware_update: Fix missing #include <span> by Matt Johnston · 1 year, 2 months ago
  73. 3a2c658 dsp: firmware_update: Iterators for downstream device descriptors by Andrew Jeffery · 1 year, 3 months ago
  74. dec237b tests: firmware_update: Clean up some use of reinterpret_cast<>() by Andrew Jeffery · 1 year, 3 months ago
  75. cd2eb60 tests: firmware_update: Fix 'complition' typo by Andrew Jeffery · 1 year, 3 months ago
  76. 1be1d5e dsp: platform: Fix location of closing paren in overflow detection by Andrew Jeffery · 1 year, 3 months ago
  77. 98e137d dsp: platform: Fix decode_set_event_receiver_req() by Gilbert Chen · 1 year, 4 months ago
  78. a989249 dsp: firmware_update: Bounds check decode_downstream_device_parameter_table_entry_versions() by Andrew Jeffery · 1 year, 4 months ago
  79. 9e56659 dsp: pdr: Bound check pldm_entity_association_pdr_extract() by Andrew Jeffery · 1 year, 4 months ago
  80. 4f60fb7 msgbuf: Bounds checks that satisfy GCC's analyzer by Andrew Jeffery · 1 year, 4 months ago
  81. 830c1eb msgbuf: Externalise error value conversion by Andrew Jeffery · 1 year, 4 months ago
  82. 2332e05 Revert "dsp: platform: Fix decode_set_event_receiver_req()" by Andrew Jeffery · 1 year, 4 months ago
  83. 8c43abb dsp: platform: Fix decode_set_event_receiver_req() by Gilbert Chen · 1 year, 4 months ago
  84. 9e16b18 platform: Fix checking `eventIDToAcknowledge` by Thu Nguyen · 1 year, 4 months ago
  85. b43a778 platform: Support PLDM_CPER_EVENT in encode_platform_event_message_req() by John Chung · 1 year, 4 months ago
  86. e5f1253 msgbuf: Improve type-specific ergonomics to match generic macros by Andrew Jeffery · 1 year, 4 months ago
  87. 387b10f platform: fix encode/decode_poll_for_platform_event_message_req by Thu Nguyen · 1 year, 4 months ago
  88. d0ba43a clang-tidy: Enable cppcoreguidelines-pro-type-reinterpret-cast by Andrew Jeffery · 1 year, 5 months ago
  89. 6058215 dsp: pdr: Add pldm_entity_association_tree_copy_root_check() by Andrew Jeffery · 1 year, 4 months ago
  90. 3b5ab92 dsp: bios_table: Null check for pldm_bios_table_iter_is_end() by Andrew Jeffery · 1 year, 4 months ago
  91. 8b53ad9 pdr: Remove PDR record by record set identifier by Varsha Kaverappa · 1 year, 8 months ago
  92. b31e4c6 pdr: Remove contained entity from PDR repo by Varsha Kaverappa · 1 year, 7 months ago
  93. f309c48 pdr: Remove pldm_pdr_add_check() by Andrew Jeffery · 1 year, 5 months ago
  94. e984a46 meson: Format build files with `meson format` by Andrew Jeffery · 1 year, 5 months ago
  95. 3559aa1 platform: Stabilise decode_pldm_platform_cper_event API by Thu Nguyen · 1 year, 5 months ago
  96. 0a1be3c msgbuf: Harden pldm_msgbuf_{insert,extract}_array() by Andrew Jeffery · 1 year, 6 months ago
  97. 0290303 platform: Remove `_data` suffix from `cper_event` decode API by Thu Nguyen · 1 year, 5 months ago
  98. 860a43d compiler: Provide LIBPLDM_CC_UNUSED by Andrew Jeffery · 1 year, 5 months ago
  99. a5d18dc platform: Add decode_pldm_cper_event_data() API by Thu Nguyen · 1 year, 6 months ago
  100. d8bb75c dsp: bios_table: Rename pldm_bios_table_append_pad_checksum_check() by Andrew Jeffery · 1 year, 7 months ago