Kyösti Mälkki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37439 )
Change subject: AGESA: Reduce S3_DATA_SIZE ......................................................................
AGESA: Reduce S3_DATA_SIZE
Make some room for C environment bootblock. The S3 resume feature needs less than 2 KiB.
Change-Id: Ic49c313d492f1d18f59d61e84f81f106e3b41fb1 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/cpu/amd/agesa/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/37439/1
diff --git a/src/cpu/amd/agesa/Kconfig b/src/cpu/amd/agesa/Kconfig index e97f147..9bd4bf1 100644 --- a/src/cpu/amd/agesa/Kconfig +++ b/src/cpu/amd/agesa/Kconfig @@ -63,7 +63,7 @@
config S3_DATA_SIZE int - default 32768 + default 8192
config C_ENV_BOOTBLOCK_SIZE hex