diff options
author | Sean Rhodes <sean@starlabs.systems> | 2023-04-05 09:10:14 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-08-10 14:12:36 +0000 |
commit | 8dad3f1afaf399ef64a6f641c01cd8763371ec79 (patch) | |
tree | 567d280326b9fb864b7ce252e574e905cc80882f /src/mainboard/starlabs/starbook/variants/tgl/vboot.fmd | |
parent | 2eb5c1e83ef5206f384846d7514c3aebcaec5bb8 (diff) |
mb/starlabs/starbook: Add support for VBOOT
Add the required files to support VBOOT for when it is enabled.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I842b79d8e144414ce42b3d0d9dfd2b5180ecf70d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74230
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/starlabs/starbook/variants/tgl/vboot.fmd')
-rw-r--r-- | src/mainboard/starlabs/starbook/variants/tgl/vboot.fmd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/mainboard/starlabs/starbook/variants/tgl/vboot.fmd b/src/mainboard/starlabs/starbook/variants/tgl/vboot.fmd new file mode 100644 index 0000000000..7488780d59 --- /dev/null +++ b/src/mainboard/starlabs/starbook/variants/tgl/vboot.fmd @@ -0,0 +1,24 @@ +FLASH 0x1000000 { + SI_ALL 0x500000 { + SI_DESC 0x1000 + SI_ME + } + SI_BIOS@0xb00000 0x32b000 { + EC@0x0 0x20000 + RO_SECTION@0x20000 0x253000 { + FMAP@0x0 0x1000 + COREBOOT(CBFS)@0x1000 0x210000 + GBB@0x211000 0x40000 + RO_FRID@0x251000 0x40 + RO_VPD(PRESERVE)@0x252000 0x1000 + } + MISC_RW@0x253000 0x10000 { + RW_MRC_CACHE@0x0 0x10000 + } + SMMSTORE@0x263000 0x40000 + CONSOLE@0x0x2a3000 0x20000 + RW_NVRAM(PRESERVE)@0x2c3000 0x6000 + RW_VPD(PRESERVE)@0x2c9000 0x2000 + RW_LEGACY(CBFS)@0x32b000 0x60000 + } +} |