hw/microblaze/pic_cpu.c
deleted100644 → 0
+0
−47
hw/microblaze/pic_cpu.h
deleted100644 → 0
+0
−8
Loading
This patch uses inbound GPIO lines (IRQ and FIR) for interrupts instead of using the old pic_cpu method, which doesn't correspond to real hardware. This creates the CPU's inbound IRQ and FIR GPIO lines and updates the Microblaze boards to use this new method. Signed-off-by:Alistair Francis <alistair.francis@xilinx.com> Suggested-by:
Peter Crosthwaite <peter.crosthwaite@xilinx.com> Reveiwed-by:
Edgar E. Iglesias <edgar.iglesias@xilinx.com> Tested-by:
Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by:
Edgar E. Iglesias <edgar.iglesias@xilinx.com>