From b25a9e9d3035c6e3c6969fed97a5193b95df249f Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Tue, 12 Aug 2014 20:39:28 +0200 Subject: gm45: Allow coexistance with ME firmware. Change-Id: I08ca5eec94c70b43789122266d68af149772385c Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/6626 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/northbridge/intel/gm45/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/northbridge/intel/gm45') diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig index 86249cc2d0..629bae33df 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" -- cgit v1.2.3