summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/fsp_baytrail
diff options
context:
space:
mode:
authorDavid Imhoff <dimhoff_devel@xs4all.nl>2015-04-22 17:24:26 +0200
committerAaron Durbin <adurbin@chromium.org>2015-04-27 17:33:29 +0200
commit326a037612faa344cf01426d9f50142d628b12b7 (patch)
tree8cc0eb95e37ca321b74e1c9b4c4f8cbf6288db62 /src/soc/intel/fsp_baytrail
parentd8a5017ee0d47e860148d139bc5329083ac06515 (diff)
downloadcoreboot-staging-326a037612faa344cf01426d9f50142d628b12b7.zip
coreboot-staging-326a037612faa344cf01426d9f50142d628b12b7.tar.gz
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 <dimhoff_devel@xs4all.nl> Reviewed-on: http://review.coreboot.org/9961 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/soc/intel/fsp_baytrail')
-rw-r--r--src/soc/intel/fsp_baytrail/Kconfig2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud