]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelSiliconPkg: Add SMBIOS data HOB GUID
authorMudusuru, Giri P <giri.p.mudusuru@intel.com>
Mon, 31 Oct 2016 16:56:35 +0000 (00:56 +0800)
committerJiewen Yao <jiewen.yao@intel.com>
Tue, 1 Nov 2016 12:14:09 +0000 (20:14 +0800)
Add gIntelSmbiosDataHobGuid used to publish SMBIOS data from PEI phase.
The HOB data format will be same as SMBIOS spec define formats for
Types 0 to 127 and OEM defined types for 128 to 255.

Generic library or DXE driver can add SMBIOS records using this HOB(s).

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
IntelSiliconPkg/IntelSiliconPkg.dec

index e42dbad0a75ee46582e87924ab30f8dd02c62f6e..84b076426ce1a11c128a1ed1191ebb6e875dc79b 100644 (file)
 \r
 [Includes]\r
   Include\r
+\r
+[Guids]\r
+  ## HOB GUID to publish SMBIOS data records from PEI phase\r
+  # HOB data format is same as SMBIOS records defined in SMBIOS spec or OEM defined types\r
+  # Generic DXE Library / Driver can locate HOB(s) and add SMBIOS records into SMBIOS table\r
+  gIntelSmbiosDataHobGuid         = { 0x798e722e, 0x15b2, 0x4e13, { 0x8a, 0xe9, 0x6b, 0xa3, 0x0f, 0xf7, 0xf1, 0x67 }}\r
+\r