[coreboot-gerrit] Change in coreboot[master]: mainboard/intel/cannonlake: Add ec entry into flashmap

Lijian Zhao (Code Review) gerrit at coreboot.org
Wed Sep 13 08:43:26 CEST 2017


Lijian Zhao has uploaded this change for review. ( https://review.coreboot.org/21526


Change subject: mainboard/intel/cannonlake: Add ec entry into flashmap
......................................................................

mainboard/intel/cannonlake: Add ec entry into flashmap

Add EC entries into chromeos.fmd file.

BRANCH=None
BUG=None
TEST=Flash image and confirm system can get out of reset successfully.

Change-Id: Ic18ce59941b4ff8171fe661d332e3e521d988341
Signed-off-by: Lijian Zhao <lijian.zhao at intel.com>
---
M src/mainboard/intel/cannonlake_rvp/chromeos.fmd
1 file changed, 7 insertions(+), 6 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/21526/1

diff --git a/src/mainboard/intel/cannonlake_rvp/chromeos.fmd b/src/mainboard/intel/cannonlake_rvp/chromeos.fmd
index 4e23bbf..cca80ab 100644
--- a/src/mainboard/intel/cannonlake_rvp/chromeos.fmd
+++ b/src/mainboard/intel/cannonlake_rvp/chromeos.fmd
@@ -1,9 +1,10 @@
 FLASH at 0xff000000 0x1000000 {
-	SI_ALL at 0x0 0x300000 {
+	SI_ALL at 0x0 0x380000 {
 		SI_DESC at 0x0 0x1000
-		SI_ME at 0x1000 0x2ff000
+		SI_EC at 0x01000 0x80000
+		SI_ME at 0x81000 0x2ff000
 	}
-	SI_BIOS at 0x300000 0xd00000 {
+	SI_BIOS at 0x380000 0xc80000 {
 		RW_SECTION_A at 0x0 0x368000 {
 			VBLOCK_A at 0x0 0x10000
 			FW_MAIN_A(CBFS)@0x10000 0x357fc0
@@ -28,15 +29,15 @@
 			RW_NVRAM at 0x2a000 0x6000
 		}
 		RW_LEGACY(CBFS)@0x700000 0x200000
-		WP_RO at 0x900000 0x400000 {
+		WP_RO at 0x900000 0x380000 {
 			RO_VPD at 0x0 0x4000
 			RO_UNUSED at 0x4000 0xc000
-			RO_SECTION at 0x10000 0x3f0000 {
+			RO_SECTION at 0x10000 0x370000 {
 				FMAP at 0x0 0x800
 				RO_FRID at 0x800 0x40
 				RO_FRID_PAD at 0x840 0x7c0
 				GBB at 0x1000 0xef000
-				COREBOOT(CBFS)@0xf0000 0x300000
+				COREBOOT(CBFS)@0xf0000 0x280000
 			}
 		}
 	}

-- 
To view, visit https://review.coreboot.org/21526
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic18ce59941b4ff8171fe661d332e3e521d988341
Gerrit-Change-Number: 21526
Gerrit-PatchSet: 1
Gerrit-Owner: Lijian Zhao <lijian.zhao at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170913/cb12380d/attachment.html>


More information about the coreboot-gerrit mailing list