[SWDEV-529665] Add PLDM Bundle version

feat: Report PLDM Bundle from SMC to IB

Code changes related to the following:
  * APIs
  * CLI
  * Unit tests

Signed-off-by: Oliveira, Daniel <daniel.oliveira@amd.com>
Change-Id: I35ccf01eb612ca80e3ae6b72039085c18c989222
This commit is contained in:
Daniel Oliveira
2025-05-14 21:19:53 -05:00
zatwierdzone przez Arif, Maisam
rodzic bd39e461a5
commit fe9b6eeb49
12 zmienionych plików z 38 dodań i 9 usunięć
+2 -2
Wyświetl plik
@@ -725,8 +725,8 @@ typedef enum {
RSMI_FW_BLOCK_UVD,
RSMI_FW_BLOCK_VCE,
RSMI_FW_BLOCK_VCN,
RSMI_FW_BLOCK_LAST = RSMI_FW_BLOCK_VCN
RSMI_FW_BLOCK_PLDM,
RSMI_FW_BLOCK_LAST = RSMI_FW_BLOCK_PLDM
} rsmi_fw_block_t;
/**
@@ -152,6 +152,7 @@ enum DevInfoTypes {
kDevFwVersionUvd,
kDevFwVersionVce,
kDevFwVersionVcn,
kDevFwVersionPldm,
kDevSerialNumber,
kDevMemPageBad,
kDevNumaNode,