[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:
committed by
Arif, Maisam
parent
bd39e461a5
commit
fe9b6eeb49
@@ -188,6 +188,9 @@ void getFWNameFromId(int id, char *name)
|
||||
case AMDSMI_FW_ID_DMCU:
|
||||
strcpy(name, "ID_DMCU");
|
||||
break;
|
||||
case AMDSMI_FW_ID_PLDM:
|
||||
strcpy(name, "PLDM");
|
||||
break;
|
||||
default:
|
||||
strcpy(name, "");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user