[coreboot-gerrit] Change in coreboot[master]: mainboard/google/kahlee: Update chromeos.fmd

Martin Roth (Code Review) gerrit at coreboot.org
Thu Nov 23 04:21:13 CET 2017


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/22579


Change subject: mainboard/google/kahlee: Update chromeos.fmd
......................................................................

mainboard/google/kahlee: Update chromeos.fmd

- Remove SI_ALL section.  This is no longer needed as the PSP dirctory
is placed into the RO coreboot section.
- Add 1MB Legacy section
- Add Memory cache section.

BUG=b:65497959, b:67035984
TEST=Build & boot kahlee

Change-Id: I5e41a0aa6bd4b29b8014c6559126a29cd7ed45d8
Signed-off-by: Martin Roth <martinroth at google.com>
---
M src/mainboard/google/kahlee/chromeos.fmd
1 file changed, 20 insertions(+), 19 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/22579/1

diff --git a/src/mainboard/google/kahlee/chromeos.fmd b/src/mainboard/google/kahlee/chromeos.fmd
index af6dfc3..8282098 100644
--- a/src/mainboard/google/kahlee/chromeos.fmd
+++ b/src/mainboard/google/kahlee/chromeos.fmd
@@ -1,37 +1,38 @@
-FLASH at 0xff800000 0x800000 {
-SI_ALL at 0x0 0xCB000 {
-		UNUSED at 0x00000 0x20000
-		AMD_FW at 0x20000 0xAB000
-	}
-SI_BIOS at 0xCB000 0x735000 {
-		RW_SECTION_A at 0x0 0x21e000 {
+FLASH at 0xFF800000 0x800000 {
+	SI_BIOS at 0x0 0x800000 {
+		RW_SECTION_A at 0x0 0x21E000 {
 			VBLOCK_A at 0x0 0x10000
 			FW_MAIN_A(CBFS)@0x10000 0x20DFC0
-			RW_FWID_A at 0x21dfc0 0x40
+			RW_FWID_A at 0x21DFC0 0x40
 		}
-		RW_SECTION_B at 0x21e000 0x21e000 {
+		RW_SECTION_B at 0x21E000 0x21E000 {
 			VBLOCK_B at 0x0 0x10000
 			FW_MAIN_B(CBFS)@0x10000 0x20DFC0
-			RW_FWID_B at 0x21dfc0 0x40
+			RW_FWID_B at 0x21DFC0 0x40
 		}
-		RW_MRC_CACHE at 0x43C000 0x10000
-		RW_ELOG at 0x44C000 0x4000
-		RW_SHARED at 0x450000 0x4000 {
+		UNIFIED_MRC_CACHE at 0x43C000 0x21000 {
+			RECOVERY_MRC_CACHE at 0x0 0x10000
+			RW_MRC_CACHE at 0x10000 0x10000
+			RW_VAR_MRC_CACHE at 0x20000 0x1000
+		}
+		RW_ELOG at 0x45D000 0x4000
+
+		RW_SHARED at 0x461000 0x4000 {
 			SHARED_DATA at 0x0 0x2000
 			VBLOCK_DEV at 0x2000 0x2000
 		}
-		RW_VPD at 0x454000 0x2000
-		RW_UNUSED at 0x456000 0x3F000
-#		RW_LEGACY(CBFS)@0x200000 0x200000
-		WP_RO at 0x495000 0x2A0000{
+		RW_VPD at 0x465000 0x2000
+		RW_LEGACY at 0x467000 0x100000
+		RW_UNUSED at 0x567000 0x8000
+		WP_RO at 0x56F000 0x291000 {
 			RO_VPD at 0x0 0x4000
 			RO_UNUSED at 0x4000 0xc000
-			RO_SECTION at 0x10000 0x290000 {
+			RO_SECTION at 0x10000 0x281000 {
 				FMAP at 0x0 0x800
 				RO_FRID at 0x800 0x40
 				RO_FRID_PAD at 0x840 0x7c0
 				GBB at 0x1000 0x70000
-				COREBOOT(CBFS)@0x80000 0x210000
+				COREBOOT(CBFS)@0x71000 0x210000
 			}
 		}
 	}

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5e41a0aa6bd4b29b8014c6559126a29cd7ed45d8
Gerrit-Change-Number: 22579
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171123/d257141b/attachment.html>


More information about the coreboot-gerrit mailing list