From 458297c8ba237808a3cdf698f9c7c561b13c0b6c Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Mon, 7 Jan 2019 14:24:27 +0530 Subject: soc/intel/icelake: Increase bootblock size This patch fixes icelake build brokenness due to bootblock size issue. Increase the bootblock size to 48K to match skylake. With UART enabled we are very near the 32K limit, and with upcoming changes to add USB devices in devicetree for a icelake board it is over the current 32K limit. BUG=b:122485106 TEST=Able to build dragonegg Change-Id: I66706e66ac1bce677fe11022d0eef44b9efc2e76 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/30702 Tested-by: build bot (Jenkins) Reviewed-by: Rizwan Qureshi Reviewed-by: Aamir Bohra --- src/soc/intel/icelake/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel') diff --git a/src/soc/intel/icelake/Kconfig b/src/soc/intel/icelake/Kconfig index 727fccee0f..6343ca5d0f 100644 --- a/src/soc/intel/icelake/Kconfig +++ b/src/soc/intel/icelake/Kconfig @@ -176,7 +176,7 @@ config VBOOT config C_ENV_BOOTBLOCK_SIZE hex - default 0x8000 + default 0xC000 config CBFS_SIZE hex -- cgit v1.2.3