From db9709d67d647329b22eeb6ecc0c5add1276c6ba Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 23 Oct 2017 19:20:57 +0200 Subject: Makefile.inc: Also print layout at end of build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, at the end of a build `CBFSPRINT` prints the content of all CBFS regions. This is confusing, as they are identical. To avoid confusion print the layout beforehand. > layout [-w] – List mutable (or, with -w, readable) image regions Change-Id: Ibf03b125ef6dae41c58b8ae867430047778cfff3 Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/22143 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.inc b/Makefile.inc index 379215b254..be658efdeb 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -980,6 +980,8 @@ ifeq ($(CONFIG_CPU_MICROCODE_CBFS_GENERATE),y) endif endif mv $@.tmp $@ + @printf " CBFSLAYOUT $(subst $(obj)/,,$(@))\n\n" + $(CBFSTOOL) $@ layout @printf " CBFSPRINT $(subst $(obj)/,,$(@))\n\n" $(CBFSTOOL) $@ print -r $(subst $(spc),$(comma),$(all-regions)) -- cgit v1.2.3