diff options
author | Zheng Bao <fishbaozi@gmail.com> | 2022-11-18 15:01:22 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-06-12 17:29:18 +0000 |
commit | 2d2c27e4c0c9065699845a199d5141bf6a3cc017 (patch) | |
tree | 3cdd48b0c9ec827b2d5662d6ad744f143ad36e14 /src/soc/amd | |
parent | edcde0ba7a152c07f869d02de4a3c33720e5da9b (diff) |
soc/amd/stoney: Expand the SMM region for cache
Currently the data to be put to cache region is 0x14FF90. With the
limit size 0x150000, the data for S3 can not be put into. So we expand
it a little.
Change-Id: If6b03b713059c54c7dae8f2db0f6426d8aa1aab1
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69782
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/stoneyridge/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 1e35d766af..4ae08d20ae 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -260,7 +260,7 @@ config SMM_TSEG_SIZE config SMM_RESERVED_SIZE hex - default 0x150000 + default 0x160000 config SMM_MODULE_STACK_SIZE hex |