[coreboot] New patch to review for coreboot: eb39fd2 Support use of the compression option when adding payloads to cbfs.

Dave Frodin (dave.frodin@se-eng.com) gerrit at coreboot.org
Tue Aug 14 19:04:58 CEST 2012


Dave Frodin (dave.frodin at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1452

-gerrit

commit eb39fd223f11259c12c6e44629b8f34de4312a77
Author: Dave Frodin <dave.frodin at se-eng.com>
Date:   Tue Aug 14 11:01:53 2012 -0600

    Support use of the compression option when adding payloads to cbfs.
    
    Change-Id: Ie77e8e1628d34f1a9e7a57e994bf2882c5e55e25
    Signed-off-by: Dave Frodin <dave.frodin at se-eng.com>
---
 Makefile.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Makefile.inc b/Makefile.inc
index 4c2bb4c..adc41bf 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -128,9 +128,10 @@ cbfs-files-handler= \
 			$(eval tmp-old-cbfs-file:=$(tmp-cbfs-file)) \
 			$(eval tmp-cbfs-file:=$(shell mktemp $(obj)/mainboard/$(MAINBOARDDIR)/cbfs-file.XXXXXX).out) \
 			$(call cbfs-files-processor-$(tmp-cbfs-method),$(tmp-old-cbfs-file),$(tmp-cbfs-file))) \
-		$(eval cbfs-files += $(tmp-cbfs-file)|$(2)|$($(2)-type)|$($(2)-position)) \
+		$(eval cbfs-files += $(tmp-cbfs-file)|$(2)|$($(2)-type)|$($(2)-compression)|$($(2)-position)) \
 		$(eval $(2)-name:=) \
 		$(eval $(2)-type:=) \
+		$(eval $(2)-compression:=) \
 		$(eval $(2)-position:=)
 
 #######################################################################




More information about the coreboot mailing list