summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorKacper Stojek <kacper.stojek@3mdeb.com>2022-10-31 12:24:35 +0100
committerMichał Żygowski <michal.zygowski@3mdeb.com>2023-03-03 13:34:32 +0000
commit70089e9814b91cd2a890599aac0bb8c1f141b6c2 (patch)
tree3fb5b818b6f3e39b590ab63476e14e026c5ffc74 /configs
parente111de0752bea95f11963909aaaebf581a362833 (diff)
downloadcoreboot-70089e9814b91cd2a890599aac0bb8c1f141b6c2.tar.gz
coreboot-70089e9814b91cd2a890599aac0bb8c1f141b6c2.tar.bz2
coreboot-70089e9814b91cd2a890599aac0bb8c1f141b6c2.zip
mainboard/protectli/vault_ehl: Add initial structure
This patch adds base code for the Protectli VP2420. The GPIO config has been extracted with inteltool from the stock firmware and then parsed with intelp2m. As of now, the platform runs with edk2 with no apparent issues. Signed-off-by: Kacper Stojek <kacper.stojek@3mdeb.com> Signed-off-by: Artur Kowalski <artur.kowalski@3mdeb.com> Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com> Change-Id: Ia00c27117d48b76db306d3f988f159fc5d50e4a0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/72407 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/config.protectli_vp242013
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/config.protectli_vp2420 b/configs/config.protectli_vp2420
new file mode 100644
index 000000000000..899a9560d603
--- /dev/null
+++ b/configs/config.protectli_vp2420
@@ -0,0 +1,13 @@
+CONFIG_VENDOR_PROTECTLI=y
+CONFIG_CBFS_SIZE=0x900000
+CONFIG_ONBOARD_VGA_IS_PRIMARY=y
+CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000
+CONFIG_EDK2_BOOT_TIMEOUT=6
+CONFIG_BOARD_PROTECTLI_VP2420=y
+CONFIG_SMMSTORE_SIZE=0x40000
+CONFIG_DEFAULT_CONSOLE_LOGLEVEL_0=y
+CONFIG_PAYLOAD_EDK2=y
+CONFIG_EDK2_BOOT_MANAGER_ESCAPE=y
+CONFIG_EDK2_FOLLOW_BGRT_SPEC=y
+CONFIG_EDK2_SD_MMC_TIMEOUT=10
+CONFIG_EDK2_SERIAL_SUPPORT=y