[coreboot-gerrit] Patch set updated for coreboot: vboot2: Store depthcharge graphic assets only in RO

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue Feb 9 18:29:09 CET 2016


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

-gerrit

commit 6c5a2f54bea982a2393b4876e39169fb4c5340ce
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Fri Feb 5 11:01:24 2016 +0100

    vboot2: Store depthcharge graphic assets only in RO
    
    These files aren't updated (or updatable), and as such don't need to be
    copied to the RW sections.
    
    Change-Id: Ie78936792ad651fbf8500fc7e34f0899e33a904c
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/vendorcode/google/chromeos/vboot2/Makefile.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/vendorcode/google/chromeos/vboot2/Makefile.inc b/src/vendorcode/google/chromeos/vboot2/Makefile.inc
index 34f1f74..61cf71d 100644
--- a/src/vendorcode/google/chromeos/vboot2/Makefile.inc
+++ b/src/vendorcode/google/chromeos/vboot2/Makefile.inc
@@ -95,4 +95,8 @@ regions-for-file = $(subst $(spc),$(comma),$(sort \
 			%/romstage) \
 		mts \
 		%/verstage \
+		locales \
+		locale_%.bin \
+		font.bin \
+		vbgfx.bin \
 		,$(1)),COREBOOT,COREBOOT FW_MAIN_A FW_MAIN_B)))



More information about the coreboot-gerrit mailing list