Re: [U-Boot] [PATCH v4 1/2] x86: minnowmax: Define and enable interrupt setup

2015-08-14 Thread Simon Glass
On 14 August 2015 at 00:26, Bin Meng wrote: > On Fri, Aug 14, 2015 at 12:36 AM, 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 v4: >> - Use the sa

Re: [U-Boot] [PATCH v4 1/2] x86: minnowmax: Define and enable interrupt setup

2015-08-13 Thread Bin Meng
On Fri, Aug 14, 2015 at 12:36 AM, 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 v4: > - Use the same interrupt routing as bayleybay > > Changes in v3: >

[U-Boot] [PATCH v4 1/2] x86: minnowmax: Define and enable interrupt setup

2015-08-13 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 v4: - Use the same interrupt routing as bayleybay Changes in v3: - Drop unnecessary blank lines - Add PCIe root ports from bayleybay Chan