[coreboot-gerrit] New patch to review for coreboot: google/reef: Update chromeos.fmd RO_SECTION

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Fri Jul 29 18:59:07 CEST 2016


Furquan Shaikh (furquan at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15966

-gerrit

commit ff0609cd04d9e1b0d09e2e4418a2c65f6217604f
Author: Furquan Shaikh <furquan at google.com>
Date:   Fri Jul 29 09:57:13 2016 -0700

    google/reef: Update chromeos.fmd RO_SECTION
    
    Update RO_SECTION to match the changes in depthcharge:
    https://chromium-review.googlesource.com/#/c/364261
    
    BUG=chrome-os-partner:55713
    
    Change-Id: I7238856cf73a62345778ea87e191a11190b7fb38
    Signed-off-by: Furquan Shaikh <furquan at google.com>
---
 src/mainboard/google/reef/chromeos.fmd | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/mainboard/google/reef/chromeos.fmd b/src/mainboard/google/reef/chromeos.fmd
index 1d3caae..cc9f85e 100644
--- a/src/mainboard/google/reef/chromeos.fmd
+++ b/src/mainboard/google/reef/chromeos.fmd
@@ -2,17 +2,17 @@ FLASH 16M {
 	WP_RO at 0x0 0x800000 {
 		SI_DESC at 0x0 0x1000
 		IFWI at 0x1000 0x1ff000
-		RO_SECTION at 0x200000 0x600000 {
-			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
-			RO_UNUSED_1 at 0x1c0000 0x400000
+		RO_VPD at 0x200000 0x4000
+		RO_SECTION at 0x204000 0x5fc000 {
+			FMAP at 0x0 0x800
+			RO_FRID at 0x800 0x40
+			RO_FRID_PAD at 0x840 0x7c0
+			COREBOOT(CBFS)@0x1000 0x17b000
+			GBB at 0x17c000 0x40000
+			RO_UNUSED_1 at 0x1bc000 0x400000
 			# logical boot partition 2. Remove with updated CSE
-			SIGN_CSE at 0x5c0000 0x10000
-			RO_UNUSED_2 at 0x5d0000 0x30000
+			SIGN_CSE at 0x5bc000 0x10000
+			RO_UNUSED_2 at 0x5cc000 0x30000
 		}
 	}
 	MISC_RW at 0x800000 0x1a000 {



More information about the coreboot-gerrit mailing list