MPIControlInfoFirmwareZMP
Definition
typedef struct MPIControlInfoFirmwareZMP {
int32_t boot0Version;
int32_t boot0Revision;
int32_t zbootVersion;
int32_t zbootRevision;
} MPIControlInfoFirmwareZMP;
Change History: Added in the 03.02.00
Description
MPIControlInfoFirmwareZMP is a structure containing version information about the boot0 and zboot code on a ZMP. Boot0 is the bootstrap code and should rarely need updating (updating is done at MEI). Zboot is the initialization code and will get updated every time the firmware is loaded. NOTE: This information is displayed by the Version utility.
boot0Version | Version of boot0 code. |
---|---|
boot0Revision | Revision of boot0 code. |
zbootVersion | Version of zboot code. |
zbootRevision | Revision of zboot code. |