amdblocks/root_complex.h: Add new IOHC base addresses
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 <michal.zygowski@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90368 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
ba0483c94a
commit
cf280eaa7f
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue