diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-08-23 22:25:41 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-08-25 12:24:01 +0000 |
commit | 4ff1d63fc4f8383480ae064a7593300365ac8f26 (patch) | |
tree | 81d6b3b1139b6b9d0db5f3a670398ca6c0e8f72c /src/soc | |
parent | 53a43f14da0f7921eb338ee819a8391df93ab6da (diff) |
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 <felix-coreboot@felixheld.de>
Change-Id: I72dba39bff7c7a739e1dfddd80e7f22e65b5f139
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77395
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/common/block/include/amdblocks/root_complex.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <types.h> #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 |