[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:
zatwierdzone przez
Arif, Maisam
rodzic
bd39e461a5
commit
fe9b6eeb49
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user