Re: [U-Boot] [PULL] Please pull u-boot-imx: u-boot-imx-20181217

2019-01-01 Thread Stefano Babic
On 27/12/18 20:16, Fabio Estevam wrote: > Hi Tom, > > On Wed, Dec 26, 2018 at 9:27 PM Tom Rini wrote: > >> There's the list of boards that it might be. Doing a for B in ...;do >> make O=/tmp/$B ${B}_defconfig oldconfig and I see that yup, ids8313 >> trips on the new symbols without having a val

Re: [U-Boot] [PULL] Please pull u-boot-imx: u-boot-imx-20181217

2018-12-27 Thread Fabio Estevam
Hi Tom, On Wed, Dec 26, 2018 at 9:27 PM Tom Rini wrote: > There's the list of boards that it might be. Doing a for B in ...;do > make O=/tmp/$B ${B}_defconfig oldconfig and I see that yup, ids8313 > trips on the new symbols without having a value. So those two bootcount > patches from Denis ne

Re: [U-Boot] [PULL] Please pull u-boot-imx: u-boot-imx-20181217

2018-12-26 Thread Tom Rini
On Mon, Dec 17, 2018 at 04:57:26PM +0100, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, u-boot-imx-20181217, thanks ! > > - fix missing MAINTANERS for embestmx6boards > - drop Wolfgang's patch > - apply V4 of "pico-imx7d: Increase the CONFIG_ENV_OFFSET size " that > use fix val

Re: [U-Boot] [PULL] Please pull u-boot-imx: u-boot-imx-20181214

2018-12-17 Thread Stefano Babic
On 16/12/18 22:12, Lukasz Majewski wrote: > Dear Stefano, > >> On Fri, Dec 14, 2018 at 02:39:04PM +0100, Stefano Babic wrote: >> >>> Hi Tom, >>> >>> please pull from u-boot-imx, thanks ! >>> >>> >>> The following changes since commit >>> c49aff3e66b930aa06936afee401cf5e19377958: >>> >>> Merge br

Re: [U-Boot] [PULL] Please pull u-boot-imx: u-boot-imx-20181214

2018-12-16 Thread Lukasz Majewski
Dear Stefano, > On Fri, Dec 14, 2018 at 02:39:04PM +0100, Stefano Babic wrote: > > > Hi Tom, > > > > please pull from u-boot-imx, thanks ! > > > > > > The following changes since commit > > c49aff3e66b930aa06936afee401cf5e19377958: > > > > Merge branch 'master' of git://git.denx.de/u-boot-s

Re: [U-Boot] [PULL] Please pull u-boot-imx: u-boot-imx-20181214

2018-12-14 Thread Fabio Estevam
Hi Tom, On Fri, Dec 14, 2018 at 8:06 PM Tom Rini wrote: > I replied to Wolfgang's patch with the problem and I suggest that > pico-7d simply stop using >> as it's not going to work once we Kconfig > migrate anyhow. pico-imx7d does not use >>. I sent 5 different versions of this patch and the i

Re: [U-Boot] [PULL] Please pull u-boot-imx: u-boot-imx-20181214

2018-12-14 Thread Tom Rini
On Fri, Dec 14, 2018 at 08:09:18PM -0200, Fabio Estevam wrote: > Hi Tom, > > On Fri, Dec 14, 2018 at 8:06 PM Tom Rini wrote: > > > I replied to Wolfgang's patch with the problem and I suggest that > > pico-7d simply stop using >> as it's not going to work once we Kconfig > > migrate anyhow. > >

Re: [U-Boot] [PULL] Please pull u-boot-imx: u-boot-imx-20181214

2018-12-14 Thread Tom Rini
On Fri, Dec 14, 2018 at 11:03:59PM +0100, Stefano Babic wrote: > > > On 14/12/18 19:37, Tom Rini wrote: > > On Fri, Dec 14, 2018 at 02:39:04PM +0100, Stefano Babic wrote: > > > >> Hi Tom, > >> > >> please pull from u-boot-imx, thanks ! > >> > >> > >> The following changes since commit > >> c49a

Re: [U-Boot] [PULL] Please pull u-boot-imx: u-boot-imx-20181214

2018-12-14 Thread Stefano Babic
On 14/12/18 19:37, Tom Rini wrote: > On Fri, Dec 14, 2018 at 02:39:04PM +0100, Stefano Babic wrote: > >> Hi Tom, >> >> please pull from u-boot-imx, thanks ! >> >> >> The following changes since commit c49aff3e66b930aa06936afee401cf5e19377958: >> >> Merge branch 'master' of git://git.denx.de/u-

Re: [U-Boot] [PULL] Please pull u-boot-imx: u-boot-imx-20181214

2018-12-14 Thread Tom Rini
On Fri, Dec 14, 2018 at 02:39:04PM +0100, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > > The following changes since commit c49aff3e66b930aa06936afee401cf5e19377958: > > Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2018-12-07 > 19:02:01 -0500) > >

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-11-19 Thread Peter Robinson
On Mon, Nov 19, 2018 at 11:17 AM Fabio Estevam wrote: > > Ricardo/Peter, > > On Mon, Nov 19, 2018 at 5:44 AM Baruch Siach wrote: > > > I guess Fabio's patch would fix the issue for you. Indefinite loops are not > > a > > good idea in general, I think. > > I have just sent a patch that avoids the

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-11-19 Thread Fabio Estevam
Ricardo/Peter, On Mon, Nov 19, 2018 at 5:44 AM Baruch Siach wrote: > I guess Fabio's patch would fix the issue for you. Indefinite loops are not a > good idea in general, I think. I have just sent a patch that avoids the infinite loop. Please test it when you have a chance. Thanks ___

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-11-18 Thread Baruch Siach
Hi Ricardo, On Sun, Nov 18, 2018 at 05:43:02PM -0200, Ricardo Salveti wrote: > On Sun, Nov 18, 2018 at 7:51 AM Baruch Siach wrote: > > Peter Robinson writes: > > > On Fri, Nov 16, 2018 at 1:06 AM Ricardo Salveti > > > wrote: > > >> On Wed, Nov 14, 2018 at 5:07 AM Baruch Siach wrote: > > >> > O

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-11-18 Thread Fabio Estevam
Hi Ricardo, On Sun, Nov 18, 2018 at 5:44 PM Ricardo Salveti wrote: > Also tried with ARM's pre-built toolchain (same version), and got the > same hang. Looking a bit further, it basically looks up while waiting > the first mmc command to complete: > > has_emmc -> mmc_get_op_cond -> mmc_send_if_c

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-11-18 Thread Ricardo Salveti
Hi Baruch, On Sun, Nov 18, 2018 at 6:29 PM Baruch Siach wrote: > > Hi Ricardo, > > Ricardo Salveti writes: > > The line where it locks up waiting for the command to complete: > > http://git.denx.de/?p=u-boot.git;a=blob;f=drivers/mmc/fsl_esdhc.c;h=3cdfa7f5a689789ea2f24da867d7c947ab78c002;hb=HEAD#l

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-11-18 Thread Baruch Siach
Hi Ricardo, Ricardo Salveti writes: > On Sun, Nov 18, 2018 at 7:51 AM Baruch Siach wrote: >> Peter Robinson writes: >> > On Fri, Nov 16, 2018 at 1:06 AM Ricardo Salveti >> > wrote: >> >> On Wed, Nov 14, 2018 at 5:07 AM Baruch Siach wrote: >> >> > On Tue, Nov 13, 2018 at 11:42:44AM -0200, Ricar

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-11-18 Thread Ricardo Salveti
Hi Baruch, On Sun, Nov 18, 2018 at 7:51 AM Baruch Siach wrote: > > Hi Peter, Ricardo, > > Peter Robinson writes: > > On Fri, Nov 16, 2018 at 1:06 AM Ricardo Salveti > > wrote: > >> On Wed, Nov 14, 2018 at 5:07 AM Baruch Siach wrote: > >> > On Tue, Nov 13, 2018 at 11:42:44AM -0200, Ricardo Salv

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-11-18 Thread Baruch Siach
Hi Peter, Ricardo, Peter Robinson writes: > On Fri, Nov 16, 2018 at 1:06 AM Ricardo Salveti wrote: >> On Wed, Nov 14, 2018 at 5:07 AM Baruch Siach wrote: >> > On Tue, Nov 13, 2018 at 11:42:44AM -0200, Ricardo Salveti wrote: >> > > On Thu, Sep 6, 2018 at 12:52 PM Fabio Estevam wrote: >> > > > On

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-11-16 Thread Peter Robinson
On Fri, Nov 16, 2018 at 1:06 AM Ricardo Salveti wrote: > > Hi Baruch, > > On Wed, Nov 14, 2018 at 5:07 AM Baruch Siach wrote: > > > > Hi Ricardo, > > > > On Tue, Nov 13, 2018 at 11:42:44AM -0200, Ricardo Salveti wrote: > > > On Thu, Sep 6, 2018 at 12:52 PM Fabio Estevam wrote: > > > > On Thu, Se

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-11-15 Thread Ricardo Salveti
Hi Baruch, On Wed, Nov 14, 2018 at 5:07 AM Baruch Siach wrote: > > Hi Ricardo, > > On Tue, Nov 13, 2018 at 11:42:44AM -0200, Ricardo Salveti wrote: > > On Thu, Sep 6, 2018 at 12:52 PM Fabio Estevam wrote: > > > On Thu, Sep 6, 2018 at 12:42 PM, Baruch Siach wrote: > > > > > > > I tested current

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-11-13 Thread Baruch Siach
Hi Ricardo, On Tue, Nov 13, 2018 at 11:42:44AM -0200, Ricardo Salveti wrote: > On Thu, Sep 6, 2018 at 12:52 PM Fabio Estevam wrote: > > On Thu, Sep 6, 2018 at 12:42 PM, Baruch Siach wrote: > > > > > I tested current master successfully on Hummingboard2 with i.MX6 Solo > > > (SOM rev 1.5): > > >

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-11-13 Thread Ricardo Salveti
On Thu, Sep 6, 2018 at 12:52 PM Fabio Estevam wrote: > > Hi Baruch, > > On Thu, Sep 6, 2018 at 12:42 PM, Baruch Siach wrote: > > > I tested current master successfully on Hummingboard2 with i.MX6 Solo > > (SOM rev 1.5): > > Thanks for testing. > > It seems we need more information from Peter abou

Re: [U-Boot] [PULL] Please pull u-boot-imx: u-boot-imx-20181112

2018-11-12 Thread Tom Rini
On Mon, Nov 12, 2018 at 01:03:12PM +0100, Stefano Babic wrote: > Hi Tom, > > still a couple of fixes (colibri_vf could not be built): > > The following changes since commit c5bbfaf05dc8592b479a44df6abaadbab54fec2b: > > imx8qxp_mek: Disable CONFIG_DISPLAY_CPUINFO (2018-11-07 12:13:45 -0500) >

Re: [U-Boot] [PULL] Please pull u-boot-imx: u-boot-imx-20181106

2018-11-06 Thread Tom Rini
On Tue, Nov 06, 2018 at 04:57:46PM +0100, Stefano Babic wrote: > Hi Tom, > > this solves issue reported by coverity for i.MX8: > > The following changes since commit 5ef76e59c12c79d106ebda70b710468aa6bd8b75: > > Merge branch 'master' of git://git.denx.de/u-boot-sh (2018-11-04 > 08:12:21 -0500

Re: [U-Boot] [PULL] Please pull u-boot-imx: u-boot-imx-20181025

2018-10-25 Thread Tom Rini
On Thu, Oct 25, 2018 at 12:01:10PM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx (tag: u-boot-imx-20181024). It contains the > fixes we discussed: > > - fix build i.MX8 for Travis > - fix warnings (Warp) > - fix warning in imx8 DTS > > The following changes since commit

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-10-25 Thread Stefano Babic
Hi Tom, please just wait a little for this. Fix for i.MX8 is still WIP, and now it is in test. I will send a new PR later. Thanks, Stefano On 24/10/18 15:38, Stefano Babic wrote: > Hi Tom, > > new PR (and new tag: u-boot-imx-20181024) with the fixes we discussed: > > - fix build i.MX8 for Trav

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-10-24 Thread Stefano Babic
Hi Tom, new PR (and new tag: u-boot-imx-20181024) with the fixes we discussed: - fix build i.MX8 for Travis - fix warnings (Warp) The following changes since commit 0a60a81ba3860946551cb79aa6486aa076e357f3: Kconfig: sandbox: enable cmd_avb and dependencies (2018-10-07 13:34:19 -0400) are ava

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-10-23 Thread Tom Rini
On Tue, Oct 23, 2018 at 04:42:53PM +0200, Stefano Babic wrote: > Hi Tom, > > On 23/10/18 16:29, Tom Rini wrote: > > On Tue, Oct 23, 2018 at 09:52:58AM +0200, Stefano Babic wrote: > > > >> Hi Tom, > >> > >> please pull from u-boot-imx (tag: u-boot-imx-20181023) thanks ! > >> > >> The tree contains

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-10-23 Thread Stefano Babic
Hi Tom, On 23/10/18 16:29, Tom Rini wrote: > On Tue, Oct 23, 2018 at 09:52:58AM +0200, Stefano Babic wrote: > >> Hi Tom, >> >> please pull from u-boot-imx (tag: u-boot-imx-20181023) thanks ! >> >> The tree contains fixes for i.MX6 and improvement in docs, but the most >> important part is the int

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-10-23 Thread Tom Rini
On Tue, Oct 23, 2018 at 09:52:58AM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx (tag: u-boot-imx-20181023) thanks ! > > The tree contains fixes for i.MX6 and improvement in docs, but the most > important part is the introduction of the i.MX8 architecture (thanks to > Pen

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-09-20 Thread Tom Rini
On Wed, Sep 19, 2018 at 05:16:17PM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx with following changes: > > - changes in pico-* boards > - fix imx6ull pinmux > > Thanks, > Stefano > > > The following changes since commit b57f1895b669e3fbdca486e7c40dfea00f22bb93: > >

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-09-06 Thread Peter Robinson
> > I tested current master successfully on Hummingboard2 with i.MX6 Solo > > (SOM rev 1.5): > > Thanks for testing. > > It seems we need more information from Peter about the regression he reported. > > It would be helpful if Peter could run a bisect so that we could > understand where the regress

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-09-06 Thread Fabio Estevam
Hi Baruch, On Thu, Sep 6, 2018 at 12:42 PM, Baruch Siach wrote: > I tested current master successfully on Hummingboard2 with i.MX6 Solo > (SOM rev 1.5): Thanks for testing. It seems we need more information from Peter about the regression he reported. It would be helpful if Peter could run a

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-09-06 Thread Baruch Siach
Hi Fabio, Fabio Estevam writes: > Hi Peter, > > [Adding Jon and Baruch] > > On Thu, Sep 6, 2018 at 9:37 AM, Peter Robinson wrote: > >> It seems like the Wandboard Quad revB I have also works fine so It >> might just be a regression in the mx6cuboxi target. > > I don't have access to a hummingboar

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-09-06 Thread Fabio Estevam
Hi Peter, [Adding Jon and Baruch] On Thu, Sep 6, 2018 at 9:37 AM, Peter Robinson wrote: > It seems like the Wandboard Quad revB I have also works fine so It > might just be a regression in the mx6cuboxi target. I don't have access to a hummingboard2 to investigate it. Does this issue also hap

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-09-06 Thread Peter Robinson
Hi Stefano, > >> a new PR. I dropped the patches causing breakages on PowerPC boards, as > >> well as the issue on GE boards. It ran on travis successfully. > >> > >> > >> The following changes since commit > >> 11ed312896c5f5814064c5d45dcb2f53dc121437: > >> > >> configs: am57xx: change default

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-09-06 Thread Stefano Babic
Hi Peter, On 06/09/2018 11:23, Peter Robinson wrote: > Hi Stefano, > >> a new PR. I dropped the patches causing breakages on PowerPC boards, as >> well as the issue on GE boards. It ran on travis successfully. >> >> >> The following changes since commit 11ed312896c5f5814064c5d45dcb2f53dc121437: >

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-09-06 Thread Peter Robinson
Hi Stefano, > a new PR. I dropped the patches causing breakages on PowerPC boards, as > well as the issue on GE boards. It ran on travis successfully. > > > The following changes since commit 11ed312896c5f5814064c5d45dcb2f53dc121437: > > configs: am57xx: change default board name to beagle_x15 (

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-09-05 Thread Tom Rini
On Tue, Sep 04, 2018 at 09:11:50AM +0200, Stefano Babic wrote: > Hi Tom, > > a new PR. I dropped the patches causing breakages on PowerPC boards, as > well as the issue on GE boards. It ran on travis successfully. > > > The following changes since commit 11ed312896c5f5814064c5d45dcb2f53dc121437

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-09-03 Thread Stefano Babic
On 02/09/2018 16:15, Tom Rini wrote: > On Sun, Sep 02, 2018 at 03:20:25PM +0200, Sébastien Szymanski wrote: > >> Hi Tom, >> >>> On 1 Sep 2018, at 13:37, Tom Rini wrote: >>> >>> - So I start reading the whole diff and I see: >>> commit 8e00d802e402d2a6734a88ebeb77a70efcfc354c >>> Author: Sébastien

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-09-02 Thread Stefano Babic
On 02/09/2018 19:11, Tom Rini wrote: > On Sun, Sep 02, 2018 at 07:06:06PM +0200, Stefano Babic wrote: >> >> >> On 01/09/2018 13:37, Tom Rini wrote: >>> On Fri, Aug 31, 2018 at 03:04:31PM +0200, Stefano Babic wrote: >>> Hi Tom, please pull from u-boot-imx, thanks ! The fol

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-09-02 Thread Tom Rini
On Sun, Sep 02, 2018 at 07:06:06PM +0200, Stefano Babic wrote: > > > On 01/09/2018 13:37, Tom Rini wrote: > > On Fri, Aug 31, 2018 at 03:04:31PM +0200, Stefano Babic wrote: > > > >> Hi Tom, > >> > >> please pull from u-boot-imx, thanks ! > >> > >> The following changes since commit > >> 11ed312

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-09-02 Thread Stefano Babic
On 01/09/2018 13:37, Tom Rini wrote: > On Fri, Aug 31, 2018 at 03:04:31PM +0200, Stefano Babic wrote: > >> Hi Tom, >> >> please pull from u-boot-imx, thanks ! >> >> The following changes since commit 11ed312896c5f5814064c5d45dcb2f53dc121437: >> >> configs: am57xx: change default board name to

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-09-02 Thread Tom Rini
On Sun, Sep 02, 2018 at 03:20:25PM +0200, Sébastien Szymanski wrote: > Hi Tom, > > > On 1 Sep 2018, at 13:37, Tom Rini wrote: > > > > - So I start reading the whole diff and I see: > > commit 8e00d802e402d2a6734a88ebeb77a70efcfc354c > > Author: Sébastien Szymanski > > Date: Wed Jul 25 14:47:

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-09-02 Thread Sébastien Szymanski
Hi Tom, > On 1 Sep 2018, at 13:37, Tom Rini wrote: > > - So I start reading the whole diff and I see: > commit 8e00d802e402d2a6734a88ebeb77a70efcfc354c > Author: Sébastien Szymanski > Date: Wed Jul 25 14:47:53 2018 +0200 > >ARM: opos6ul: make the board boot again > > Which is wrong. Th

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-09-01 Thread Tom Rini
On Fri, Aug 31, 2018 at 03:04:31PM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit 11ed312896c5f5814064c5d45dcb2f53dc121437: > > configs: am57xx: change default board name to beagle_x15 (2018-08-26 > 12:26:16 -0400) > > a

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-08-31 Thread Stefano Babic
On 31/08/2018 15:07, Tom Rini wrote: > On Fri, Aug 31, 2018 at 03:04:31PM +0200, Stefano Babic wrote: >> Hi Tom, >> >> please pull from u-boot-imx, thanks ! >> >> The following changes since commit 11ed312896c5f5814064c5d45dcb2f53dc121437: >> >> configs: am57xx: change default board name to beagl

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-08-31 Thread Otavio Salvador
On Fri, Aug 31, 2018 at 4:21 PM Stefano Babic wrote: > On 31/08/2018 20:53, Otavio Salvador wrote: > > On Fri, Aug 31, 2018 at 10:08 AM Tom Rini wrote: > >> On Fri, Aug 31, 2018 at 03:04:31PM +0200, Stefano Babic wrote: > >>> please pull from u-boot-imx, thanks ! > > > > We sent few patches for P

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-08-31 Thread Stefano Babic
Hi Otavio, On 31/08/2018 20:53, Otavio Salvador wrote: > Hello Stefano, > > On Fri, Aug 31, 2018 at 10:08 AM Tom Rini wrote: >> On Fri, Aug 31, 2018 at 03:04:31PM +0200, Stefano Babic wrote: >>> please pull from u-boot-imx, thanks ! > > We sent few patches for PICO and we'd like to get them mer

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-08-31 Thread Otavio Salvador
Hello Stefano, On Fri, Aug 31, 2018 at 10:08 AM Tom Rini wrote: > On Fri, Aug 31, 2018 at 03:04:31PM +0200, Stefano Babic wrote: > > please pull from u-boot-imx, thanks ! We sent few patches for PICO and we'd like to get them merged for next release if possible. Is it possible for you to review

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-08-31 Thread Tom Rini
On Fri, Aug 31, 2018 at 03:04:31PM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit 11ed312896c5f5814064c5d45dcb2f53dc121437: > > configs: am57xx: change default board name to beagle_x15 (2018-08-26 > 12:26:16 -0400) > > ar

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-07-23 Thread Tom Rini
On Mon, Jul 23, 2018 at 11:44:04AM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit 474ecd2c84d97314b8145fbe3a57887f41b2edb3: > > env: Simplify Makefile using $(SPL_TPL_) (2018-07-21 12:24:31 -0400) > > are available in th

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-06-27 Thread Tom Rini
On Wed, Jun 27, 2018 at 05:01:09PM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > As discussed in previous thread, I have merged some NAND patches, too > (see Stefan's and Jorg's patches). > > > -- The following changes since commit > a715415bb5948c84cc44c6

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-05-20 Thread Tom Rini
On Fri, May 18, 2018 at 10:23:18PM -0400, Tom Rini wrote: > On Fri, May 18, 2018 at 08:51:42AM +0200, Stefano Babic wrote: > > > Hi Tom, > > > > please pull from u-boot-imx, thanks ! > > > > The following changes since commit f2d0f5e7ab3b8a7b4bf6e2ac499b4867c701d52d: > > > > ARM: re-enable MV

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-05-18 Thread Tom Rini
On Fri, May 18, 2018 at 08:51:42AM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit f2d0f5e7ab3b8a7b4bf6e2ac499b4867c701d52d: > > ARM: re-enable MVGBE for edminiv2 (2018-05-16 11:38:08 -0400) > > are available in the git r

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-05-17 Thread Lukasz Majewski
Hi Tom, Stefano, > On Thu, May 17, 2018 at 07:08:37PM +0200, Stefano Babic wrote: > > On 17/05/2018 18:33, Lukasz Majewski wrote: > > > Hi Stefano, Tom, > > > > > > > Tom was not in CC, added > > > > > On 17 May 2018 17:50, Stefano Babic wrote: > > > > > > Hi Tom, > > > > > > p

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-05-17 Thread Tom Rini
On Thu, May 17, 2018 at 07:08:37PM +0200, Stefano Babic wrote: > On 17/05/2018 18:33, Lukasz Majewski wrote: > > Hi Stefano, Tom, > > > > Tom was not in CC, added > > > On 17 May 2018 17:50, Stefano Babic wrote: > > > > Hi Tom, > > > > please pull from u-boot-imx, thanks ! > > > >

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-05-17 Thread Stefano Babic
On 17/05/2018 18:33, Lukasz Majewski wrote: > Hi Stefano, Tom, > Tom was not in CC, added > On 17 May 2018 17:50, Stefano Babic wrote: > > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit > f2d0f5e7ab3b8a7b4bf6e2ac499b4867c701d52d: > >

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-04-15 Thread Lukasz Majewski
Hi Tom, > On Sun, Apr 15, 2018 at 12:28:54PM +0200, Stefano Babic wrote: > > > Hi Tom, > > > > please pull from u-boot-imx, thanks ! > > > > > > -- The following changes since commit > > 6d7403bf72b5ea46497fe8222d0303cb79563379: > > > > doc: mxc_hab: Update i.MX HAB documentation (2018-03-1

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-04-15 Thread Tom Rini
On Sun, Apr 15, 2018 at 12:28:54PM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > > -- The following changes since commit > 6d7403bf72b5ea46497fe8222d0303cb79563379: > > doc: mxc_hab: Update i.MX HAB documentation (2018-03-11 16:00:21 +0100) > > are avai

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-03-11 Thread Tom Rini
On Sun, Mar 11, 2018 at 04:07:29PM +0100, Stefano Babic wrote: > Hi Tom, > > this contains the last fixes sent on Friday. There are still concerns > last Bryan's patch: > > imx: hab: Convert DCD non-NULL error to warning > > This is still under discussion (and it is not part of my P

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-03-09 Thread Fabio Estevam
Hi Stefano, On Fri, Mar 9, 2018 at 8:11 AM, Stefano Babic wrote: If you like I can resent a v2 of option 1 where the error message is removed. > > It is a hack, but we can do just for the release. I have already applied > V1, I will drop it from u-boot-imx. I will also apply "imx: syscounter: > m

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-03-09 Thread Stefano Babic
Hi Fabio, On 09/03/2018 11:42, Fabio Estevam wrote: > Hi Stefano, > > On Fri, Mar 9, 2018 at 7:13 AM, Stefano Babic wrote: >> Hi Tom, >> >> Fabio fixed a build issue yesterday. It is just a single patch, but it >> should be flow into the release. You can pick it udirectly p, but I have >> also a

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-03-09 Thread Fabio Estevam
Hi Stefano, On Fri, Mar 9, 2018 at 7:13 AM, Stefano Babic wrote: > Hi Tom, > > Fabio fixed a build issue yesterday. It is just a single patch, but it > should be flow into the release. You can pick it udirectly p, but I have > also applied to u-boot-imx to make things easier. Troy made a good ob

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-02-25 Thread Tom Rini
On Sat, Feb 24, 2018 at 04:58:14PM +0100, Stefano Babic wrote: > Hi Tom, > > some fixes, please pull from u-boot-imx, thanks! > > The following changes since commit 02b0895c215e252cff50d9edf53a972d2bbbfd30: > > Merge git://git.denx.de/u-boot-sh (2018-02-17 16:06:59 -0500) > > are available i

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-02-05 Thread Stefano Babic
Hi Tom, On 05/02/2018 04:57, Tom Rini wrote: > On Sun, Feb 04, 2018 at 07:16:07PM -0500, Tom Rini wrote: >> On Sun, Feb 04, 2018 at 12:34:29PM +0100, Stefano Babic wrote: >> >>> Hi Tom, >>> >>> please pull from u-boot-imx, thanks ! >>> >>> >>> checkpatch warnings in this PR are just related to lon

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-02-04 Thread Tom Rini
On Sun, Feb 04, 2018 at 07:16:07PM -0500, Tom Rini wrote: > On Sun, Feb 04, 2018 at 12:34:29PM +0100, Stefano Babic wrote: > > > Hi Tom, > > > > please pull from u-boot-imx, thanks ! > > > > > > checkpatch warnings in this PR are just related to long lines (in DTS > > and pinmux). These are acc

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-02-04 Thread Tom Rini
On Sun, Feb 04, 2018 at 12:34:29PM +0100, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > > checkpatch warnings in this PR are just related to long lines (in DTS > and pinmux). These are accepted exceptions. In a couple of cases long > lines are also accepted becaus

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-01-16 Thread Stefano Babic
Hi Tom, On 16/01/2018 01:00, Tom Rini wrote: > On Mon, Jan 15, 2018 at 06:52:01PM +0100, Stefano Babic wrote: > >> Hi Tom, >> >> please pull from u-boot-imx, thanks ! >> >> The following changes since commit 373b9003410b44a1133060c2e63483b278fb476b: >> >> Merge git://git.denx.de/u-boot-sunxi (2

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-01-15 Thread Tom Rini
On Mon, Jan 15, 2018 at 06:52:01PM +0100, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit 373b9003410b44a1133060c2e63483b278fb476b: > > Merge git://git.denx.de/u-boot-sunxi (2018-01-11 14:14:19 -0500) > > are available in the gi

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-01-08 Thread Tom Rini
On Mon, Jan 08, 2018 at 05:54:38PM +0100, Stefano Babic wrote: > Hi Tom, > > some fixes, please pull from u-boot-imx, thanks ! > > The following changes since commit 1314bd1192b4c67d28bdae7eee639588e88090cd: > > boards: amlogic: khadas-vim: Typo fixup (2018-01-02 07:57:34 -0500) > > are avai

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-01-08 Thread Tom Rini
On Mon, Jan 08, 2018 at 06:50:36PM +0100, Stefano Babic wrote: > Hi Tom, > > On 08/01/2018 18:38, Tom Rini wrote: > > On Mon, Jan 08, 2018 at 05:54:38PM +0100, Stefano Babic wrote: > >> Hi Tom, > >> > >> some fixes, please pull from u-boot-imx, thanks ! > >> > >> The following changes since commit

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-01-08 Thread Stefano Babic
Hi Tom, On 08/01/2018 18:38, Tom Rini wrote: > On Mon, Jan 08, 2018 at 05:54:38PM +0100, Stefano Babic wrote: >> Hi Tom, >> >> some fixes, please pull from u-boot-imx, thanks ! >> >> The following changes since commit 1314bd1192b4c67d28bdae7eee639588e88090cd: >> >> boards: amlogic: khadas-vim: T

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-01-08 Thread Tom Rini
On Mon, Jan 08, 2018 at 05:54:38PM +0100, Stefano Babic wrote: > Hi Tom, > > some fixes, please pull from u-boot-imx, thanks ! > > The following changes since commit 1314bd1192b4c67d28bdae7eee639588e88090cd: > > boards: amlogic: khadas-vim: Typo fixup (2018-01-02 07:57:34 -0500) > > are avail

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-12-29 Thread Tom Rini
On Fri, Dec 29, 2017 at 11:51:43AM +0100, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks! Series with patch causing warning: > > Hannu Lounento (5): > net: e1000: add support for writing to EEPROM > > is dropped from PR until issues will be fixed. This caused a reb

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-12-17 Thread Peng Fan
> -Original Message- > From: Fabio Estevam [mailto:feste...@gmail.com] > Sent: Monday, December 18, 2017 8:04 AM > To: Tom Rini ; Peng Fan > Cc: Stefano Babic ; U-Boot Mailing List b...@lists.denx.de> > Subject: Re: [U-Boot] [PULL] Please pull u-boot-imx > &

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-12-17 Thread Fabio Estevam
Adding Peng On Sun, Dec 17, 2017 at 5:26 PM, Tom Rini wrote: > On Sun, Dec 17, 2017 at 11:39:33AM +0100, Stefano Babic wrote: >> Hi Tom, >> >> please pull from u-boot-imx, thanks ! >> >> The following changes since commit fcc8250c2f7c982f3593a8eecf737f8e2c95f222: >> >> Merge git://git.denx.de/u

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-12-17 Thread Stefano Babic
Hi Tom, On 17/12/2017 20:26, Tom Rini wrote: > On Sun, Dec 17, 2017 at 11:39:33AM +0100, Stefano Babic wrote: >> Hi Tom, >> >> please pull from u-boot-imx, thanks ! >> >> The following changes since commit fcc8250c2f7c982f3593a8eecf737f8e2c95f222: >> >> Merge git://git.denx.de/u-boot-mips (2017-

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-12-17 Thread Tom Rini
On Sun, Dec 17, 2017 at 11:39:33AM +0100, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit fcc8250c2f7c982f3593a8eecf737f8e2c95f222: > > Merge git://git.denx.de/u-boot-mips (2017-11-28 16:54:30 -0500) > > are available in the git

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-11-28 Thread Tom Rini
On Mon, Nov 27, 2017 at 11:04:11AM +0100, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > > The following changes since commit c253573f3e269fd9a24ee6684d87dd91106018a5: > > Prepare v2017.11 (2017-11-13 20:08:06 -0500) > > are available in the git repository at:

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-11-09 Thread Tom Rini
On Thu, Nov 09, 2017 at 11:35:56AM +0100, Stefano Babic wrote: > Hi Tom, > > some fixes for 2017.11. Please pull from u-boot-imx, thanks ! > > > The following changes since commit 7a69604bce9a9a9476753af64e5a1870880c1333: > > Prepare v2017.11-rc4 (2017-11-06 18:25:37 -0500) > > are availabl

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-10-31 Thread Tom Rini
On Tue, Oct 31, 2017 at 11:53:03AM +0100, Stefano Babic wrote: > Hi Tom, > > please pull these fixes from u-boot-imx, thanks ! > > The following changes since commit b79372ae94fbc9e30d014ad8ce830d2062539eb9: > > scripts/get_maintainer.pl: enable find_maintainer_files (2017-10-29 > 10:13:10 -0

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-10-12 Thread Tom Rini
On Thu, Oct 12, 2017 at 06:29:05PM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > > The following changes since commit 1b22c5ba496ffc9b0702919d58c410ed1527ab63: > > Merge git://git.denx.de/u-boot-i2c (2017-10-11 08:38:20 -0400) > > are available in the g

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-09-20 Thread Tom Rini
On Wed, Sep 20, 2017 at 03:47:53PM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit 08cebeeaadd9192dd501308ac6a8b858ffa255c1: > > Merge git://git.denx.de/u-boot-fdt (2017-09-15 22:34:34 -0400) > > are available in the git

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-09-01 Thread Tom Rini
On Wed, Aug 30, 2017 at 12:35:02PM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit 90ae53ce1ae665a1b43ecf5ccafc339839392427: > > fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long (2017-08-22 > 08:20:02 -0400) > >

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-08-16 Thread Tom Rini
On Wed, Aug 16, 2017 at 01:18:40PM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit f19955a01482d118eac0fdaf530ec6e5b08cf414: > > Merge git://git.denx.de/u-boot-uniphier (2017-07-26 11:29:25 -0400) > > are available in the

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-07-18 Thread Tom Rini
On Fri, Jul 14, 2017 at 05:46:02PM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > All boards compile clean, there are still warning for 9 boards dur to > fec_get_miibus. Patch was already sent by Lothar and will follow the > normal way through Joe's tree. At

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-06-27 Thread Tom Rini
On Tue, Jun 27, 2017 at 09:53:35AM +0200, Stefano Babic wrote: > Hi Tom, > > this should be my last PR for the release. I checked which fixes should > go into release and all other patches can wait. I am starting to merge > pending patches into -next. > > Most of commits are fixes (mx25, pciimx,

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-04-14 Thread Tom Rini
On Thu, Apr 13, 2017 at 10:01:28AM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit d5abcf94c7123167725fc22ace342f0d455093c1: > > ti: boot: Register the MMC controllers in SPL in the same way as in > u-boot (2017-03-19 22:1

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-03-19 Thread Tom Rini
On Sun, Mar 19, 2017 at 06:07:47PM +0100, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit 2808576491ae36b6ea96743005058f370d936beb: > > arm64: booti: allow to place kernel image anywhere in physical memory > (2017-03-14 20:40:23

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-03-01 Thread Tom Rini
On Mon, Feb 27, 2017 at 06:08:59PM +0100, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > > The following changes since commit 66c246cce7c66019a93ff7105157c3e2126dd277: > > ARM: DRA7xx: Fix memory allocation overflow (2017-02-17 17:24:35 -0500) > > are available

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-02-28 Thread Tom Rini
On Tue, Feb 28, 2017 at 09:39:01AM +0530, Jagan Teki wrote: > On Mon, Feb 27, 2017 at 2:42 PM, Stefano Babic wrote: > > Hi Tom, > > > > please pull from u-boot-imx, thanks ! > > > > The following changes since commit b24cf8540a85a9bf97975aadd6a7542f166c78a3: > > > > video: mxsfb: Fix reset hang

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-02-27 Thread Jagan Teki
On Mon, Feb 27, 2017 at 2:42 PM, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit b24cf8540a85a9bf97975aadd6a7542f166c78a3: > > video: mxsfb: Fix reset hang when videomode variable is not present > (2017-02-22 21:47:59 +0100) > > are

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-02-27 Thread Tom Rini
On Mon, Feb 27, 2017 at 06:02:18PM +0100, Stefano Babic wrote: > On 27/02/2017 17:41, Fabio Estevam wrote: > > Hi Stefano, > > > > On Mon, Feb 27, 2017 at 10:29 AM, Stefano Babic wrote: > > > >> ok - I push it to -next, and I send my PR again after release. > > > > Peter Robinson's patches are

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-02-27 Thread Stefano Babic
On 27/02/2017 17:41, Fabio Estevam wrote: > Hi Stefano, > > On Mon, Feb 27, 2017 at 10:29 AM, Stefano Babic wrote: > >> ok - I push it to -next, and I send my PR again after release. > > Peter Robinson's patches are bug fixes for mx6sx udoo neo to work > correctly with distro config. > > Can w

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-02-27 Thread Fabio Estevam
Hi Stefano, On Mon, Feb 27, 2017 at 10:29 AM, Stefano Babic wrote: > ok - I push it to -next, and I send my PR again after release. Peter Robinson's patches are bug fixes for mx6sx udoo neo to work correctly with distro config. Can we get them in for 2017.03? Thanks __

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-02-27 Thread Peter Robinson
On Mon, Feb 27, 2017 at 1:29 PM, Stefano Babic wrote: > On 27/02/2017 14:22, Tom Rini wrote: >> On Mon, Feb 27, 2017 at 10:12:59AM +0100, Stefano Babic wrote: >>> Hi Tom, >>> >>> please pull from u-boot-imx, thanks ! >>> >>> The following changes since commit b24cf8540a85a9bf97975aadd6a7542f166c78

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-02-27 Thread Tom Rini
On Mon, Feb 27, 2017 at 02:29:38PM +0100, Stefano Babic wrote: > On 27/02/2017 14:22, Tom Rini wrote: > > On Mon, Feb 27, 2017 at 10:12:59AM +0100, Stefano Babic wrote: > >> Hi Tom, > >> > >> please pull from u-boot-imx, thanks ! > >> > >> The following changes since commit > >> b24cf8540a85a9bf97

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-02-27 Thread Stefano Babic
On 27/02/2017 14:22, Tom Rini wrote: > On Mon, Feb 27, 2017 at 10:12:59AM +0100, Stefano Babic wrote: >> Hi Tom, >> >> please pull from u-boot-imx, thanks ! >> >> The following changes since commit b24cf8540a85a9bf97975aadd6a7542f166c78a3: >> >> video: mxsfb: Fix reset hang when videomode variabl

Re: [U-Boot] [PULL] Please pull u-boot-imx

2017-02-27 Thread Tom Rini
On Mon, Feb 27, 2017 at 10:12:59AM +0100, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit b24cf8540a85a9bf97975aadd6a7542f166c78a3: > > video: mxsfb: Fix reset hang when videomode variable is not present > (2017-02-22 21:47:59 +01

  1   2   3   >