Kyösti Mälkki has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/37439 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Michał Żygowski michal.zygowski@3mdeb.com --- M src/cpu/amd/agesa/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Michał Żygowski: Looks good to me, approved
diff --git a/src/cpu/amd/agesa/Kconfig b/src/cpu/amd/agesa/Kconfig index 9956579..5e1ff1d 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
endif # CPU_AMD_AGESA