summaryrefslogtreecommitdiffstats
path: root/src/soc/amd
diff options
context:
space:
mode:
authorRitul Guru <ritul.bits@gmail.com>2023-01-12 17:42:54 +0530
committerFelix Held <felix-coreboot@felixheld.de>2023-01-13 23:42:04 +0000
commit75a073d5ffbdf9bd787b3310c8cbee6c664b2a17 (patch)
tree7c168ed37d60c1252db5971e8170898d1b62943c /src/soc/amd
parent71375621354b52f8e8d92ab320a04c563d7024da (diff)
downloadcoreboot-75a073d5ffbdf9bd787b3310c8cbee6c664b2a17.tar.gz
coreboot-75a073d5ffbdf9bd787b3310c8cbee6c664b2a17.tar.bz2
coreboot-75a073d5ffbdf9bd787b3310c8cbee6c664b2a17.zip
soc/amd/phoenix: update mmconf base address and size
0xF8000000 was taken from old platform during phoenix porting, updating it to 0xE0000000 to make room for 256 pci busses which is required for usb4 and hotplug support. mmconf size gets set to 0x10000000 when 256 busses are used. Change-Id: Ic143171f5650aff5db48c8f477d7aca3e7f5c1e7 Signed-off-by: Ritul Guru <ritul.bits@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71870 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd')
-rw-r--r--src/soc/amd/phoenix/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/phoenix/Kconfig b/src/soc/amd/phoenix/Kconfig
index 346d155a1763..883359ccc90a 100644
--- a/src/soc/amd/phoenix/Kconfig
+++ b/src/soc/amd/phoenix/Kconfig
@@ -230,10 +230,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