[coreboot-gerrit] Patch set updated for coreboot: mainboard/google/reef: increase BIOS region size

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Thu May 26 21:01:44 CEST 2016


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14974

-gerrit

commit 0081f1cd2f737e41bf62477b187a8ed7c918c2c0
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Thu May 26 12:01:19 2016 -0500

    mainboard/google/reef: increase BIOS region size
    
    An updated descriptor expands the BIOS region while descreasing
    the 'device expansion region' utilized by the CSE. Update the
    end region marker to reflect this new size as well as the
    chromeos.fmd file which needs to be adjusted for logical boot
    parition 2 requirement which resides halfway through the BIOS
    region.
    
    Change-Id: I7baa5282d7c608af648b5773c4dfa123060a6e45
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/mainboard/google/reef/Kconfig      | 2 +-
 src/mainboard/google/reef/chromeos.fmd | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig
index e49e8b6..5d8ded6 100644
--- a/src/mainboard/google/reef/Kconfig
+++ b/src/mainboard/google/reef/Kconfig
@@ -19,7 +19,7 @@ config BOOT_MEDIA_SPI_BUS
 
 config IFD_BIOS_END
 	hex
-	default 0x6FF000
+	default 0x77F000
 
 config IFD_BIOS_START
 	hex
diff --git a/src/mainboard/google/reef/chromeos.fmd b/src/mainboard/google/reef/chromeos.fmd
index a3fb8b5..95b28c9 100644
--- a/src/mainboard/google/reef/chromeos.fmd
+++ b/src/mainboard/google/reef/chromeos.fmd
@@ -10,9 +10,9 @@ FLASH 8M {
 			RO_FRID at 0x4800 0x40
 			RO_FRID_PAD at 0x4840 0x7c0
 			COREBOOT(CBFS)@0x5000 0x17b000
+			GBB at 0x180000 0x70000
 			# logical boot partition 2. Remove with updated CSE
-			SIGN_CSE at 0x180000 0x10000
-			GBB at 0x190000 0x70000
+			SIGN_CSE at 0x1f0000 0x10000
 		}
 	}
 	MISC_RW at 0x400000 0x1a000 {
@@ -34,6 +34,6 @@ FLASH 8M {
 		FW_MAIN_B(CBFS)@0x10000 0x162fc0
 		RW_FWID_B at 0x172fc0 0x40
 	}
-	DEVICE_EXTENSION at 0x700000 0x100000
+	DEVICE_EXTENSION at 0x77f000 0x80000
 }
 



More information about the coreboot-gerrit mailing list