From f62c49474fd6739558e308df0603350dd73b516e Mon Sep 17 00:00:00 2001 From: Tim Wawrzynczak Date: Fri, 26 Feb 2021 10:30:52 -0700 Subject: sb/intel/common: Refactor _PRT generation to support GSI-based tables Newer Intel SoCs also support _PRT tables, but they route PCI devices to more than just PIRQs, and statically specify IRQs instead of using link devices. Extend/refactor intel_acpi_gen_def_acpi_pirq to support this additional use case. Signed-off-by: Tim Wawrzynczak Change-Id: Ica420a3d12fd1d64c8fe6e4b326fd779b3f10868 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50857 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Nico Huber --- src/southbridge/intel/bd82x6x/lpc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/southbridge/intel/bd82x6x') diff --git a/src/southbridge/intel/bd82x6x/lpc.c b/src/southbridge/intel/bd82x6x/lpc.c index 4ba88637fb..43d0e04a3c 100644 --- a/src/southbridge/intel/bd82x6x/lpc.c +++ b/src/southbridge/intel/bd82x6x/lpc.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3