summaryrefslogtreecommitdiff
path: root/src/mainboard/protectli/vault_adl_p/vboot-rwa.fmd
diff options
context:
space:
mode:
authorMichał Żygowski <michal.zygowski@3mdeb.com>2024-02-14 13:26:33 +0100
committerFelix Held <felix-coreboot@felixheld.de>2024-07-23 14:13:25 +0000
commit256e98f60471ed21067af4f91e986dccb619145e (patch)
tree761bd71878ee7e5ae2859e312c4215690f3328ea /src/mainboard/protectli/vault_adl_p/vboot-rwa.fmd
parent3200976c1e5d7385d51d01a71573a259272a88a3 (diff)
mb/protectli/vault_adl_p: Add initial support for VP6630/VP6650/VP6670
It is a new incoming Protectli product based on Alder Lake-P SoC. More details and documentation will be added later. TEST=Boot Ubuntu 22.04 LTS and Windows 11 on VP6670. Change-Id: If4ae5b14b69806b6b0727d1ca1dcf56f47cfcd8e Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80501 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/protectli/vault_adl_p/vboot-rwa.fmd')
-rw-r--r--src/mainboard/protectli/vault_adl_p/vboot-rwa.fmd38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/mainboard/protectli/vault_adl_p/vboot-rwa.fmd b/src/mainboard/protectli/vault_adl_p/vboot-rwa.fmd
new file mode 100644
index 0000000000..65b52d97f5
--- /dev/null
+++ b/src/mainboard/protectli/vault_adl_p/vboot-rwa.fmd
@@ -0,0 +1,38 @@
+FLASH@0xff000000 16M {
+ SI_ALL@0x0 {
+ SI_DESC 4K
+ SI_ME 0x4c0000
+ SI_DEVICEEXT2 0xbf000
+ }
+ SI_BIOS@0x580000 0xa80000 {
+ SMMSTORE(PRESERVE) 256K
+
+ RW_MISC 320K {
+ UNIFIED_MRC_CACHE(PRESERVE) {
+ RECOVERY_MRC_CACHE 128K
+ RW_MRC_CACHE 128K
+ }
+ RW_VPD(PRESERVE) 8K
+ RW_NVRAM(PRESERVE) 24K
+ }
+
+ BOOTSPLASH(CBFS) 512K
+
+ RW_SECTION_A {
+ VBLOCK_A 64K
+ FW_MAIN_A(CBFS)
+ RW_FWID_A 0x100
+ }
+
+ WP_RO 5M {
+ RO_VPD(PRESERVE) 16K
+ RO_SECTION {
+ FMAP 2K
+ RO_FRID 0x100
+ RO_FRID_PAD 0x700
+ GBB 12K
+ COREBOOT(CBFS)
+ }
+ }
+ }
+}