From 326a037612faa344cf01426d9f50142d628b12b7 Mon Sep 17 00:00:00 2001 From: David Imhoff Date: Wed, 22 Apr 2015 17:24:26 +0200 Subject: intel/fsp_baytrail: Fix default SMM_TSEG_SIZE value The value of SMM_TSEG_SIZE was equal to SMM_RESERVED_SIZE. This caused the install_permanent_handler() function to fail. Changed the value to 0x800000, which is already used as default in smm_region_size() in case SMM_TSEG_SIZE is 0. Change-Id: I4ff3568aefd4729a98c1777a2cae2a4715afbc2f Signed-off-by: David Imhoff Reviewed-on: http://review.coreboot.org/9961 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Werner Zeh --- src/soc/intel/fsp_baytrail/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/fsp_baytrail') diff --git a/src/soc/intel/fsp_baytrail/Kconfig b/src/soc/intel/fsp_baytrail/Kconfig index d97879f..4881d8d 100644 --- a/src/soc/intel/fsp_baytrail/Kconfig +++ b/src/soc/intel/fsp_baytrail/Kconfig @@ -72,7 +72,7 @@ config CPU_ADDR_BITS config SMM_TSEG_SIZE hex - default 0x100000 + default 0x800000 help This is set by the FSP -- cgit v1.1