[coreboot-gerrit] Change in ...coreboot[master]: Revert "google/sarien: Increase BIOS region to 28MB"

Duncan Laurie (Code Review) gerrit at coreboot.org
Tue Dec 18 18:51:07 CET 2018


Duncan Laurie has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/30286 )

Change subject: Revert "google/sarien: Increase BIOS region to 28MB"
......................................................................

Revert "google/sarien: Increase BIOS region to 28MB"

This reverts commit ad41f5512306d118047d2f7243678ddb32b4b06b.

Reason for revert: <Issue have seen on EVT platform that vboot always fail to verify keyblock A>

BUG=b:121169122

Change-Id: I2790ef3463a228008b614498009fbdc8b493cfb0
Signed-off-by: Lijian Zhao <lijian.zhao at intel.com>
Reviewed-on: https://review.coreboot.org/c/30286
Reviewed-by: Duncan Laurie <dlaurie at chromium.org>
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
---
M src/mainboard/google/sarien/chromeos.fmd
1 file changed, 5 insertions(+), 5 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Duncan Laurie: Looks good to me, approved



diff --git a/src/mainboard/google/sarien/chromeos.fmd b/src/mainboard/google/sarien/chromeos.fmd
index ef97ab8..6631769 100644
--- a/src/mainboard/google/sarien/chromeos.fmd
+++ b/src/mainboard/google/sarien/chromeos.fmd
@@ -1,11 +1,11 @@
 FLASH at 0xfe000000 0x2000000 {
-	SI_ALL at 0x0 0x400000 {
+	SI_ALL at 0x0 0x1000000 {
 		SI_DESC at 0x0 0x1000
 		SI_EC at 0x1000 0x100000
 		SI_GBE at 0x101000 0x2000
-		SI_ME at 0x103000 0x2fd000
+		SI_ME at 0x103000 0xefd000
 	}
-	SI_BIOS at 0x400000 0x1c00000 {
+	SI_BIOS at 0x1000000 0x1000000 {
 		RW_SECTION_A at 0x0 0x280000 {
 			VBLOCK_A at 0x0 0x10000
 			FW_MAIN_A(CBFS)@0x10000 0x26ffc0
@@ -30,8 +30,8 @@
 			RW_NVRAM at 0x2a000 0x6000
 		}
 		CONSOLE at 0x530000 0x20000
-		RW_LEGACY(CBFS)@0x550000 0x12b0000
-		WP_RO at 0x1800000 0x400000 {
+		RW_LEGACY(CBFS)@0x550000 0x6b0000
+		WP_RO at 0xc00000 0x400000 {
 			RO_VPD at 0x0 0x4000
 			RO_UNUSED at 0x4000 0xc000
 			RO_SECTION at 0x10000 0x3f0000 {

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2790ef3463a228008b614498009fbdc8b493cfb0
Gerrit-Change-Number: 30286
Gerrit-PatchSet: 4
Gerrit-Owner: Lijian Zhao <lijian.zhao at intel.com>
Gerrit-Reviewer: Duncan Laurie <dlaurie at chromium.org>
Gerrit-Reviewer: Lijian Zhao <lijian.zhao at intel.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181218/220c3d46/attachment.html>


More information about the coreboot-gerrit mailing list