Re: [U-Boot] [PATCH v3 2/8] dm: x86: Set up interrupt routing from interrupt_init()

2016-01-20 Thread Bin Meng
On Wed, Jan 20, 2016 at 12:32 PM, Simon Glass wrote: > 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

[U-Boot] [PATCH v3 2/8] dm: x86: Set up interrupt routing from interrupt_init()

2016-01-19 Thread Simon Glass
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