[coreboot-gerrit] New patch to review for coreboot: build system: Print the content of all regions we add files to

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Wed Aug 10 17:13:37 CEST 2016


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

-gerrit

commit 72a687759b1806f9ae867cef515617eb4ebcebe8
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Wed Aug 10 17:13:00 2016 +0200

    build system: Print the content of all regions we add files to
    
    That's more useful than just COREBOOT for more complex scenarios
    
    Change-Id: I93cd686d698799a3331ca2ea487cd6efb304caa0
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index 4063c2c..f49154f 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -829,7 +829,7 @@ endif
 endif
 	mv $@.tmp $@
 	@printf "    CBFSPRINT  $(subst $(obj)/,,$(@))\n\n"
-	$(CBFSTOOL) $@ print
+	$(CBFSTOOL) $@ print -r $(subst $(spc),$(comma),$(all-regions))
 ifeq ($(CONFIG_IASL_WARNINGS_ARE_ERRORS),)
 	@printf "\n***** WARNING: IASL warnings as errors is disabled!  *****\n"
 	@printf "*****          Please fix the ASL for this platform. *****\n\n"



More information about the coreboot-gerrit mailing list