Matt DeVillier has uploaded this change for review.

View Change

mb/google/{octopus,reef}: add RO_VPD region to default FMAP

This allows for the option to persist the serial number and other
device-specific information when switching from stock ChromeOS and
upstream coreboot firmware images.

Change-Id: I12711f678259390fe9e31b7ca728344cc2875b0e
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
---
M src/mainboard/google/octopus/default.fmd
M src/mainboard/google/reef/default.fmd
2 files changed, 2 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/63288/1
diff --git a/src/mainboard/google/octopus/default.fmd b/src/mainboard/google/octopus/default.fmd
index dec6b48..ca83243 100644
--- a/src/mainboard/google/octopus/default.fmd
+++ b/src/mainboard/google/octopus/default.fmd
@@ -9,6 +9,7 @@
RW_MRC_CACHE 0x10000
RW_VAR_MRC_CACHE 0x1000
}
+ RO_VPD 0x4000
FMAP 0x300
COREBOOT(CBFS)
BIOS_UNUSABLE 0x4f000
diff --git a/src/mainboard/google/reef/default.fmd b/src/mainboard/google/reef/default.fmd
index 79a7736..6eb99b5 100644
--- a/src/mainboard/google/reef/default.fmd
+++ b/src/mainboard/google/reef/default.fmd
@@ -9,6 +9,7 @@
RW_MRC_CACHE 0x10000
RW_VAR_MRC_CACHE 0x1000
}
+ RO_VPD 0x4000
FMAP 0x300
COREBOOT(CBFS)
BIOS_UNUSABLE 0x4f000

To view, visit change 63288. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I12711f678259390fe9e31b7ca728344cc2875b0e
Gerrit-Change-Number: 63288
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com>
Gerrit-MessageType: newchange