From: LakX Huang <lakx.hu...@intel.com> Usage of ExtendedImageRevision Changed the Revision size of Firmware Version Structure from UINT8 to UINT16.
Signed-off-by: LakX Huang <lakx.hu...@intel.com> Cc: Ray Ni <ray...@intel.com> Cc: Rangasai V Chaganty <rangasai.v.chaga...@intel.com> --- .../Include/IndustryStandard/FirmwareVersionInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Intel/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h b/Silicon/Intel/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h index b30bc3f9e7..ab9076451a 100644 --- a/Silicon/Intel/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h +++ b/Silicon/Intel/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h @@ -27,7 +27,7 @@ typedef struct { UINT8 MajorVersion; UINT8 MinorVersion; - UINT8 Revision; + UINT16 Revision; UINT16 BuildNumber; } INTEL_FIRMWARE_VERSION; -- 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#85266): https://edk2.groups.io/g/devel/message/85266 Mute This Topic: https://groups.io/mt/88183851/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-