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 wrote: > Hi Bin, > > On 10 August 2015 at 00:19, Bin Meng wrote: >> Hi Simon, >> >> On Sat, Aug 8, 2015 at 10:27 PM, Simon Glass wrote: >>> Set up interrupts correctly so that Linux can use all devices. Use >>> savedefconfig to regenerate t

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 wrote: > Hi Simon, > > On Sat, Aug 8, 2015 at 10:27 PM, Simon Glass wrote: >> Set up interrupts correctly so that Linux can use all devices. Use >> savedefconfig to regenerate the defconfig file. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes

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

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

[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 --- Changes in v2: - Use pirq_init() instead of custom code arch/x86/dts/minnowmax.dts | 48 ++--- configs/minn