Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63288 )
Change subject: mb/google/{octopus,reef}: add RO_VPD region to default FMAP ......................................................................
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