Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libpldm
/
HEAD
3b986d3
docs: changes: Add C Isn't A Programming Language Anymore to influences
by Andrew Jeffery
· 6 days ago
main
d0c9ae7
utils: Rename crc8() to pldm_edac_crc8()
by Andrew Jeffery
· 7 days ago
a386348
utils: Rename crc32() to pldm_edac_crc32()
by Andrew Jeffery
· 7 days ago
b7677b7
utils: Deprecate is_transfer_flag_valid()
by Andrew Jeffery
· 8 days ago
800e183
utils: Deprecate is_time_legal()
by Andrew Jeffery
· 8 days ago
e3bd017
requester: Remove related deprecated APIs
by Andrew Jeffery
· 7 weeks ago
d0541fe
libpldm: Release v0.12.0
by Andrew Jeffery
· 8 days ago
v0.12.0
59dce78
dsp: base: Add encode req & decode resp for NegotiateTransferParameters
by Chau Ly
· 12 days ago
f38afa5
oem: ibm: Update the slot sensor and effecter state set id
by Archana Kakani
· 4 weeks ago
58273fb
dsp: file: Add encode req & decode resp for DfHeartbeat command
by Chau Ly
· 3 weeks ago
7286ca6
dsp: file: Add encode req & decode resp for DfClose command
by Chau Ly
· 3 weeks ago
cf26f2a
dsp: file: Add encode req & decode resp for DfOpen command
by Chau Ly
· 4 weeks ago
ed4ad70
platform: Add decode API for File Descriptor PDR
by Chau Ly
· 4 weeks ago
8836784
dsp: base: Add encode req & decode resp for MultipartReceive command
by Dung Cao
· 6 months ago
1a4eed9
msgbuf: Add pldm_msgbuf_extract_uint*_to_size APIs
by Chau Ly
· 3 weeks ago
a189696
msgbuf: Rework error handling to improve soundness
by Andrew Jeffery
· 6 weeks ago
63b5a66
msgbuf: Return -EOVERFLOW where relevant in pldm_msgbuf_consumed()
by Andrew Jeffery
· 6 weeks ago
70d21c9
msgbuf: Rename 'destroy' APIs to 'complete'
by Andrew Jeffery
· 6 weeks ago
7e68f34
msgbuf: Modernize pldm_msgbuf_skip() implementation
by Andrew Jeffery
· 6 weeks ago
2b42f7f
msgbuf: Relax requirements on pointer out-parameters
by Andrew Jeffery
· 6 weeks ago
704e4d5
msgbuf: Warn on unused result for init and destroy APIs
by Andrew Jeffery
· 6 weeks ago
7d87f8d
meson: Use doxygen to build documentation
by Andrew Jeffery
· 6 weeks ago
53b0867
dsp: firmware_update: Initialize msgbuf after argument tests
by Andrew Jeffery
· 6 weeks ago
93b071b
docs: changes: Add The Power of Ten to influences
by Andrew Jeffery
· 3 weeks ago
1bfd034
docs: changes: Add Jessica Paquette to influences
by Andrew Jeffery
· 3 weeks ago
eba23b9
docs: changes: Add The C programming language website
by Andrew Jeffery
· 3 weeks ago
5192e2e
pdr: Add pldm_pdr_delete_by_record_handle() API
by Pavithra Barithaya
· 6 weeks ago
9c57ef5
requester: Add null check in pldm_instance_id_free
by Manojkiran Eda
· 5 weeks ago
6c7ee4f
requester: Add null check in pldm_instance_id_alloc
by Manojkiran Eda
· 4 weeks ago
bc40dd5
pdr: Fix for Entity Association PDR looping
by Archana Kakani
· 8 months ago
d94bf00
base: Define the minimum request bytes for SetTID command
by Roger G. Coscojuela
· 5 weeks ago
eba1620
scripts: pre-submit: Force GCC for -fanalyzer
by Andrew Jeffery
· 4 weeks ago
779e9db
dsp: firmware_update: Wrap static errno variants of package APIs
by Andrew Jeffery
· 7 weeks ago
248b5ab
api: Translate -EBADMSG as PLDM_ERROR_INVALID_DATA
by Andrew Jeffery
· 7 weeks ago
8fd2655
changelog: Switch from numbered lists to bullet lists
by Andrew Jeffery
· 8 weeks ago
a994a98
changelog: Fix entries subsequent to v0.11.0 tag
by Andrew Jeffery
· 8 weeks ago
4b5a13b
docs: checklists: Rework release checklist
by Andrew Jeffery
· 8 weeks ago
2628990
firmware fd: FD_T1 timeout in FD-driven states
by Matt Johnston
· 8 weeks ago
5f9d307
README: Rework section on configuring, building and testing
by Andrew Jeffery
· 10 weeks ago
d05ac25
meson: Exploit file.full_path() for config.h
by Andrew Jeffery
· 7 months ago
fdc4dcc
meson: Address missing native directive in add_languages()
by Andrew Jeffery
· 7 months ago
e5c3f14
dsp: firmware_update: Stabilize downstream devices related ABI
by Unive Tien
· 4 months ago
c4589e0
meson: reformat with meson formatter
by Patrick Williams
· 2 months ago
e78035e
meson: Format build files to match style guide
by Archana Kakani
· 2 months ago
059684c
docs: checklists: Add resource cleanup recommendations
by Andrew Jeffery
· 2 months ago
02c9d37
docs: checklists: Document heap allocation constraint
by Andrew Jeffery
· 2 months ago
0b140da
docs: checklists: Split out note on request and response APIs
by Andrew Jeffery
· 2 months ago
73625d7
docs: checklists: Sub-headers for adding new APIs
by Andrew Jeffery
· 2 months ago
92cedf0
meson: sizes.h: add includedir to install path
by Patrick Williams
· 3 months ago
fa2e265
scripts: pre-submit: Fail on meson format diff
by Matt Johnston
· 3 months ago
abe9b37
libpldm: Add fuzzing for firmware FD responder
by Matt Johnston
· 5 months ago
cc6f643
firmware fd: Add PLDM Control version/commands
by Matt Johnston
· 5 months ago
bde874e
libpldm: Add PLDM control responder
by Matt Johnston
· 5 months ago
8c2bfb1
libpldm: Add firmware update FD responder
by Matt Johnston
· 5 months ago
8f3b13c
msgbuf: pldm_msgbuf_peek_remaining and pldm_msgbuf_skip
by Matt Johnston
· 6 months ago
94e2d75
pdr: Handle removal of the last contained entity from EA PDR
by Archana Kakani
· 4 months ago
bd092fc
checklists: changes: Add The Byte Order Fallacy to influences
by Andrew Jeffery
· 4 months ago
c4d1c8b
dsp: firmware_update: Avoid integer overflow
by Matt Johnston
· 4 months ago
cf9a2df
dsp: Add FD side firmware_update encode/decode
by Matt Johnston
· 5 months ago
5d4f7b5
msgbuf: Add pldm_msgbuf_destroy_used()
by Matt Johnston
· 4 months ago
e8d8d33
msgbuf: Add pldm_msgbuf_insert_uint64
by Matt Johnston
· 6 months ago
f37edd7
clang-format: re-format for clang-19
by Patrick Williams
· 4 months ago
5a5129b
dsp: firmware_update: Add iterator for downstream device parameters
by Andrew Jeffery
· 4 months ago
6a97b79
dsp: firmware_update: Expand "params" in symbol names
by Andrew Jeffery
· 4 months ago
0612d98
libpldm: Release v0.11.0
by Andrew Jeffery
· 4 months ago
v0.11.0
d2f8a7e
dsp: firmware_update: pack decomposed parameters to struct
by Unive Tien
· 5 months ago
71e935c
dsp: firmware_update: Change return type of downstream device ABI/APIs
by Unive Tien
· 5 months ago
eb8bb17
dsp: base: add encode_pldm_header_only_errno()
by Unive Tien
· 5 months ago
c69081a
meson: Make transport optional
by Matt Johnston
· 6 months ago
ae05d5e
dsp: pdr: Replace ENOKEY with ENOENT
by Matt Johnston
· 6 months ago
210c0d5
README: Rework OEM notes
by Andrew Jeffery
· 4 months ago
65c6409
meson: Convert options from feature to boolean
by Andrew Jeffery
· 4 months ago
fef24ed
meson: Specify OEM extensions in an array
by Andrew Jeffery
· 4 months ago
f1c26e1
meson: Sort options file
by Andrew Jeffery
· 4 months ago
a93ec07
meson: Switch default_options to dict
by Andrew Jeffery
· 4 months ago
d5d1f66
dsp: firmware_update: Fix missing #include <span>
by Matt Johnston
· 5 months ago
35b72d9
base: add PLDM Command numbers
by Thu Nguyen
· 5 months ago
30b2564
platform: add PLDM Command numbers
by Thu Nguyen
· 5 months ago
566f2fc
scripts: pre-submit: Print meson format diff on failure
by Andrew Jeffery
· 5 months ago
07159f7
scripts: pre-submit: Be informative on meson formatting failures
by Andrew Jeffery
· 5 months ago
5a03473
scripts: pre-submit: Ensure changelog captures API updates
by Andrew Jeffery
· 5 months ago
309a5cd
libpldm: Install api header, update changelog
by Andrew Jeffery
· 5 months ago
3a2c658
dsp: firmware_update: Iterators for downstream device descriptors
by Andrew Jeffery
· 5 months ago
dec237b
tests: firmware_update: Clean up some use of reinterpret_cast<>()
by Andrew Jeffery
· 5 months ago
cd2eb60
tests: firmware_update: Fix 'complition' typo
by Andrew Jeffery
· 5 months ago
a9bd972
dsp: firmware_update: Fix local include of stdbool
by Andrew Jeffery
· 5 months ago
56ef86a
dsp: platform: Fix extra parentheses
by Matt Johnston
· 5 months ago
1be1d5e
dsp: platform: Fix location of closing paren in overflow detection
by Andrew Jeffery
· 5 months ago
5d8e30c
libpldm: Release v0.10.0
by Andrew Jeffery
· 5 months ago
v0.10.0
8e23fd0
stateset: Add new state sets from DSP0249 v1.3.0
by Manojkiran Eda
· 6 months ago
654eb96
entity: Add new entity types from DSP0249 v1.3.0
by Manojkiran Eda
· 6 months ago
98e137d
dsp: platform: Fix decode_set_event_receiver_req()
by Gilbert Chen
· 6 months ago
8f33a1d
dsp: pdr: Rework test in pldm_entity_association_pdr_extract()
by Andrew Jeffery
· 6 months ago
36324f6
Apply GCC's tainted_args attribute to library entrypoints
by Andrew Jeffery
· 7 months ago
a180963
utils: Avoid array-lookup in is_time_legal()
by Andrew Jeffery
· 6 months ago
21cb052
dsp: bios_table: Bounds check pldm_bios_table_string_entry_encode()
by Andrew Jeffery
· 6 months ago
3b33c13
dsp: bios: Bounds check encode_set_bios_attribute_current_value_req()
by Andrew Jeffery
· 6 months ago
37016fe
dsp: bios: Bounds check encode_set_bios_table_req()
by Andrew Jeffery
· 6 months ago
d7d08f6
dsp: fru: Bounds check encode_fru_record()
by Andrew Jeffery
· 6 months ago
82c3481
dsp: fru: Bounds check encode_get_fru_record_by_option_resp()
by Andrew Jeffery
· 6 months ago
Next »