diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2022-07-04 10:58:23 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-07-14 12:48:20 +0000 |
commit | 50a27072d07defb434391e21741a74a111489302 (patch) | |
tree | 97b8f3518fd9223ffd0e2c493aea7e465a291d62 | |
parent | 6b3f7a91457f04ba4457f10928c20f5baad4deb7 (diff) |
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>
-rw-r--r-- | configs/config.prodrive_hermes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/config.prodrive_hermes b/configs/config.prodrive_hermes index 34556cc3be..35c617c510 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 |