[coreboot-gerrit] New patch to review for coreboot: Intel vendorcode: Add FSP_SMBIOS_MEMORY_INFO_GUID

Leroy P Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Fri Jun 19 02:55:14 CEST 2015


Leroy P Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10587

-gerrit

commit b5ff23f5ee949ac51651e78e8fc0ee292370284f
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Thu Jun 18 10:45:21 2015 -0700

    Intel vendorcode: Add FSP_SMBIOS_MEMORY_INFO_GUID
    
    Add new GUID for FSP.
    
    BRANCH=none
    BUG=None
    TEST=Build and run on strago
    
    Change-Id: I539a59b513f67535436f581e0a79ab53f05682ca
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/vendorcode/intel/edk2/uefi_2.4/uefi_types.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/vendorcode/intel/edk2/uefi_2.4/uefi_types.h b/src/vendorcode/intel/edk2/uefi_2.4/uefi_types.h
index cf95ad8..473c374 100644
--- a/src/vendorcode/intel/edk2/uefi_2.4/uefi_types.h
+++ b/src/vendorcode/intel/edk2/uefi_2.4/uefi_types.h
@@ -123,4 +123,10 @@ typedef struct  {
 	{ 0xa6, 0xc4, 0xc7, 0xf5, 0x9e, 0xfd, 0x98, 0x6e }	\
 }
 
+#define FSP_SMBIOS_MEMORY_INFO_GUID				\
+{								\
+	0x01a1108c, 0x9dee, 0x4984,				\
+	{ 0x88, 0xc3, 0xee, 0xe8, 0xc4, 0x9e, 0xfb, 0x89 }	\
+}
+
 #endif	/* __UEFI_TYPES_H__*/



More information about the coreboot-gerrit mailing list