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>
This commit is contained in:
parent
df2685cc4a
commit
02944888d6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue