Re: [U-Boot] [PATCH] imx: i.mx6q: add the initial support for LogicPD i.MX6Q SOM

2017-03-24 Thread Adam Ford
On Wed, Mar 22, 2017 at 7:27 PM, Tom Rini wrote: > On Wed, Mar 22, 2017 at 05:07:02PM -0500, Adam Ford wrote: > >> Logic PD has an i.MX6Q system on module (SOM) with a development kit. >> This have been verified to boot the i.MX6Q version over either SD >> on the development kit or NAND built into

Re: [U-Boot] [PATCH] imx: i.mx6q: add the initial support for LogicPD i.MX6Q SOM

2017-03-24 Thread Adam Ford
On Fri, Mar 24, 2017 at 6:09 AM, Stefano Babic wrote: > Hi Adam, > > On 22/03/2017 23:07, Adam Ford wrote: >> Logic PD has an i.MX6Q system on module (SOM) with a development kit. >> This have been verified to boot the i.MX6Q version over either SD >> on the development kit or NAND built into the

Re: [U-Boot] [PATCH] imx: i.mx6q: add the initial support for LogicPD i.MX6Q SOM

2017-03-24 Thread Stefano Babic
Hi Adam, On 22/03/2017 23:07, Adam Ford wrote: > Logic PD has an i.MX6Q system on module (SOM) with a development kit. > This have been verified to boot the i.MX6Q version over either SD > on the development kit or NAND built into the SOM. A short list of supported peripherals (Ethernet,..) will

Re: [U-Boot] [PATCH] imx: i.mx6q: add the initial support for LogicPD i.MX6Q SOM

2017-03-22 Thread Tom Rini
On Wed, Mar 22, 2017 at 05:07:02PM -0500, Adam Ford wrote: > Logic PD has an i.MX6Q system on module (SOM) with a development kit. > This have been verified to boot the i.MX6Q version over either SD > on the development kit or NAND built into the SOM. > > Signed-off-by: Adam Ford > > diff --git

Re: [U-Boot] [PATCH] imx: i.mx6q: add the initial support for LogicPD i.MX6Q SOM

2017-03-22 Thread Fabio Estevam
Hi Adam, On Wed, Mar 22, 2017 at 7:07 PM, Adam Ford wrote: config SYS_SOC > @@ -415,5 +422,6 @@ source "board/udoo/Kconfig" > source "board/udoo/neo/Kconfig" > source "board/wandboard/Kconfig" > source "board/warp/Kconfig" > +source "board/logicpd/imx6/Kconfig" Alphabetical order, please. >

[U-Boot] [PATCH] imx: i.mx6q: add the initial support for LogicPD i.MX6Q SOM

2017-03-22 Thread Adam Ford
Logic PD has an i.MX6Q system on module (SOM) with a development kit. This have been verified to boot the i.MX6Q version over either SD on the development kit or NAND built into the SOM. Signed-off-by: Adam Ford diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index 1