[edk2-devel] [PATCH] IntelSiliconPkg: Adopt FSP spec version 2.3

lakx.huang@intel.com posted 1 patch 2 years, 4 months ago
Failed in applying to current master (apply log)
.../Include/IndustryStandard/FirmwareVersionInfo.h              | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[edk2-devel] [PATCH] IntelSiliconPkg: Adopt FSP spec version 2.3
Posted by lakx.huang@intel.com 2 years, 4 months ago
From: LakX Huang <lakx.huang@intel.com>

Usage of ExtendedImageRevision
Changed the Revision size of Firmware Version Structure from
UINT8 to UINT16.

Signed-off-by: LakX Huang <lakx.huang@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Rangasai V Chaganty <rangasai.v.chaganty@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/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-