[coreboot] New patch to review for coreboot: 9e6d60e Fix coreboot updates

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Fri Oct 28 22:54:28 CEST 2011


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/351

-gerrit

commit 9e6d60e575d6acc3dcafab2f80f8480c838ec00c
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Fri Oct 28 22:52:11 2011 +0200

    Fix coreboot updates
    
    The rule to prepare a new coreboot.pre1 was ignored in the
    "update image" scenario because a perfectly fine file exists.
    Mark it phony to fix it.
    
    Change-Id: Ie7f8b36b71015a593958cd6e19602bad6b854320
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 src/arch/x86/Makefile.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc
index db8f707..50238c5 100755
--- a/src/arch/x86/Makefile.inc
+++ b/src/arch/x86/Makefile.inc
@@ -66,6 +66,7 @@ $(obj)/coreboot.pre1: $(obj)/coreboot.bootblock $$(prebuilt-files) $(CBFSTOOL)
 	$(CBFSTOOL) $@ create $(CONFIG_COREBOOT_ROMSIZE_KB)K $(obj)/coreboot.bootblock
 	$(prebuild-files)
 else
+.PHONY: $(obj)/coreboot.pre1
 $(obj)/coreboot.pre1: $(CBFSTOOL)
 	mv $(obj)/coreboot.rom $@
 endif




More information about the coreboot mailing list