summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/tigerlake/fsp_params.c
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2021-10-14 20:55:41 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-10-18 12:33:17 +0000
commite8b6b07bfc4cca2e7554ac8fecb6ddf88f89bc0e (patch)
tree1cb2238c8768204e68c3c467fcccca6cd600879e /src/soc/intel/tigerlake/fsp_params.c
parent66c8062a0072e9b162bf132fc5f279db158ab708 (diff)
downloadcoreboot-e8b6b07bfc4cca2e7554ac8fecb6ddf88f89bc0e.tar.gz
coreboot-e8b6b07bfc4cca2e7554ac8fecb6ddf88f89bc0e.tar.bz2
coreboot-e8b6b07bfc4cca2e7554ac8fecb6ddf88f89bc0e.zip
intel/tigerlake: Add missing IRQ for CNVi
Add CNVi (14.3) to IRQ Table to stop dmesg error: iwlwifi 0000:00:14.3: can't derive routing for PCI INT F iwlwifi 0000:00:14.3: PCI INT F: not connected Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I5b793997f9ea954217871eb4656dacf6abe77e74 Reviewed-on: https://review.coreboot.org/c/coreboot/+/58342 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/soc/intel/tigerlake/fsp_params.c')
-rw-r--r--src/soc/intel/tigerlake/fsp_params.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/tigerlake/fsp_params.c b/src/soc/intel/tigerlake/fsp_params.c
index 34ee9d8d17eb..89c8126af04e 100644
--- a/src/soc/intel/tigerlake/fsp_params.c
+++ b/src/soc/intel/tigerlake/fsp_params.c
@@ -164,6 +164,7 @@ static const struct slot_irq_constraints irq_constraints[] = {
.slot = PCH_DEV_SLOT_XHCI,
.fns = {
ANY_PIRQ(PCH_DEVFN_XHCI),
+ FIXED_INT_ANY_PIRQ(PCH_DEVFN_CNVI_WIFI, PCI_INT_A),
},
},
{