diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-11-04 20:45:18 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-16 17:22:13 +0000 |
commit | b12caef23bc1b29c2e658f2b728cc4beac1e62b9 (patch) | |
tree | 2c57aff5641796d3841c55d3c5d6dd2ebab09edc /configs/config.prodrive_hermes.x86_64 | |
parent | f45c7671d9eda58c5ec792aa5c8de4a214007283 (diff) |
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/config.prodrive_hermes.x86_64')
-rw-r--r-- | configs/config.prodrive_hermes.x86_64 | 17 |
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 0000000000..506f4945a8 --- /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 |