1
0
Fork 0
qemu/roms/skiboot/pldm/libpldm
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00
..
msgbuf Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
oem/ibm Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
base.c Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
bios.c Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
bios_table.c Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
firmware_update.c Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
fru.c Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
Makefile.inc Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
msgbuf.h Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
pdr.c Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
platform.c Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
README.skiboot Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
utils.c Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00

skiboot/pldm/libpldm/ is a minimally modified version of upstream
libpldm that is distributed with the openbmc project hosted at
https://github.com/openbmc/libpldm.git

This version is taken from pldm.git commit 953bc8c1a4e9 ("libpldm: Enable
API/ABI compliance checks") by copying most of files from the pldm/libpldm/
directory.

The only modifications from the upstream source are the additions of
this file, Makefile.inc which has been derived from the original
Makefile.inc, the rename of the api crc32() which is already
defined in libmctp/crc32.c and the removal of several unnecessary
folders and files.

Local libpldm changes should be kept to a minimum, and submitted
upstream if possible.