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 s...@chromium.org wrote: On 24 April 2015 at 04:10, Bin Meng bmeng...@gmail.com 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

[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 bmeng...@gmail.com --- Changes in v2: - Correct a typo in the commit message - Use a local variable in fill_irq_info() - Print a debug

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 bmeng...@gmail.com 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 bmeng...@gmail.com --- Changes in v2: - Correct a typo in the commit