Attention is currently required from: Zheng Bao.
Hello Zheng Bao,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/69782
to review the following change.
Change subject: soc/amd/stoney: Expand the SMM region for cache ......................................................................
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 --- M src/soc/amd/stoneyridge/Kconfig 1 file changed, 16 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/69782/1
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 53b986e..6ec0f2d 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -258,12 +258,12 @@
config SMM_TSEG_SIZE hex - default 0x800000 if HAVE_SMI_HANDLER + default 0x810000 if HAVE_SMI_HANDLER default 0x0
config SMM_RESERVED_SIZE hex - default 0x150000 + default 0x160000
config SMM_MODULE_STACK_SIZE hex