public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1] IntelSiliconPkg: Add FVI_SMBIOS_TYPE definition in FirmwareVersionInfo.h
@ 2023-01-04  7:47 hunter.chang
  2023-01-04  8:11 ` Ashraf Ali S
  2023-01-05  7:05 ` Ni, Ray
  0 siblings, 2 replies; 9+ messages in thread
From: hunter.chang @ 2023-01-04  7:47 UTC (permalink / raw)
  To: devel; +Cc: Hunter Chang, Ray Ni, Rangasai V Chaganty, Isaac Oram,
	Ashraf Ali S

From: Hunter Chang <hunter.chang@intel.com>

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4242

Define a macro for SmbiosFeaturePkg usage which named
INTEL_FVI_SMBIOS_TYPE and initialized to 0xDD in
IndustryStandard/FirmwareVersionInfo.h

Signed-off-by: Hunter Chang <hunter.chang@intel.com>

Cc: Ray Ni <ray.ni@intel.com>
Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Ashraf Ali S <ashraf.ali.s@intel.com>
---
 Silicon/Intel/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Silicon/Intel/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h b/Silicon/Intel/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h
index b30bc3f9e7..466cb8e7d2 100644
--- a/Silicon/Intel/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h
+++ b/Silicon/Intel/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h
@@ -18,6 +18,7 @@
 #include <IndustryStandard/SmBios.h>
 
 #define INTEL_FIRMWARE_VERSION_INFO_GROUP_NAME    "Firmware Version Info"
+#define INTEL_FVI_SMBIOS_TYPE                     0xDD
 
 #pragma pack(1)
 
-- 
2.26.2.windows.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-01-06  5:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-04  7:47 [PATCH v1] IntelSiliconPkg: Add FVI_SMBIOS_TYPE definition in FirmwareVersionInfo.h hunter.chang
2023-01-04  8:11 ` Ashraf Ali S
2023-01-05  7:05 ` Ni, Ray
2023-01-05  7:54   ` hunter.chang
2023-01-05  9:39     ` Ni, Ray
2023-01-05 19:25       ` Isaac Oram
2023-01-06  1:00         ` Ni, Ray
2023-01-06  2:48           ` [edk2-devel] " Chang, Hunter
2023-01-06  5:48           ` Chang, Hunter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox