[coreboot-gerrit] New patch to review for coreboot: reef: Remove si-all region from chromeos.fmd

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Sat May 28 03:03:39 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/14990

-gerrit

commit 62383ca2ce6f51a69a4c56f61c162e2f6bfd2140
Author: Furquan Shaikh <furquan at google.com>
Date:   Fri May 27 16:43:26 2016 -0700

    reef: Remove si-all region from chromeos.fmd
    
    This matches the change in depthcharge fmap.dts to remove si-all
    region and mark si-desc as ifd.
    
    CQ-DEPEND=CL:347986
    BUG=chrome-os-partner:53689
    BRANCH=None
    TEST=Compiles successfully
    
    Change-Id: Ic7ed94fcdfb9a79bd6ceb960830f67678b0291b6
    Signed-off-by: Furquan Shaikh <furquan at google.com>
---
 src/mainboard/google/reef/chromeos.fmd | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

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



More information about the coreboot-gerrit mailing list