From: lakx.huang@intel.com
To: devel@edk2.groups.io
Cc: LakX Huang <lakx.huang@intel.com>, Ray Ni <ray.ni@intel.com>,
Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
Subject: [PATCH] IntelSiliconPkg: Adopt FSP spec version 2.3
Date: Tue, 28 Dec 2021 17:22:23 +0800 [thread overview]
Message-ID: <ee3df2c38b734f5ac6406aadea547b91e8313953.1640599844.git.lakx.huang@intel.com> (raw)
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
reply other threads:[~2021-12-28 10:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ee3df2c38b734f5ac6406aadea547b91e8313953.1640599844.git.lakx.huang@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox