Re: [U-Boot] [PATCH v2 7/9] x86: minnowmax: Define and enable interrupt setup

2015-08-10 Thread Bin Meng
Hi Simon, On Mon, Aug 10, 2015 at 8:58 PM, Simon Glass s...@chromium.org wrote: Hi Bin, On 10 August 2015 at 00:19, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Sat, Aug 8, 2015 at 10:27 PM, Simon Glass s...@chromium.org wrote: Set up interrupts correctly so that Linux can use all

Re: [U-Boot] [PATCH v2 7/9] x86: minnowmax: Define and enable interrupt setup

2015-08-10 Thread Simon Glass
Hi Bin, On 10 August 2015 at 00:19, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Sat, Aug 8, 2015 at 10:27 PM, Simon Glass s...@chromium.org wrote: Set up interrupts correctly so that Linux can use all devices. Use savedefconfig to regenerate the defconfig file. Signed-off-by: Simon

Re: [U-Boot] [PATCH v2 7/9] x86: minnowmax: Define and enable interrupt setup

2015-08-10 Thread Bin Meng
Hi Simon, On Sat, Aug 8, 2015 at 10:27 PM, Simon Glass s...@chromium.org wrote: Set up interrupts correctly so that Linux can use all devices. Use savedefconfig to regenerate the defconfig file. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Use pirq_init() instead of

[U-Boot] [PATCH v2 7/9] x86: minnowmax: Define and enable interrupt setup

2015-08-08 Thread Simon Glass
Set up interrupts correctly so that Linux can use all devices. Use savedefconfig to regenerate the defconfig file. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Use pirq_init() instead of custom code arch/x86/dts/minnowmax.dts | 48