From cf280eaa7f6cb6b2de17f8e879e2cb6b73965798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Thu, 4 Dec 2025 14:52:21 +0100 Subject: [PATCH] amdblocks/root_complex.h: Add new IOHC base addresses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Starting with Turin there are 8 IOHCs per SoC. Add new definitions for the missing IOHCs. Based on Turin C1 PPR (doc 57238). Change-Id: I31e93e680e3f0ba03d2595f632d6827b4e3042b8 Signed-off-by: Michał Żygowski Reviewed-on: https://review.coreboot.org/c/coreboot/+/90368 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/soc/amd/common/block/include/amdblocks/root_complex.h | 5 +++++ 1 file changed, 5 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 bfabf973a7..c60872aa2a 100644 --- a/src/soc/amd/common/block/include/amdblocks/root_complex.h +++ b/src/soc/amd/common/block/include/amdblocks/root_complex.h @@ -11,6 +11,11 @@ #define SMN_IOHC_MISC_BASE_13D1 0x13d10000 #define SMN_IOHC_MISC_BASE_13E1 0x13e10000 +#define SMN_IOHC_MISC_BASE_1D41 0x1d410000 +#define SMN_IOHC_MISC_BASE_1D51 0x1d510000 +#define SMN_IOHC_MISC_BASE_1D61 0x1d610000 +#define SMN_IOHC_MISC_BASE_1D71 0x1d710000 + #define IOHC_MMIO_EN BIT(0) #define NON_PCI_RES_IDX_AUTO 0