[Skiboot] [PATCH V2 0/2] Implement virtual flash content using PLDM

Christophe Lombard clombard at linux.vnet.ibm.com
Sat Mar 19 01:39:54 AEDT 2022


This set of patches allows the library libflash and the blocklevel
interface to access the lid files (content of each PNOR partition)
located on the BMC, using the PLDM over MCTP protocol. 

To enable the new PLDM features, add CONFIG_PLDM as a parameter:
  make .... CONFIG_PLDM=1

This patch set should be applied on top of these previous sets:
- Import external libraries for MCTP/PLDM protocols.
- Implement MCTP and PLDM features.

Changelog[v2]
 - Rebase to latest upstream.
 - patch2 : - Signature of pldm_file_io_write_file() has changed.

Christophe Lombard (2):
  core/pldm: Lid ids string parsing
  core/pldm: Register PLDM as a blocklevel device

 core/pldm/Makefile.inc     |   1 +
 core/pldm/pldm-lid-files.c | 397 +++++++++++++++++++++++++++++++++++++
 include/pldm.h             |  12 ++
 3 files changed, 410 insertions(+)
 create mode 100644 core/pldm/pldm-lid-files.c

-- 
2.35.1



More information about the Skiboot mailing list