[coreboot-gerrit] New patch to review for coreboot: mainboard/google/reef: Add IFWI region to chromeos.fmd

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Mon May 30 20:59:02 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/15000

-gerrit

commit 8e40d3e92d59043864fff76e5f31151d83d81840
Author: Furquan Shaikh <furquan at google.com>
Date:   Sun May 29 20:24:37 2016 -0700

    mainboard/google/reef: Add IFWI region to chromeos.fmd
    
    IFWI region holds different components required for booting including
    CSE firmware, PMC firmware, CPU microcode as well as the bootblock. Add
    section for IFWI in chromeos.fmd
    
    Change-Id: Ic97980ff222ad7cbd7a2970417b79150256a7a16
    Signed-off-by: Furquan Shaikh <furquan at google.com>
---
 src/mainboard/google/reef/chromeos.fmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/reef/chromeos.fmd b/src/mainboard/google/reef/chromeos.fmd
index 3f7c3aa..58959d6 100644
--- a/src/mainboard/google/reef/chromeos.fmd
+++ b/src/mainboard/google/reef/chromeos.fmd
@@ -2,7 +2,7 @@ FLASH 8M {
 	WP_RO at 0x0 0x400000 {
 		SI_ALL at 0x0 0x200000 {
 			SI_DESC at 0x0 0x1000
-			bootblock at 0x7c480 0x8000
+			IFWI at 0x1000 0x1ff000
 		}
 		RO_SECTION at 0x200000 0x200000 {
 			RO_VPD at 0x0 0x4000



More information about the coreboot-gerrit mailing list