From 73c694565c6144e0c4e15041b5250a04a25107c3 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Mon, 13 Jan 2014 13:35:26 +1000 Subject: Microblaze: Convert Microblaze-pic handling to GPIOs 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 Suggested-by: Peter Crosthwaite Reveiwed-by: Edgar E. Iglesias Tested-by: Edgar E. Iglesias Signed-off-by: Edgar E. Iglesias --- hw/microblaze/Makefile.objs | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/microblaze/Makefile.objs') diff --git a/hw/microblaze/Makefile.objs b/hw/microblaze/Makefile.objs index c65e2aa..b2517d8 100644 --- a/hw/microblaze/Makefile.objs +++ b/hw/microblaze/Makefile.objs @@ -1,4 +1,3 @@ obj-y += petalogix_s3adsp1800_mmu.o obj-y += petalogix_ml605_mmu.o obj-y += boot.o -obj-y += pic_cpu.o -- cgit v1.1