aboutsummaryrefslogtreecommitdiff
path: root/hw/Makefile.inc
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2019-01-18 10:30:06 +0800
committerStewart Smith <stewart@linux.ibm.com>2019-05-15 16:22:23 +1000
commitdf34cedd050a966b334973c933e5e7e90164b6ec (patch)
tree83d1f14c732c36c10954b7055ba5697c5765c967 /hw/Makefile.inc
parent32d44e3555218a7df92b56a411c271617dad77c4 (diff)
downloadskiboot-df34cedd050a966b334973c933e5e7e90164b6ec.zip
skiboot-df34cedd050a966b334973c933e5e7e90164b6ec.tar.gz
skiboot-df34cedd050a966b334973c933e5e7e90164b6ec.tar.bz2
Add P9 DIO interrupt support
On P9 there are GPIO port 0, 1, 2 for GPIO interrupt, and DIO interrupt is used to handle the interrupts. Add support to the DIO interrupts: 1. Add dio_interrupt_register(chip, port, callback) to register the interrupt; 2. Add dio_interrupt_deregister(chip, port, callback) to deregister; 3. When interrupt on the port occurs, callback is invoked, and the interrupt status is cleared. Signed-off-by: Lei YU <mine260309@gmail.com> [oliver: Fixed Makefile.inc merge conflict] Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'hw/Makefile.inc')
-rw-r--r--hw/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/Makefile.inc b/hw/Makefile.inc
index fbafd82..2885b50 100644
--- a/hw/Makefile.inc
+++ b/hw/Makefile.inc
@@ -9,7 +9,7 @@ HW_OBJS += dts.o lpc-rtc.o npu.o npu-hw-procedures.o xive.o phb4.o
HW_OBJS += fake-nvram.o lpc-mbox.o npu2.o npu2-hw-procedures.o
HW_OBJS += npu2-common.o phys-map.o sbe-p9.o capp.o occ-sensor.o vas.o
HW_OBJS += npu2-opencapi.o phys-map.o sbe-p9.o capp.o occ-sensor.o
-HW_OBJS += vas.o sbe-p8.o
+HW_OBJS += vas.o sbe-p8.o dio-p9.o
HW_OBJS += lpc-port80h.o
HW=hw/built-in.a