Re: [U-Boot] [PATCH v2 4/4] x86: queensbay: Implement PIRQ routing

2015-04-25 Thread Simon Glass
On 24 April 2015 at 06:40, Simon Glass wrote: > On 24 April 2015 at 04:10, Bin Meng wrote: >> Implement Intel Queensbay platform-specific PIRQ routing support. >> The chipset PIRQ routing setup is called in the arch_misc_init(). >> >> Signed-off-by: Bin Meng >> >> --- >> >> Changes in v2: >> - C

Re: [U-Boot] [PATCH v2 4/4] x86: queensbay: Implement PIRQ routing

2015-04-24 Thread Simon Glass
On 24 April 2015 at 04:10, Bin Meng wrote: > Implement Intel Queensbay platform-specific PIRQ routing support. > The chipset PIRQ routing setup is called in the arch_misc_init(). > > Signed-off-by: Bin Meng > > --- > > Changes in v2: > - Correct a typo in the commit message > - Use a local variab

[U-Boot] [PATCH v2 4/4] x86: queensbay: Implement PIRQ routing

2015-04-24 Thread Bin Meng
Implement Intel Queensbay platform-specific PIRQ routing support. The chipset PIRQ routing setup is called in the arch_misc_init(). Signed-off-by: Bin Meng --- Changes in v2: - Correct a typo in the commit message - Use a local variable in fill_irq_info() - Print a debug message if creating pir