]> xenbits.xensource.com Git - qemu-xen.git/commit
openrisc/ompic: Add OpenRISC Multicore PIC (OMPIC)
authorStafford Horne <shorne@gmail.com>
Sat, 17 Jun 2017 15:32:40 +0000 (00:32 +0900)
committerStafford Horne <shorne@gmail.com>
Fri, 20 Oct 2017 21:35:47 +0000 (06:35 +0900)
commit0ca9fa2e3c2d072ef7546190976e326ff2673a33
tree340316e3679845826451552981ecb2d3891f8d74
parente822e81e350825dd94f41ee2538ff1432b812eb9
openrisc/ompic: Add OpenRISC Multicore PIC (OMPIC)

Add OpenRISC Multicore PIC which handles inter processor interrupts
(IPI) between cores.  In OpenRISC all device interrupts are routed to
each core enabling this device to be simple.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>
default-configs/or1k-softmmu.mak
hw/intc/Makefile.objs
hw/intc/ompic.c [new file with mode: 0644]