From 50a27072d07defb434391e21741a74a111489302 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Mon, 4 Jul 2022 10:58:23 +0200 Subject: [PATCH] configs: Update prodrive hermes Enable resizable BAR support and allow up to 64GiB BARs. Change-Id: If484f474aed82bf7637926c29c1d8c2907f2a161 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/65628 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Arthur Heymans --- configs/config.prodrive_hermes | 2 ++ 1 file changed, 2 insertions(+) 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