[coreboot-gerrit] New patch to review for coreboot: soc/intel/apollolake: Add PMC_INT defination

Lijian Zhao (lijian.zhao@intel.com) gerrit at coreboot.org
Fri Apr 22 20:13:40 CEST 2016


Lijian Zhao (lijian.zhao at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14476

-gerrit

commit 81fd3b9cdc4706010afb366a79cec5bac86956ec
Author: Zhao, Lijian <lijian.zhao at 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 at 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_ */



More information about the coreboot-gerrit mailing list