From 268d25715cb5efbfdd134d4a438084495ac8ee21 Mon Sep 17 00:00:00 2001 From: Keith Hui Date: Thu, 7 May 2020 14:12:15 -0400 Subject: cpu/intel/slot_1: Select 16KiB bootblock if console is enabled We previously confirmed [1] that bootblock will grow beyond current 8KiB size if console is enabled. Automatically change to 16KiB if user enabled it in menuconfig. [1] https://review.coreboot.org/c/coreboot/+/36775 Change-Id: Ic9988c77cf9677167a382aa4dc7dcfa2bc4cbe02 Signed-off-by: Keith Hui Reviewed-on: https://review.coreboot.org/c/coreboot/+/41460 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/cpu/intel/slot_1/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/intel/slot_1/Kconfig') diff --git a/src/cpu/intel/slot_1/Kconfig b/src/cpu/intel/slot_1/Kconfig index 6928335ada..2b6deb6673 100644 --- a/src/cpu/intel/slot_1/Kconfig +++ b/src/cpu/intel/slot_1/Kconfig @@ -32,6 +32,7 @@ config DCACHE_BSP_STACK_SIZE config C_ENV_BOOTBLOCK_SIZE hex + default 0x4000 if BOOTBLOCK_CONSOLE default 0x2000 endif -- cgit v1.2.3