aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2022-03-24 11:23:49 -0500
committerFelix Held <felix-coreboot@felixheld.de>2022-04-28 12:56:52 +0000
commit02944888d69a3038332da81f1e9a806b6d21e001 (patch)
treebbd5844b097fc66e74c71b16671ec112f537b7b9 /src
parentdf2685cc4a103293299c839af364f97dac298f59 (diff)
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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/63288 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/octopus/default.fmd1
-rw-r--r--src/mainboard/google/reef/default.fmd1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/octopus/default.fmd b/src/mainboard/google/octopus/default.fmd
index dec6b488c0..ca8324381a 100644
--- a/src/mainboard/google/octopus/default.fmd
+++ b/src/mainboard/google/octopus/default.fmd
@@ -9,6 +9,7 @@ FLASH 16M {
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 79a7736055..6eb99b590d 100644
--- a/src/mainboard/google/reef/default.fmd
+++ b/src/mainboard/google/reef/default.fmd
@@ -9,6 +9,7 @@ FLASH 16M {
RW_MRC_CACHE 0x10000
RW_VAR_MRC_CACHE 0x1000
}
+ RO_VPD 0x4000
FMAP 0x300
COREBOOT(CBFS)
BIOS_UNUSABLE 0x4f000