xref: /aosp_15_r20/external/coreboot/src/soc/amd/common/block/include/amdblocks/ioapic.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef AMD_BLOCK_IOAPIC_H
4 #define AMD_BLOCK_IOAPIC_H
5 
6 /* Since the old APIC bus isn't used any more, the IOAPIC IDs can be < CONFIG_MAX_CPUS */
7 #define FCH_IOAPIC_ID		0
8 #define GNB_IOAPIC_ID		1
9 
10 /* Index of IOAPIC resource associated with IOMMU */
11 #define IOMMU_IOAPIC_IDX                0x20000120
12 
13 #endif /* AMD_BLOCK_IOAPIC_H */
14