Zheng Bao ([email protected]) just uploaded a new patch set to gerrit, which 
you can find at http://review.coreboot.org/1485

-gerrit

commit 79e37df371dd6f43376dcb2ee58034b3cef1716c
Author: zbao <[email protected]>
Date:   Fri Aug 24 22:02:24 2012 +0800

    AMD S3: The size of the non-volatile storage depends on config.h
    
    Change-Id: Ic8410fb706dce677c7218d19030d84b64cda7b7f
    Signed-off-by: Zheng Bao <[email protected]>
    Signed-off-by: zbao <[email protected]>
---
 src/southbridge/amd/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/southbridge/amd/Makefile.inc b/src/southbridge/amd/Makefile.inc
index d2b9b65..1e3309a 100644
--- a/src/southbridge/amd/Makefile.inc
+++ b/src/southbridge/amd/Makefile.inc
@@ -19,7 +19,7 @@ subdirs-$(CONFIG_SOUTHBRIDGE_AMD_AGESA_HUDSON) += agesa
 ifeq ($(CONFIG_HAVE_ACPI_RESUME), y)
 ifeq ($(CONFIG_CPU_AMD_AGESA), y)
 
-$(obj)/s3.rom:
+$(obj)/s3.rom: $(obj)/config.h
        echo "    S3 NVRAM   $(CONFIG_S3_VOLATILE_POS) (S3 storage area)"
        # force C locale, so cygwin awk doesn't try to interpret the 0xff below 
as UTF-8 (or worse)
        LC_ALL=C awk 'BEGIN {for (i=0; i<32768; i++) {printf "%c", 255}}' > 
[email protected]

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to