[coreboot-gerrit] New patch to review for coreboot: google/veyron_romy: Increase RO CBFS size by 512 Kb

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Sat May 7 08:29:56 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/14702

-gerrit

commit 81632e189f17bb6e7c91a5ed16ad06336756126e
Author: Daisuke Nojiri <dnojiri at chromium.org>
Date:   Mon Apr 11 13:02:59 2016 -0700

    google/veyron_romy: Increase RO CBFS size by 512 Kb
    
    This change increases the size of RO CBFS by 512 Kb to accommodate new
    images added to the INSERT screen.
    
    BUG=chromium:602147
    BRANCH=tot
    TEST=emerge-veyron_romy chromeos-bootimage
    CQ-DEPEND=CL:338152,CL:338027
    
    Change-Id: I37cd0a9486f46d02cbc64af60336290fbbf486a8
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 4692cad8fc939202af2e3de709c2835a854e64b2
    Original-Change-Id: I2f117247b2971a6f5576f60cdd53624ad6867e78
    Original-Signed-off-by: Daisuke Nojiri <dnojiri at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/338095
    Original-Reviewed-by: David Hendricks <dhendrix at chromium.org>
    Original-Reviewed-by: Julius Werner <jwerner at chromium.org>
---
 src/mainboard/google/veyron_romy/chromeos.fmd | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mainboard/google/veyron_romy/chromeos.fmd b/src/mainboard/google/veyron_romy/chromeos.fmd
index 9c618e3..fc7cf3b 100644
--- a/src/mainboard/google/veyron_romy/chromeos.fmd
+++ b/src/mainboard/google/veyron_romy/chromeos.fmd
@@ -2,9 +2,9 @@ FLASH at 0x0 0x400000 {
 	WP_RO at 0x0 0x200000 {
 		RO_SECTION at 0x0 0x1f0000 {
 			BOOTBLOCK at 0 128K
-			COREBOOT(CBFS)@0x20000 0xe0000
-			FMAP at 0x100000 0x1000
-			GBB at 0x101000 0xeef00
+			COREBOOT(CBFS)@0x20000 0x160000
+			FMAP at 0x180000 0x1000
+			GBB at 0x181000 0x6ef00
 			RO_FRID at 0x1eff00 0x100
 		}
 		RO_VPD at 0x1f0000 0x10000



More information about the coreboot-gerrit mailing list