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@gmail.com>
Reviewed-on: https://review.coreboot.org/21473
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Marc Jones 2017-09-09 18:19:24 -06:00 committed by Aaron Durbin
parent 5a1f9a87cb
commit 6223a200aa
1 changed files with 5 additions and 3 deletions

View File

@ -21,10 +21,12 @@ SI_BIOS@0xCB000 0x735000 {
VBLOCK_DEV@0x2000 0x2000 VBLOCK_DEV@0x2000 0x2000
} }
RW_VPD@0x454000 0x2000 RW_VPD@0x454000 0x2000
RW_UNUSED@0x456000 0x4F000 RW_UNUSED@0x456000 0x3F000
# RW_LEGACY(CBFS)@0x200000 0x200000 # RW_LEGACY(CBFS)@0x200000 0x200000
WP_RO@0x4A5000 0x290000 { WP_RO@0x495000 0x2A0000{
RO_SECTION@0x00000 0x290000 { RO_VPD@0x0 0x4000
RO_UNUSED@0x4000 0xc000
RO_SECTION@0x10000 0x290000 {
FMAP@0x0 0x800 FMAP@0x0 0x800
RO_FRID@0x800 0x40 RO_FRID@0x800 0x40
RO_FRID_PAD@0x840 0x7c0 RO_FRID_PAD@0x840 0x7c0