aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/Kconfig
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2020-06-12 10:28:04 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-06-14 16:48:12 +0000
commit3e2fabfa5e551494419467f4f4d2d10086022f3d (patch)
treeb22b6ad6a66ff6a946eb31c29bb6d46ce478c866 /src/soc/amd/picasso/Kconfig
parentc8fa51b8770a81f15a1bb9f609420436928f3244 (diff)
soc/amd/picasso: Increase SMM_RESERVED_SIZE
Correct a message of "Error: Can't add stage_cache 57a9e101 to imd". ramstage is 0xffc90 and adding FSP-S (0x50000) failed. Increase the reserved region of SMRAM to accommodate both images. BUG=b:158704095 TEST=Boot Mandolin and check console log Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Change-Id: I51595d80d4779e995ec2a26e395cf95d666a309e Reviewed-on: https://review.coreboot.org/c/coreboot/+/42314 Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/Kconfig')
-rw-r--r--src/soc/amd/picasso/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig
index 725bd16a27..27901ba600 100644
--- a/src/soc/amd/picasso/Kconfig
+++ b/src/soc/amd/picasso/Kconfig
@@ -284,7 +284,7 @@ config SMM_TSEG_SIZE
config SMM_RESERVED_SIZE
hex
- default 0x150000
+ default 0x180000
config SMM_MODULE_STACK_SIZE
hex