[coreboot-gerrit] Patch set updated for coreboot: reef: Update chromeos.fmd

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Thu Aug 11 21:42:48 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/16145

-gerrit

commit c851d449b70ce15cffd2b77606c630aab0581088
Author: Furquan Shaikh <furquan at google.com>
Date:   Wed Aug 10 13:25:21 2016 -0700

    reef: Update chromeos.fmd
    
    1. Get rid of LBP2 partition
    2. Shrink RO size
    3. Increase RW-A and RW-B sizes
    4. Increase RW_MRC_CACHE size
    
    CQ-DEPEND=CL:366793
    BUG=chrome-os-partner:52127, chrome-os-partner:55699,
    chrome-os-partner:55778
    BRANCH=None
    TEST=Compiles successfully. Boots to OS.
    
    Change-Id: Iad41d8cc7697e6d73f1aa2c699b0e8559349b77e
    Signed-off-by: Furquan Shaikh <furquan at google.com>
---
 src/mainboard/google/reef/chromeos.fmd | 31 ++++++++++++++-----------------
 1 file changed, 14 insertions(+), 17 deletions(-)

diff --git a/src/mainboard/google/reef/chromeos.fmd b/src/mainboard/google/reef/chromeos.fmd
index 286955d..d25a9b2 100644
--- a/src/mainboard/google/reef/chromeos.fmd
+++ b/src/mainboard/google/reef/chromeos.fmd
@@ -1,38 +1,35 @@
 FLASH 16M {
-	WP_RO at 0x0 0x800000 {
+	WP_RO at 0x0 0x400000 {
 		SI_DESC at 0x0 0x1000
 		IFWI at 0x1000 0x1ff000
 		RO_VPD at 0x200000 0x4000
-		RO_SECTION at 0x204000 0x5fc000 {
+		RO_SECTION at 0x204000 0x1fc000 {
 			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 0x5bc000 0x10000
-			RO_UNUSED_2 at 0x5cc000 0x30000
+			RO_UNUSED at 0x1bc000 0x40000
 		}
 	}
-	MISC_RW at 0x800000 0x1a000 {
-		RW_MRC_CACHE at 0x0 0x10000
-		RW_ELOG at 0x10000 0x4000
-		RW_SHARED at 0x14000 0x4000 {
+	MISC_RW at 0x400000 0x4a000 {
+		RW_MRC_CACHE at 0x0 0x40000
+		RW_ELOG at 0x40000 0x4000
+		RW_SHARED at 0x44000 0x4000 {
 			SHARED_DATA at 0x0 0x2000
 			VBLOCK_DEV at 0x2000 0x2000
 		}
-		RW_VPD at 0x18000 0x2000
+		RW_VPD at 0x48000 0x2000
 	}
-	RW_SECTION_A at 0x81a000 0x28f800 {
+	RW_SECTION_A at 0x44a000 0x477800 {
 		VBLOCK_A at 0x0 0x10000
-		FW_MAIN_A(CBFS)@0x10000 0x27f7c0
-		RW_FWID_A at 0x28f7c0 0x40
+		FW_MAIN_A(CBFS)@0x10000 0x4677c0
+		RW_FWID_A at 0x4777c0 0x40
 	}
-	RW_SECTION_B at 0xaa9800 0x28f800 {
+	RW_SECTION_B at 0x8c1800 0x477800 {
 		VBLOCK_B at 0x0 0x10000
-		FW_MAIN_B(CBFS)@0x10000 0x27f7c0
-		RW_FWID_B at 0x28f7c0 0x40
+		FW_MAIN_B(CBFS)@0x10000 0x4677c0
+		RW_FWID_B at 0x4777c0 0x40
 	}
 	RW_NVRAM at 0xd39000 0x6000
 	RW_LEGACY(CBFS)@0xd3f000 0x200000



More information about the coreboot-gerrit mailing list