[coreboot-gerrit] Patch set updated for coreboot: payloads: fix dependencies for seabios and filo

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Jan 14 22:03:07 CET 2016


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

-gerrit

commit 055d9c18f425f0b11f2b22bcd6dcc5b21fc3fa4e
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Thu Jan 14 20:41:58 2016 +0100

    payloads: fix dependencies for seabios and filo
    
    config and revision data need to be around before they're added to CBFS.
    
    Change-Id: I195156773effd5137c3fda3639c002fbec6e7158
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 payloads/external/Makefile.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc
index ecb3041..941af61 100644
--- a/payloads/external/Makefile.inc
+++ b/payloads/external/Makefile.inc
@@ -53,6 +53,8 @@ seabios:
 
 payloads/external/SeaBIOS/seabios/out/vgabios.bin: seabios
 payloads/external/SeaBIOS/seabios/out/bios.bin.elf: seabios
+payloads/external/SeaBIOS/seabios/.config: seabios
+payloads/external/SeaBIOS/seabios/out/autoversion.h: seabios
 
 filo:
 	$(MAKE) -C payloads/external/FILO -f Makefile.inc \
@@ -63,6 +65,8 @@ filo:
 			CONFIG_FILO_STABLE=$(CONFIG_FILO_STABLE)
 
 payloads/external/FILO/filo/build/filo.elf: filo
+payloads/external/FILO/filo/.config: filo
+payloads/external/FILO/filo/build/version.h: filo
 
 grub2:
 	$(MAKE) -C payloads/external/GRUB2 -f Makefile.inc \



More information about the coreboot-gerrit mailing list