aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/roda/rk9/Kconfig4
-rw-r--r--src/northbridge/intel/gm45/Kconfig11
2 files changed, 15 insertions, 0 deletions
diff --git a/src/mainboard/roda/rk9/Kconfig b/src/mainboard/roda/rk9/Kconfig
index 733a3207a0..6ed85ff3b4 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 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"