Lijian Zhao (lijian.zhao@intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14476
-gerrit
commit 822554c2582b51df0c4b799d535cc538f5e35ad9 Author: Zhao, Lijian lijian.zhao@intel.com Date: Fri Apr 22 11:12:13 2016 -0700
soc/intel/apollolake: Add PMC_INT defination
PMC_INT is using direct irq 40, the defination is missing in previous commit.
Change-Id: Ib67ee50f6c1cf9a2b8170d3123a0776ecb30b7eb Signed-off-by: Zhao, Lijian lijian.zhao@intel.com --- src/soc/intel/apollolake/acpi/soc_int.asl | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/soc/intel/apollolake/acpi/soc_int.asl b/src/soc/intel/apollolake/acpi/soc_int.asl index 83a831f..7db23ee 100644 --- a/src/soc/intel/apollolake/acpi/soc_int.asl +++ b/src/soc/intel/apollolake/acpi/soc_int.asl @@ -51,6 +51,7 @@ #define SPI2_INT 37 #define UFS_INT 38 #define EMMC_INT 39 +#define PMC_INT 40 #define SDIO_INT 42
#endif /* _SOC_INT_DEFINE_ASL_ */