[coreboot-gerrit] New patch to review for coreboot: external payloads: COREBOOT_ROM_DEPENDENCIES needs to be late-evaluated

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon Aug 10 10:24:18 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11152

-gerrit

commit 50d7ea09b452777db37e5011cc6c70d726558330
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Mon Aug 10 09:44:59 2015 +0200

    external payloads: COREBOOT_ROM_DEPENDENCIES needs to be late-evaluated
    
    Change-Id: Ia1a7bacc0eab5bade24d26aff67e001db08a5290
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index c7a5873..65d308d 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -600,7 +600,7 @@ $(REFCODE_BLOB): $(RMODTOOL)
 	$(RMODTOOL) -i $(CONFIG_REFCODE_BLOB_FILE) -o $@
 endif
 
-$(obj)/coreboot.rom: $(obj)/coreboot.pre $(objcbfs)/ramstage.elf $(CBFSTOOL) $(call strip_quotes,$(COREBOOT_ROM_DEPENDENCIES)) $$(INTERMEDIATE) $$(VBOOT_STUB) $(REFCODE_BLOB)
+$(obj)/coreboot.rom: $(obj)/coreboot.pre $(objcbfs)/ramstage.elf $(CBFSTOOL) $$(call strip_quotes,$$(COREBOOT_ROM_DEPENDENCIES)) $$(INTERMEDIATE) $$(VBOOT_STUB) $(REFCODE_BLOB)
 	@printf "    CBFS       $(subst $(obj)/,,$(@))\n"
 # The full ROM may be larger than the CBFS part, so create an empty
 # file (filled with \377 = 0xff) and copy the CBFS image over it.



More information about the coreboot-gerrit mailing list