u-boot-brain/arch/x86/cpu/baytrail
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
..
cpu.c x86: baytrail: Support operation as an EFI payload 2015-08-05 08:44:08 -06:00
early_uart.c x86: Add a x86_ prefix to the x86-specific PCI functions 2015-04-16 19:27:41 -06:00
fsp_configs.c x86: fsp: Set up init runtime buffer in update_fsp_configs() 2016-01-13 12:20:14 +08:00
Kconfig x86: baytrail: Support operation as an EFI payload 2015-08-05 08:44:08 -06:00
Makefile dm: x86: minnowmax: Move PCI to use driver model 2015-07-14 18:03:19 -06:00
valleyview.c dm: x86: Set up interrupt routing from interrupt_init() 2016-01-24 12:07:18 +08:00