[SWDEV-554587] Added IFWI Version and boot_firmware API
- Changed amd-smi static --vbios to accept ifwi - Change population logic for vbios version API - Added IFWI boot_firmware to the CLI, C++, Rust, and Python API Signed-off-by: Maisam Arif <Maisam.Arif@amd.com> Change-Id: I4ea504d40a43cfb011ab38fc9a664ecf12d39c8a
This commit is contained in:
committed by
Arif, Maisam
parent
c708a7e11f
commit
cd21b5edcc
@@ -156,7 +156,7 @@ impl AmdsmiBdfT {
|
||||
}
|
||||
|
||||
// Implement the getters for the C string fields in AmdsmiVbiosInfoT
|
||||
impl_cstr_getters!(AmdsmiVbiosInfoT, name, build_date, part_number, version);
|
||||
impl_cstr_getters!(AmdsmiVbiosInfoT, name, build_date, part_number, version, boot_firmware);
|
||||
|
||||
// Implement the getters for the C string fields in AmdsmiAsicInfoT
|
||||
impl_cstr_getters!(AmdsmiAsicInfoT, market_name, vendor_name, asic_serial);
|
||||
|
||||
Reference in New Issue
Block a user