From 4ff1d63fc4f8383480ae064a7593300365ac8f26 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 23 Aug 2023 22:25:41 +0200 Subject: [PATCH] soc/amd/common/include/root_complex: add IOHC MISC SMN base addresses The Genoa server SoC has 4 IOHC PCI roots instead of the 1 the mobile SoCs have, so add the additional 3 SMN base address definitions. Signed-off-by: Felix Held Change-Id: I72dba39bff7c7a739e1dfddd80e7f22e65b5f139 Reviewed-on: https://review.coreboot.org/c/coreboot/+/77395 Reviewed-by: Fred Reitberger Reviewed-by: Varshit Pandya Tested-by: build bot (Jenkins) --- src/soc/amd/common/block/include/amdblocks/root_complex.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/soc/amd/common/block/include/amdblocks/root_complex.h b/src/soc/amd/common/block/include/amdblocks/root_complex.h index b09a5f3e27..dd0e68ad2c 100644 --- a/src/soc/amd/common/block/include/amdblocks/root_complex.h +++ b/src/soc/amd/common/block/include/amdblocks/root_complex.h @@ -7,6 +7,9 @@ #include #define SMN_IOHC_MISC_BASE_13B1 0x13b10000 +#define SMN_IOHC_MISC_BASE_13C1 0x13c10000 +#define SMN_IOHC_MISC_BASE_13D1 0x13d10000 +#define SMN_IOHC_MISC_BASE_13E1 0x13e10000 #define NON_PCI_RES_IDX_AUTO 0