mb/google/brya: Increase Resizable BAR address space limit to 33 bits

The dGPU used for some Brya projects requests 33 bits of address
space for one of its BARs via the Resizable BAR mechanism
(requires 6GB).

This Kconfig is currently set at 32 bits for brya, so the allocation currently is capped at 32 bits (4GB). This patch sets the limit to 33
bits for brya boards, which is enough for the GPU.

BUG=b:214443809
TEST=all of the dGPU PCI BARs on agah can be successfully allocated

Change-Id: Ia791be5108fb07a256ae62fc2aee2f057909ef12
Signed-off-by: Tarun Tuli <tarun@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71282
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
Tarun Tuli 2023-01-06 20:49:37 +00:00 committed by Martin L Roth
parent ef485f66ff
commit b5445ade38
1 changed files with 1 additions and 1 deletions

View File

@ -334,6 +334,6 @@ config INCLUDE_NVIDIA_GPU_ASL
config PCIEXP_DEFAULT_MAX_RESIZABLE_BAR_BITS config PCIEXP_DEFAULT_MAX_RESIZABLE_BAR_BITS
int int
default 32 default 33
endif # BOARD_GOOGLE_BRYA_COMMON endif # BOARD_GOOGLE_BRYA_COMMON