[coreboot-gerrit] New patch to review for coreboot: google/gale: mark RW_LEGACY to carry CBFS

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue May 10 06:58:24 CEST 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14753

-gerrit

commit a240a79470b8489571930299f4598d0051d2a460
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Tue May 10 06:49:11 2016 +0200

    google/gale: mark RW_LEGACY to carry CBFS
    
    Change-Id: I9422d6ca2601dcc6e3d7c4a2c413c32015c10e00
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/mainboard/google/gale/chromeos.fmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/gale/chromeos.fmd b/src/mainboard/google/gale/chromeos.fmd
index a7b4059..a9bdd7b 100644
--- a/src/mainboard/google/gale/chromeos.fmd
+++ b/src/mainboard/google/gale/chromeos.fmd
@@ -29,5 +29,5 @@ FLASH at 0x0 0x800000 {
 	RW_VPD at 0x6e0000 0x8000
 	RW_ELOG at 0x6e8000 0x8000
 	RW_NVRAM at 0x6f0000 0x10000
-	RW_LEGACY at 0x700000 0x100000
+	RW_LEGACY(CBFS)@0x700000 0x100000
 }



More information about the coreboot-gerrit mailing list