[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy:[WIP] Add RW_UCODE_STAGED region

Rizwan Qureshi (Code Review) gerrit at coreboot.org
Fri Jul 6 14:45:33 CEST 2018


Rizwan Qureshi has uploaded this change for review. ( https://review.coreboot.org/27366


Change subject: mb/google/poppy:[WIP] Add RW_UCODE_STAGED region
......................................................................

mb/google/poppy:[WIP] Add RW_UCODE_STAGED region

Add a 128K region RW_UCODE_STAGED, which will hold the rw microcode
which inturn will be referenced by the FIT in top swap bootblock

Change-Id: If275b3014bfb679bae980e4238e6a428f06c6e32
Signed-off-by: Rizwan Qureshi <rizwan.qureshi at intel.com>
---
M src/mainboard/google/poppy/chromeos.fmd
1 file changed, 9 insertions(+), 7 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/27366/1

diff --git a/src/mainboard/google/poppy/chromeos.fmd b/src/mainboard/google/poppy/chromeos.fmd
index bdadcf7..faf50e2 100644
--- a/src/mainboard/google/poppy/chromeos.fmd
+++ b/src/mainboard/google/poppy/chromeos.fmd
@@ -14,20 +14,22 @@
 			FW_MAIN_B(CBFS)@0x10000 0x3d7fc0
 			RW_FWID_B at 0x3e7fc0 0x40
 		}
-		RW_MISC at 0x7d0000 0x30000 {
-			UNIFIED_MRC_CACHE at 0x0 0x20000 {
+		RW_MISC at 0x7d0000 0x51000 {
+			RW_UCODE_STAGED at 0x0 0x20000
+			UNIFIED_MRC_CACHE at 0x20000 0x20000 {
 				RECOVERY_MRC_CACHE at 0x0 0x10000
 				RW_MRC_CACHE at 0x10000 0x10000
 			}
-			RW_ELOG at 0x20000 0x4000
-			RW_SHARED at 0x24000 0x4000 {
+			RW_ELOG at 0x40000 0x4000
+			RW_SHARED at 0x44000 0x4000 {
 				SHARED_DATA at 0x0 0x2000
 				VBLOCK_DEV at 0x2000 0x2000
 			}
-			RW_VPD at 0x28000 0x2000
-			RW_NVRAM at 0x2a000 0x6000
+			RW_VPD at 0x48000 0x2000
+			RW_NVRAM at 0x4a000 0x6000
+			RW_UPDATE_STATE at 0x50000 0x1000
 		}
-		RW_LEGACY(CBFS)@0x800000 0x200000
+		RW_LEGACY(CBFS)@0x821000 0x1DF000
 		WP_RO at 0xa00000 0x400000 {
 			RO_VPD at 0x0 0x4000
 			RO_UNUSED at 0x4000 0xc000

-- 
To view, visit https://review.coreboot.org/27366
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If275b3014bfb679bae980e4238e6a428f06c6e32
Gerrit-Change-Number: 27366
Gerrit-PatchSet: 1
Gerrit-Owner: Rizwan Qureshi <rizwan.qureshi at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180706/a756947c/attachment-0001.html>


More information about the coreboot-gerrit mailing list