[coreboot-gerrit] New patch to review for coreboot: vboot: Remove rmu.bin from FW_MAIN_A and FW_MAIN_B

Lee Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Wed Jan 4 17:55:18 CET 2017


Lee Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18031

-gerrit

commit ea9d9fa7163be92936d9eea93b65412856863d1b
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Wed Jan 4 08:51:52 2017 -0800

    vboot: Remove rmu.bin from FW_MAIN_A and FW_MAIN_B
    
    Add rmu.bin to the list of files that exist only in the read-only
    section (COREBOOT) of the SPI flash.
    
    TEST=Build and run on Galileo Gen2.
    
    Change-Id: I30cbd3fb2ef1848807e4de4c479dc7a561c1faba
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/vboot/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/vboot/Makefile.inc b/src/vboot/Makefile.inc
index 33109de..c03d639 100644
--- a/src/vboot/Makefile.inc
+++ b/src/vboot/Makefile.inc
@@ -152,6 +152,7 @@ regions-for-file = $(subst $(spc),$(comma),$(sort \
 		locale_%.bin \
 		font.bin \
 		vbgfx.bin \
+		rmu.bin \
 		,$(1)),COREBOOT,COREBOOT FW_MAIN_A FW_MAIN_B)))
 
 endif # CONFIG_VBOOT



More information about the coreboot-gerrit mailing list