[coreboot-gerrit] New patch to review for coreboot: google/reef: Sync chromeos.fmd with fmap.dts and fix offsets

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Wed Jun 1 00:46:19 CEST 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15033

-gerrit

commit f922d7a549377753344bef2e9bd6de1310da92b4
Author: Furquan Shaikh <furquan at google.com>
Date:   Wed May 25 17:04:55 2016 -0700

    google/reef: Sync chromeos.fmd with fmap.dts and fix offsets
    
    CQ-DEPEND=CL:347460
    BUG=chrome-os-partner:53689
    BRANCH=None
    
    Change-Id: I5140722f3d8b299e1947e3349ad2d0bdaccd24e4
    Signed-off-by: Martin Roth <martinroth at chromium.org>
    Original-Commit-Id: c517e9b
    Original-Change-Id: Ic954e29628423937604772a8d2d0414954e6ba3e
    Original-Signed-off-by: Furquan Shaikh <furquan at google.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/347441
    Original-Commit-Ready: Furquan Shaikh <furquan at chromium.org>
    Original-Tested-by: Furquan Shaikh <furquan at chromium.org>
    Original-Reviewed-by: Furquan Shaikh <furquan at chromium.org>
---
 src/mainboard/google/reef/chromeos.fmd | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/mainboard/google/reef/chromeos.fmd b/src/mainboard/google/reef/chromeos.fmd
index 2a581be..a3fb8b5 100644
--- a/src/mainboard/google/reef/chromeos.fmd
+++ b/src/mainboard/google/reef/chromeos.fmd
@@ -1,16 +1,18 @@
 FLASH 8M {
 	WP_RO at 0x0 0x400000 {
-		SI_DESC at 0x0 0x1000
-		bootblock at 0x7c480 0x8000
+		SI_ALL at 0x0 0x200000 {
+			SI_DESC at 0x0 0x1000
+			bootblock at 0x7c480 0x8000
+		}
 		RO_SECTION at 0x200000 0x200000 {
 			RO_VPD at 0x0 0x4000
 			FMAP at 0x4000 0x800
 			RO_FRID at 0x4800 0x40
 			RO_FRID_PAD at 0x4840 0x7c0
 			COREBOOT(CBFS)@0x5000 0x17b000
-			GBB at 0x180000 0x40000
 			# logical boot partition 2. Remove with updated CSE
-			SIGN_CSE at 0x1c0000 0x10000
+			SIGN_CSE at 0x180000 0x10000
+			GBB at 0x190000 0x70000
 		}
 	}
 	MISC_RW at 0x400000 0x1a000 {
@@ -32,6 +34,6 @@ FLASH 8M {
 		FW_MAIN_B(CBFS)@0x10000 0x162fc0
 		RW_FWID_B at 0x172fc0 0x40
 	}
-	DEVICE_EXTENSION at 0x77f000 0x80000
+	DEVICE_EXTENSION at 0x700000 0x100000
 }
 



More information about the coreboot-gerrit mailing list