Re: [U-Boot] [RFC PATCH 0/3] ARM: imx: mx6: Add plugin support for SPL

2017-01-27 Thread Otavio Salvador
On Fri, Jan 27, 2017 at 12:56 PM, Fabio Estevam wrote: > On Fri, Jan 20, 2017 at 3:40 PM, Tim Harvey wrote: >> The SRC_SBMR register reflects the BOOT MODE pins of the chip >> (strapping) but the reference manual defines SRC_GPR9 and >> SRC_GPR10[28] as

Re: [U-Boot] [RFC PATCH 0/3] ARM: imx: mx6: Add plugin support for SPL

2017-01-27 Thread Fabio Estevam
Hi Tim, On Fri, Jan 20, 2017 at 3:40 PM, Tim Harvey wrote: > The SRC_SBMR register reflects the BOOT MODE pins of the chip > (strapping) but the reference manual defines SRC_GPR9 and > SRC_GPR10[28] as reserved and I don't recall the reasoning for using > these for the

Re: [U-Boot] [RFC PATCH 0/3] ARM: imx: mx6: Add plugin support for SPL

2017-01-20 Thread Tim Harvey
On Wed, Jan 18, 2017 at 11:01 AM, Fabio Estevam wrote: > Hi Tim, > > On Wed, Jan 18, 2017 at 4:49 PM, Tim Harvey wrote: > >> Did you document the 'IMX6 SPL to U-Boot over serial' setup anywhere, >> or can you talk me through what you did? > > It is

Re: [U-Boot] [RFC PATCH 0/3] ARM: imx: mx6: Add plugin support for SPL

2017-01-18 Thread Fabio Estevam
Hi Tim, On Wed, Jan 18, 2017 at 4:49 PM, Tim Harvey wrote: > Did you document the 'IMX6 SPL to U-Boot over serial' setup anywhere, > or can you talk me through what you did? It is available at doc/README.imx6 (2. Using imx_usb_loader for first install with SPL).

Re: [U-Boot] [RFC PATCH 0/3] ARM: imx: mx6: Add plugin support for SPL

2017-01-18 Thread Tim Harvey
On Wed, Jan 18, 2017 at 9:05 AM, Eric Nelson wrote: > Hi Tim, > > On 01/17/2017 06:27 PM, Tim Harvey wrote: >> On Tue, Nov 1, 2016 at 7:06 PM, Eric Nelson wrote: >>> I forgot to mention in the cover letter for the previous patch set >>> that because the

Re: [U-Boot] [RFC PATCH 0/3] ARM: imx: mx6: Add plugin support for SPL

2017-01-17 Thread Tim Harvey
On Tue, Nov 1, 2016 at 7:06 PM, Eric Nelson wrote: > I forgot to mention in the cover letter for the previous patch set > that because the mx6memcal board has no implementation of storage > (it only supports a serial console and DDR), I haven't tested the > resulting U-Boot,

[U-Boot] [RFC PATCH 0/3] ARM: imx: mx6: Add plugin support for SPL

2016-11-01 Thread Eric Nelson
I forgot to mention in the cover letter for the previous patch set that because the mx6memcal board has no implementation of storage (it only supports a serial console and DDR), I haven't tested the resulting U-Boot, which has very little besides "mtest" included. I'm hoping to use this code