mb/facebook/watson: Enable vboot for measurements

Signed-off-by: Philipp Deppenwiese <philipp.deppenwiese@9elements.com>
Change-Id: I8287d475301aaaae736df9cc95fcd18cc04b40fb
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35232
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Andrey Petrov <anpetrov@fb.com>
This commit is contained in:
Philipp Deppenwiese 2019-09-01 20:10:16 -07:00 committed by Patrick Georgi
parent 3b99d6298e
commit 7f443e1e38
3 changed files with 35 additions and 0 deletions

View File

@ -13,6 +13,14 @@ config BOARD_SPECIFIC_OPTIONS
select MAINBOARD_HAS_TPM1
select NO_UART_ON_SUPERIO
config VBOOT
select VBOOT_VBNV_CMOS
select VBOOT_NO_BOARD_SUPPORT
select GBB_FLAG_DISABLE_LID_SHUTDOWN
select GBB_FLAG_DISABLE_PD_SOFTWARE_SYNC
select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC
select GBB_FLAG_DISABLE_FWMP
config MAINBOARD_DIR
string
default "facebook/watson"

View File

@ -72,6 +72,7 @@ entries
#392 3 r 0 unused
395 4 e 6 debug_level
#399 1 r 0 unused
416 128 r 0 vbnv
# coreboot config options: check sums
984 16 h 0 check_sum

View File

@ -0,0 +1,26 @@
FLASH 16M {
SI_ALL@0x0 0x600000 {
SI_DESC@0x0 0x1000
UNUSED_1@0x1000 0x1000
IDPROM@0x2000 0x400
UNUSED_2@0x2400 0x1ec00
SI_ME@0x21000 0x3de000
UNUSED_3@0x400000 0x200000
}
SI_BIOS@0x600000 0xA00000 {
MISC_RW@0x0 0x20000 {
RW_MRC_CACHE@0x0 0x10000
RW_VPD(PRESERVE)@0x010000 0x4000
}
WP_RO@0x20000 0x9e0000 {
RO_VPD(PRESERVE)@0x0 0x4000
RO_SECTION@0x4000 0x9dc000 {
FMAP@0x0 0x800
RO_FRID@0x800 0x40
RO_FRID_PAD@0x840 0x7c0
GBB@0x1000 0x4000
COREBOOT(CBFS)@0x5000 0x9d7000
}
}
}
}