summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2022-07-04 10:58:23 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-07-14 12:48:20 +0000
commit50a27072d07defb434391e21741a74a111489302 (patch)
tree97b8f3518fd9223ffd0e2c493aea7e465a291d62 /configs
parent6b3f7a91457f04ba4457f10928c20f5baad4deb7 (diff)
downloadcoreboot-50a27072d07defb434391e21741a74a111489302.tar.gz
coreboot-50a27072d07defb434391e21741a74a111489302.tar.bz2
coreboot-50a27072d07defb434391e21741a74a111489302.zip
configs: Update prodrive hermes
Enable resizable BAR support and allow up to 64GiB BARs. Change-Id: If484f474aed82bf7637926c29c1d8c2907f2a161 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/65628 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'configs')
-rw-r--r--configs/config.prodrive_hermes2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/config.prodrive_hermes b/configs/config.prodrive_hermes
index 34556cc3be25..35c617c510b7 100644
--- a/configs/config.prodrive_hermes
+++ b/configs/config.prodrive_hermes
@@ -11,3 +11,5 @@ 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