[coreboot-gerrit] New patch to review for coreboot: google/reef: Add NVRAM and LEGACY sections to chromeos.fmd

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Wed Jun 15 03:28:03 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/15192

-gerrit

commit fedd3ef1ce0ecc7292d7a1a826143b5c1f14b85f
Author: Furquan Shaikh <furquan at google.com>
Date:   Tue Jun 14 18:26:39 2016 -0700

    google/reef: Add NVRAM and LEGACY sections to chromeos.fmd
    
    Now that the flash size is increased to 16MiB, add RW_NVRAM and
    RW_LEGACY sections to chromeos.fmd file.
    
    BUG=chrome-os-partner:54390
    
    Change-Id: I6c79d35295c4bc774f05f8045ac920474d7a791f
    Signed-off-by: Furquan Shaikh <furquan at google.com>
---
 src/mainboard/google/reef/chromeos.fmd | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mainboard/google/reef/chromeos.fmd b/src/mainboard/google/reef/chromeos.fmd
index 49f3497..0ad6567 100644
--- a/src/mainboard/google/reef/chromeos.fmd
+++ b/src/mainboard/google/reef/chromeos.fmd
@@ -32,6 +32,8 @@ FLASH 16M {
 		FW_MAIN_B(CBFS)@0x10000 0x162fc0
 		RW_FWID_B at 0x172fc0 0x40
 	}
+	RW_NVRAM at 0xb00000 0x6000
+	RW_LEGACY(CBFS)@0xb06000 0x200000
 	DEVICE_EXTENSION at 0xf7f000 0x80000
 }
 



More information about the coreboot-gerrit mailing list