mb/ocp/deltalake: Add VPD flash regions and select VPD and VPD_SMBIOS_VERSION

Tested on OCP Delta Lake.

Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com>
Change-Id: I1e6e2bd25cbe3b0c0547dda9e457c4d55df28388
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42428
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Reviewed-by: Jonathan Zhang <jonzhang@fb.com>
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Johnny Lin 2020-06-16 19:42:26 +08:00 committed by Philipp Deppenwiese
parent 5e8709f89e
commit 37f38505f2
2 changed files with 13 additions and 3 deletions

View File

@ -10,6 +10,8 @@ config BOARD_SPECIFIC_OPTIONS
select SUPERIO_ASPEED_AST2400
select IPMI_KCS
select OCP_DMI
select VPD
select VPD_SMBIOS_VERSION
config IPMI_KCS_REGISTER_SPACING
int

View File

@ -5,8 +5,16 @@ FLASH 64M {
PLATFORM_DATA@0x2FE8000 0x10000
}
SI_BIOS@0x3000000 0x1000000 {
MISC_RW@0x0 0x20000 {
RW_MRC_CACHE@0x0 0x10000
RW_VPD(PRESERVE)@0x10000 0x4000
}
WP_RO@0x20000 0xfe0000 {
RO_VPD(PRESERVE)@0x0 0x4000
RO_SECTION@0x4000 0xfdc000 {
FMAP@0x0 0x800
RW_MRC_CACHE@0x1000 0x10000
COREBOOT(CBFS)@0x11000
COREBOOT(CBFS)@0x800 0xfdb800
}
}
}
}