u-boot-brain/arch/x86/cpu/qemu
Simon Glass 12d6929e1f dm: x86: Set up interrupt routing from interrupt_init()
At present interrupt routing is set up from arch_misc_init(). We can do it
a little later instead, in interrupt_init().

This removes the manual pirq_init() call. Where the platform does not have
an interrupt router defined in its device tree, no error is generated. Some
platforms do not have this.

Drop pirq_init() since it is no-longer used.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
2016-01-24 12:07:18 +08:00
..
acpi x86: Add DSDT table for supporting ACPI on QEMU 2015-08-26 07:54:14 -07:00
acpi.c x86: Add ACPI table support to QEMU 2015-08-26 07:54:14 -07:00
car.S x86: Support QEMU x86 targets 2015-06-04 02:39:38 -06:00
cpu.c x86: qemu: fix cpu device in smp boot 2016-01-13 12:20:16 +08:00
dram.c x86: Support QEMU x86 targets 2015-06-04 02:39:38 -06:00
dsdt.asl x86: Add DSDT table for supporting ACPI on QEMU 2015-08-26 07:54:14 -07:00
fw_cfg.c x86: qemu: add fw_cfg support 2016-01-13 12:20:15 +08:00
Kconfig x86: tsc: Remove legacy timer codes 2015-12-01 06:26:35 -07:00
Makefile x86: qemu: add a cpu uclass driver for qemu target 2016-01-13 12:20:15 +08:00
qemu.c dm: x86: Set up interrupt routing from interrupt_init() 2016-01-24 12:07:18 +08:00