summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-11-04 20:45:18 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-12-16 17:22:13 +0000
commitb12caef23bc1b29c2e658f2b728cc4beac1e62b9 (patch)
tree2c57aff5641796d3841c55d3c5d6dd2ebab09edc /configs
parentf45c7671d9eda58c5ec792aa5c8de4a214007283 (diff)
downloadcoreboot-b12caef23bc1b29c2e658f2b728cc4beac1e62b9.tar.gz
coreboot-b12caef23bc1b29c2e658f2b728cc4beac1e62b9.tar.bz2
coreboot-b12caef23bc1b29c2e658f2b728cc4beac1e62b9.zip
configs: Add 64bit buildtest for prodrive/hermes
This configuration also boots on real hardware. Change-Id: Ic62a33f8d8c3fdaa8182e797b2bf6fbed6b55731 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69236 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/config.prodrive_hermes.x86_6417
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/config.prodrive_hermes.x86_64 b/configs/config.prodrive_hermes.x86_64
new file mode 100644
index 000000000000..506f4945a89b
--- /dev/null
+++ b/configs/config.prodrive_hermes.x86_64
@@ -0,0 +1,17 @@
+# Settings used by Prodrive to build coreboot for the Hermes but with x86_64 enabled
+CONFIG_VENDOR_PRODRIVE=y
+CONFIG_BOARD_PRODRIVE_HERMES=y
+CONFIG_MAINBOARD_SMBIOS_MANUFACTURER="Prodrive Technologies B.V."
+CONFIG_POST_IO=y
+CONFIG_USE_LEGACY_8254_TIMER=y
+CONFIG_HERMES_USES_SPS_FIRMWARE=y
+CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y
+CONFIG_SMMSTORE=y
+CONFIG_SMMSTORE_V2=y
+CONFIG_DEFAULT_CONSOLE_LOGLEVEL_3=y
+CONFIG_POST_DEVICE_LPC=y
+CONFIG_MAINBOARD_SERIAL_NUMBER="N/A"
+CONFIG_PCIEXP_SUPPORT_RESIZABLE_BARS=y
+CONFIG_PCIEXP_DEFAULT_MAX_RESIZABLE_BAR_BITS=36
+CONFIG_RUN_FSP_GOP=y
+CONFIG_USE_EXP_X86_64_SUPPORT=y