coreboot-kgpe-d16/src/soc/intel
Tim Wawrzynczak b59980b54e soc/intel/common: Add new IRQ module
The Intel FSP provides a default set of IO-APIC IRQs for PCI devices, if
the DevIntConfigPtr UPD is not filled in. However, the FSP has a list of
rules that the input IRQ table must conform to:
1) One entry per slot/function
2) Functions using PIRQs must use IOxAPIC IRQs 16-23
3) Single-function devices must use INTA
4) Each slot must have consistent INTx<->PIRQy mappings
5) Some functions have special interrupt pin requirements
6) PCI Express RPs must be assigned in a special way (FIXED_INT_PIN)
7) Some functions require a unique IRQ number
8) PCI functions must avoid sharing an IRQ with a GPIO pad which routes
   its IRQ through IO-APIC.

Since the FSP has no visibility into the actual GPIOs used on the board
when GpioOverride is selected, IRQ conflicts can occur between PCI
devices and GPIOs. This patch gives SoC code the ability to generate a
table of PCI IRQs that will meet the BWG/FSP rules and also not conflict
with GPIO IRQs.

BUG=b:130217151, b:171580862, b:176858827
TEST=Boot with patch series on volteer, verify IO-APIC IRQs in
`/proc/interrupts` match what is expected. No `GSI INT` or
`could not derive routing` messages seen in `dmesg` output.
Verified TPM, touchpad, touchscreen IRQs all function as expected.

Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Change-Id: I0c22a08ce589fa80d0bb1e637422304a3af2045c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49408
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-06-29 21:50:45 +00:00
..
alderlake soc/intel: Drop casts around soc_read_pmc_base() 2021-06-28 04:16:48 +00:00
apollolake soc/intel: Drop casts around soc_read_pmc_base() 2021-06-28 04:16:48 +00:00
baytrail ACPI: Refactor use of global and device NVS 2021-06-14 19:45:56 +00:00
braswell ACPI: Refactor use of global and device NVS 2021-06-14 19:45:56 +00:00
broadwell arch/x86/ioapic: Drop irq_on_fsb as a configurable item 2021-06-16 19:54:49 +00:00
cannonlake soc/intel: Drop casts around soc_read_pmc_base() 2021-06-28 04:16:48 +00:00
common soc/intel/common: Add new IRQ module 2021-06-29 21:50:45 +00:00
denverton_ns arch/x86/ioapic: Drop irq_on_fsb as a configurable item 2021-06-16 19:54:49 +00:00
elkhartlake soc/intel: Drop casts around soc_read_pmc_base() 2021-06-28 04:16:48 +00:00
icelake soc/intel: Drop casts around soc_read_pmc_base() 2021-06-28 04:16:48 +00:00
jasperlake soc/intel: Drop casts around soc_read_pmc_base() 2021-06-28 04:16:48 +00:00
quark mainboards: Drop PWRS from GNVS 2021-02-11 16:35:32 +00:00
skylake soc/intel/skylake: Use devfn_disable() to handle XDCI 2021-06-25 04:22:42 +00:00
tigerlake soc/intel: Drop casts around soc_read_pmc_base() 2021-06-28 04:16:48 +00:00
xeon_sp xeon_sp/{cpx,skx}: Add config IFD_CHIPSET 'lbg' 2021-06-28 04:12:18 +00:00
Kconfig