[coreboot] [commit] r6188 - trunk/src/arch/x86

repository service svn at coreboot.org
Fri Dec 17 00:57:00 CET 2010


Author: stepan
Date: Fri Dec 17 00:57:00 2010
New Revision: 6188
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6188

Log:
print what make is doing (CBFS call)

Signed-off-by: Stefan Reinauer <stepan at coreboot.org>
Acked-by: Stefan Reinauer <stepan at coreboot.org>

Modified:
   trunk/src/arch/x86/Makefile.bootblock.inc

Modified: trunk/src/arch/x86/Makefile.bootblock.inc
==============================================================================
--- trunk/src/arch/x86/Makefile.bootblock.inc	Fri Dec 17 00:52:04 2010	(r6187)
+++ trunk/src/arch/x86/Makefile.bootblock.inc	Fri Dec 17 00:57:00 2010	(r6188)
@@ -2,6 +2,7 @@
 # Build the final rom image
 
 $(obj)/coreboot.pre: $(obj)/coreboot.romstage $(obj)/coreboot.pre1 $(CBFSTOOL)
+	@printf "    CBFS       $(subst $(obj)/,,$(@))\n"
 	rm -f $@
 	cp $(obj)/coreboot.pre1 $@
 	$(CBFSTOOL) $@ add-stage $(obj)/romstage.elf $(CONFIG_CBFS_PREFIX)/romstage x 0x$(shell cat $(obj)/location.txt)




More information about the coreboot mailing list