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

-gerrit

commit 0c06c39a9db42571c4e5b0c11664123b77a6d007
Author: Patrick Georgi <[email protected]>
Date:   Thu Nov 15 14:53:02 2012 +0100

    build system: Treat cmos.default as text file
    
    It's a more easily maintainable format than a 128 byte binary blob
    
    Change-Id: Ic9b9f53cd025b5f89a21971930fabf6592f95d67
    Signed-off-by: Patrick Georgi <[email protected]>
---
 src/drivers/pc80/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/drivers/pc80/Makefile.inc b/src/drivers/pc80/Makefile.inc
index 0c1a1f0..23e986a 100644
--- a/src/drivers/pc80/Makefile.inc
+++ b/src/drivers/pc80/Makefile.inc
@@ -10,7 +10,7 @@ romstage-$(CONFIG_USE_OPTION_TABLE) += mc146818rtc_early.c
 subdirs-y += vga
 
 cbfs-files-$(CONFIG_HAVE_CMOS_DEFAULT) += cmos.default
-cmos.default-file = $(CONFIG_CMOS_DEFAULT_FILE)
+cmos.default-file = $(CONFIG_CMOS_DEFAULT_FILE):nvramtool
 cmos.default-type = 0xaa
 
 smm-y += mc146818rtc.c

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

Reply via email to