diff options
author | Wim Vervoorn <wvervoorn@eltan.com> | 2019-12-09 14:25:58 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-12-16 09:37:40 +0000 |
commit | 2f99897d006e49c64e337a1290298dd745f31434 (patch) | |
tree | 4b3366e93a87576d02b17c53adb36b36d3c37f92 /src/mainboard/facebook | |
parent | f17396591f32517416a804dee2ad5a9c33a28227 (diff) |
mb/facebook/monolith: Add vboot-ro.fmd to support measured boot
Add an fmd file with a layout that allows configuring the system for
measured boot without enabling verified boot.
BUG=N/A
TEST=tested on facebook monolith
Change-Id: I85fc6bee3f28fa4454d43df0e8bd1e511e1d0caf
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37673
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/facebook')
-rw-r--r-- | src/mainboard/facebook/monolith/vboot-ro.fmd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/mainboard/facebook/monolith/vboot-ro.fmd b/src/mainboard/facebook/monolith/vboot-ro.fmd new file mode 100644 index 0000000000..989afcbfcf --- /dev/null +++ b/src/mainboard/facebook/monolith/vboot-ro.fmd @@ -0,0 +1,23 @@ +FLASH 16M { + SI_ALL@0x0 0x700000 { + SI_DESC@0x0 0x1000 + UNUSED_1@0x1000 0x2000 + SI_ME@0x3000 0x6fd000 + } + SI_BIOS@0x700000 0x900000 { + MISC_RW@0x0 0x20000 { + RW_MRC_CACHE@0x0 0x10000 + RW_VPD(PRESERVE)@0x010000 0x2000 + RW_NVRAM(PRESERVE)@0x012000 0x6000 + } + WP_RO@0x20000 0x8E0000 { + RO_SECTION@0x0000 0x8E0000 { + FMAP@0x0 0x800 + RO_FRID@0x800 0x40 + RO_FRID_PAD@0x840 0x7c0 + GBB@0x1000 0x4000 + COREBOOT(CBFS)@0x5000 0x8DB000 + } + } + } +} |