[coreboot-gerrit] Change in coreboot[master]: kahlee: Add RO_VPD region in FMAP

Marc Jones (Code Review) gerrit at coreboot.org
Sun Sep 10 02:27:32 CEST 2017


Marc Jones has uploaded this change for review. ( https://review.coreboot.org/21473


Change subject: kahlee: Add RO_VPD region in FMAP
......................................................................

kahlee: Add RO_VPD region in FMAP

The RO_VPD region is required for ChromeOS.

BUG=b:65408869
TEST=Build and check coreboot.rom with fmap_decode.

Change-Id: I9c475acc5e34a3a41f815990fb1f363963c7b9b9
Signed-off-by: Marc Jones <marcj303 at gmail.com>
---
M src/mainboard/google/kahlee/chromeos.fmd
1 file changed, 5 insertions(+), 3 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/21473/1

diff --git a/src/mainboard/google/kahlee/chromeos.fmd b/src/mainboard/google/kahlee/chromeos.fmd
index 52aa37e..af6dfc3 100644
--- a/src/mainboard/google/kahlee/chromeos.fmd
+++ b/src/mainboard/google/kahlee/chromeos.fmd
@@ -21,10 +21,12 @@
 			VBLOCK_DEV at 0x2000 0x2000
 		}
 		RW_VPD at 0x454000 0x2000
-		RW_UNUSED at 0x456000 0x4F000
+		RW_UNUSED at 0x456000 0x3F000
 #		RW_LEGACY(CBFS)@0x200000 0x200000
-		WP_RO at 0x4A5000 0x290000 {
-			RO_SECTION at 0x00000 0x290000 {
+		WP_RO at 0x495000 0x2A0000{
+			RO_VPD at 0x0 0x4000
+			RO_UNUSED at 0x4000 0xc000
+			RO_SECTION at 0x10000 0x290000 {
 				FMAP at 0x0 0x800
 				RO_FRID at 0x800 0x40
 				RO_FRID_PAD at 0x840 0x7c0

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9c475acc5e34a3a41f815990fb1f363963c7b9b9
Gerrit-Change-Number: 21473
Gerrit-PatchSet: 1
Gerrit-Owner: Marc Jones <marc at marcjonesconsulting.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170910/476b69fe/attachment.html>


More information about the coreboot-gerrit mailing list