src/soc/amd/glinda: Update the PCIE MMCONFIG base address and size

The PCIE MMCONFIG base address value and size is updated correctly to
access the PCIE config space registers.

TEST=Verified that PCIE enumeration takes place in boot log
and config space registers are accessible.

Change-Id: Ifa8377df7a2973a88d414c217b5ed114c8ae5cc3
Signed-off-by: Anand Vaikar <a.vaikar2021@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79832
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Anand Vaikar 2024-01-05 14:27:02 +05:30 committed by Felix Held
parent cf960a320f
commit d873d3a7ec
1 changed files with 2 additions and 2 deletions

View File

@ -234,10 +234,10 @@ config RO_REGION_ONLY
default "apu/amdfw"
config ECAM_MMCONF_BASE_ADDRESS
default 0xF8000000
default 0xE0000000
config ECAM_MMCONF_BUS_NUMBER
default 64
default 256
config MAX_CPUS
int