diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2023-07-13 14:14:55 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-09-28 16:32:43 +0000 |
commit | 901f0400b701791524301ce4ab2ba5bd028e7e2b (patch) | |
tree | cce46b3850ebecdbe6351b7b8a9f212538313ba1 | |
parent | b4aaa6f0ab0a729a7638899140a1cdd0c800cb8a (diff) |
soc/amd/genoa: Enable ECAM MMCONF support
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Signed-off-by: Varshit Pandya <pandyavarshit@gmail.com>
Change-Id: I70db8bf9f553fa9bfd2a5c20a1393119786047f8
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76504
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
-rw-r--r-- | src/soc/amd/genoa/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/soc/amd/genoa/Kconfig b/src/soc/amd/genoa/Kconfig index b73b53cb86..c4f8a9d0bb 100644 --- a/src/soc/amd/genoa/Kconfig +++ b/src/soc/amd/genoa/Kconfig @@ -7,7 +7,6 @@ config SOC_SPECIFIC_OPTIONS def_bool y select ARCH_X86 select HAVE_EXP_X86_64_SUPPORT - select NO_ECAM_MMCONF_SUPPORT select RESET_VECTOR_IN_RAM select SOC_AMD_COMMON select SOC_AMD_COMMON_BLOCK_ACPIMMIO @@ -75,6 +74,14 @@ config ROMSTAGE_SIZE help Sets the size of DRAM allocation for romstage in linker script. +config ECAM_MMCONF_BASE_ADDRESS + hex + default 0xE0000000 + +config ECAM_MMCONF_BUS_NUMBER + int + default 256 + menu "PSP Configuration Options" config AMDFW_CONFIG_FILE |