[coreboot-gerrit] New patch to review for coreboot: 0ef593b gm45: Allow coexistance with ME firmware.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Tue Aug 12 20:39:50 CEST 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6626

-gerrit

commit 0ef593b9284a25db5aa7c84964d0406c36534138
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Tue Aug 12 20:39:28 2014 +0200

    gm45: Allow coexistance with ME firmware.
    
    Change-Id: I08ca5eec94c70b43789122266d68af149772385c
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/roda/rk9/Kconfig     |  4 ++++
 src/northbridge/intel/gm45/Kconfig | 11 +++++++++++
 2 files changed, 15 insertions(+)

diff --git a/src/mainboard/roda/rk9/Kconfig b/src/mainboard/roda/rk9/Kconfig
index 733a320..6ed85ff 100644
--- a/src/mainboard/roda/rk9/Kconfig
+++ b/src/mainboard/roda/rk9/Kconfig
@@ -34,4 +34,8 @@ config MAX_CPUS
 	int
 	default 2
 
+config CBFS_SIZE
+	hex
+	default ROM_SIZE
+
 endif # BOARD_RODA_RK9
diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig
index 86249cc2..629bae3 100644
--- a/src/northbridge/intel/gm45/Kconfig
+++ b/src/northbridge/intel/gm45/Kconfig
@@ -34,6 +34,17 @@ config BOOTBLOCK_NORTHBRIDGE_INIT
 	string
 	default "northbridge/intel/gm45/bootblock.c"
 
+config CBFS_SIZE
+	hex "Size of CBFS filesystem in ROM"
+	default 0x100000
+	help
+	  On GM45 systems the firmware image may
+	  store a lot more than just coreboot, including:
+	   - a firmware descriptor
+	   - Intel Management Engine firmware
+	  This option allows to limit the size of the CBFS portion in the
+	  firmware image.
+
 config VGA_BIOS_ID
 	string
 	default "8086,2a42"



More information about the coreboot-gerrit mailing list