From a61884a8a1338c0e6128cf050827c5d1cd5ef8f3 Mon Sep 17 00:00:00 2001 From: Hannah Williams Date: Sat, 24 Jun 2017 08:33:15 -0700 Subject: soc/intel/apollolake: Add CNVI and PCIE IRQs for GLK Change-Id: I0387ccf6970e6169cbebd232ae210731338d0900 Signed-off-by: Hannah Williams Reviewed-on: https://review.coreboot.org/20755 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin --- src/soc/intel/apollolake/acpi/soc_int.asl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/intel/apollolake/acpi/soc_int.asl') diff --git a/src/soc/intel/apollolake/acpi/soc_int.asl b/src/soc/intel/apollolake/acpi/soc_int.asl index c64324478a..11b5460c19 100644 --- a/src/soc/intel/apollolake/acpi/soc_int.asl +++ b/src/soc/intel/apollolake/acpi/soc_int.asl @@ -36,6 +36,8 @@ #define SMBUS_INT 20 /* PIRQE */ #define CSE_INT 20 /* PIRQE */ #define IUNIT_INT 21 /* PIRQF */ +#define PIRQF_INT 21 +#define PIRQG_INT 22 #define PUNIT_INT 24 #define AUDIO_INT 25 #define ISH_INT 26 @@ -54,5 +56,6 @@ #define EMMC_INT 39 #define PMC_INT 40 #define SDIO_INT 42 +#define CNVI_INT 44 #endif /* _SOC_INT_DEFINE_ASL_ */ -- cgit v1.2.3