Re: [U-Boot] [PATCH v5 00/21] imx6: Add Engicam i.CoreM6 QDL support

2016-10-04 Thread Jagan Teki
Hi Stefano, On Tue, Oct 4, 2016 at 10:51 PM, Stefano Babic wrote: > Hi Jagan, > > On 04/10/2016 15:43, Jagan Teki wrote: >> On Tue, Oct 4, 2016 at 6:58 PM, Stefano Babic wrote: >>> Hi Jagan, >>> >>> On 30/09/2016 08:44, Jagan Teki wrote: >>> Can you pick this series. >>> >>> Series can

Re: [U-Boot] [PATCH v5 00/21] imx6: Add Engicam i.CoreM6 QDL support

2016-10-04 Thread Stefano Babic
Hi Jagan, On 04/10/2016 15:43, Jagan Teki wrote: > On Tue, Oct 4, 2016 at 6:58 PM, Stefano Babic wrote: >> Hi Jagan, >> >> On 30/09/2016 08:44, Jagan Teki wrote: >> >>> >>> Can you pick this series. >> >> Series cannot be applied: I see several issue. The series breaks for >> different reason a l

Re: [U-Boot] [PATCH v5 00/21] imx6: Add Engicam i.CoreM6 QDL support

2016-10-04 Thread Jagan Teki
On Tue, Oct 4, 2016 at 6:58 PM, Stefano Babic wrote: > Hi Jagan, > > On 30/09/2016 08:44, Jagan Teki wrote: > >> >> Can you pick this series. > > Series cannot be applied: I see several issue. The series breaks for > different reason a lot of boards. I get 3 boards broken and 15 with > warnings. H

Re: [U-Boot] [PATCH v5 00/21] imx6: Add Engicam i.CoreM6 QDL support

2016-10-04 Thread Stefano Babic
Hi Jagan, On 30/09/2016 08:44, Jagan Teki wrote: > > Can you pick this series. Series cannot be applied: I see several issue. The series breaks for different reason a lot of boards. I get 3 boards broken and 15 with warnings. Here the resons: CONFIG_DEFAULT_FDT_FILE was moved to Kconfig, but w

Re: [U-Boot] [PATCH v5 00/21] imx6: Add Engicam i.CoreM6 QDL support

2016-09-29 Thread Jagan Teki
Hi Stefano, On Wed, Sep 28, 2016 at 11:57 PM, Jagan Teki wrote: > From: Jagan Teki > > This series supports Engicam i.CoreM6 QDL modules on top of > u-boot-imx.git/next > and test on the respective starter kits as well. > > Tested both MMC and NAND boot. > > Changes for v5: > - Add NAND

[U-Boot] [PATCH v5 00/21] imx6: Add Engicam i.CoreM6 QDL support

2016-09-28 Thread Jagan Teki
From: Jagan Teki This series supports Engicam i.CoreM6 QDL modules on top of u-boot-imx.git/next and test on the respective starter kits as well. Tested both MMC and NAND boot. Changes for v5: - Add NAND support Changes for v4: - Add 'net: Kconfig: Add FEC_MXC entry' patch