summaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge/Kconfig
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2018-01-29 18:08:16 -0700
committerMartin Roth <martinroth@google.com>2018-02-07 16:24:55 +0000
commitf3c57a7c28a3c66d2ade3e2b3108fd58b60c2a7c (patch)
tree61525ac36d3d5044860b7e18f2b48b9ea9d32e67 /src/soc/amd/stoneyridge/Kconfig
parent8d6e0e0a72ed81d44ba61add0c2aab55bb217412 (diff)
downloadcoreboot-f3c57a7c28a3c66d2ade3e2b3108fd58b60c2a7c.tar.xz
amd/stoneyridge: Put stage cache into TSEG
Add a function to allow an external region to be located in TSEG. Select the option to use memory outside of cbmem. Increase the size reserved in TSEG. Change-Id: Ic1073af04475d862753136c9e14e2b2dde31fe66 Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/23519 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/amd/stoneyridge/Kconfig')
-rw-r--r--src/soc/amd/stoneyridge/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig
index 148ca3ff04..79755239d8 100644
--- a/src/soc/amd/stoneyridge/Kconfig
+++ b/src/soc/amd/stoneyridge/Kconfig
@@ -55,6 +55,7 @@ config CPU_SPECIFIC_OPTIONS
select BOOTBLOCK_CONSOLE
select BOOT_DEVICE_SUPPORTS_WRITES if BOOT_DEVICE_SPI_FLASH
select RELOCATABLE_MODULES
+ select CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM
select PARALLEL_MP
select PARALLEL_MP_AP_WORK
select HAVE_SMI_HANDLER
@@ -295,7 +296,7 @@ config SMM_TSEG_SIZE
config SMM_RESERVED_SIZE
hex
- default 0x100000
+ default 0x140000
config ACPI_CPU_STRING
string