[coreboot-gerrit] New patch to review for coreboot: 29c90a2 cbmem: Identify the FSP areas in CBMEM

Leroy P Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Wed Apr 29 04:16:39 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/10026

-gerrit

commit 29c90a2cdc81b806877023de6c40581d197e3505
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Tue Apr 28 18:21:25 2015 -0700

    cbmem: Identify the FSP areas in CBMEM
    
    Add identifers and descriptions for the FSP areas within CBMEM.
    
    BRANCH=none
    BUG=None
    TEST=Build for Braswell or Skylake boards using FSP 1.1.
    
    Change-Id: I4d58f7f08cfbc17f3aef261c835b92d8d65f6622
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/include/cbmem.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/include/cbmem.h b/src/include/cbmem.h
index 936fdf6..c5cd52a 100644
--- a/src/include/cbmem.h
+++ b/src/include/cbmem.h
@@ -54,6 +54,8 @@
 #define CBMEM_ID_EHCI_DEBUG	0xe4c1deb9
 #define CBMEM_ID_ELOG		0x454c4f47
 #define CBMEM_ID_FREESPACE	0x46524545
+#define CBMEM_ID_FSP_RESERVED_MEMORY 0x46535052
+#define CBMEM_ID_FSP_RUNTIME	0x52505346
 #define CBMEM_ID_GDT		0x4c474454
 #define CBMEM_ID_HOB_POINTER	0x484f4221
 #define CBMEM_ID_IGD_OPREGION	0x4f444749
@@ -101,6 +103,8 @@
 	{ CBMEM_ID_EHCI_DEBUG,		"USBDEBUG   " }, \
 	{ CBMEM_ID_ELOG,		"ELOG       " }, \
 	{ CBMEM_ID_FREESPACE,		"FREE SPACE " }, \
+	{ CBMEM_ID_FSP_RESERVED_MEMORY, "FSP MEMORY " }, \
+	{ CBMEM_ID_FSP_RUNTIME,		"FSP RUNTIME" }, \
 	{ CBMEM_ID_GDT,			"GDT        " }, \
 	{ CBMEM_ID_IMD_ROOT,		"IMD ROOT   " }, \
 	{ CBMEM_ID_IMD_SMALL,		"IMD SMALL  " }, \



More information about the coreboot-gerrit mailing list