[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


[ROCm/amdsmi commit: fe9b6eeb49]
Este commit está contenido en:
Daniel Oliveira
2025-05-14 21:19:53 -05:00
cometido por Arif, Maisam
padre a13b160b42
commit 806c3c62ed
Se han modificado 12 ficheros con 38 adiciones y 9 borrados
@@ -214,6 +214,10 @@ int main() {
"\tPSP SOSDRV: %ld\n\n",
fw_information.fw_info_list[amdsmi_fw_block_t::AMDSMI_FW_ID_PSP_SOSDRV]
.fw_version);
printf(
"\tPLDM: %ld\n\n",
fw_information.fw_info_list[amdsmi_fw_block_t::AMDSMI_FW_ID_PLDM]
.fw_version);
// Get temperature measurements
int64_t temp_measurements[AMDSMI_TEMPERATURE_TYPE__MAX + 1];