[coreboot-gerrit] Patch set updated for coreboot: google/veyron_mickey: Increase RO CBFS size by 512 Kb

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Sat May 7 09:03:33 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/14721

-gerrit

commit 1491bbb09317e13ac1308e62679e650b27ab0233
Author: David Hendricks <dhendrix at chromium.org>
Date:   Mon Apr 18 18:44:09 2016 -0700

    google/veyron_mickey: 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.
    
    (This does the same thing as Daisuke's CL:338095, but for Mickey)
    
    BUG=chromium:604412
    BRANCH=none
    CQ-DEPEND=CL:339495,CL:339511
    TEST=emerge-veyron_mickey chromeos-bootimage
    
    Change-Id: Ib58247b2c89e436c6013f3ad59ad1cb80ba14964
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 897499bea5bd4003466ca7ebabff597e87da2e45
    Original-Change-Id: I2cee79b2476fcb5bfb91bf9779f1fe11b4361612
    Original-Signed-off-by: David Hendricks <dhendrix at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/339542
    Original-Reviewed-by: Daisuke Nojiri <dnojiri at chromium.org>
---
 src/mainboard/google/veyron_mickey/chromeos.fmd | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mainboard/google/veyron_mickey/chromeos.fmd b/src/mainboard/google/veyron_mickey/chromeos.fmd
index 9c618e3..fc7cf3b 100644
--- a/src/mainboard/google/veyron_mickey/chromeos.fmd
+++ b/src/mainboard/google/veyron_mickey/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