Re: [U-Boot] [Patch V3 3/3] armv8/ls1043aqds: add QSPI boot support

2016-01-21 Thread Qianyu Gong
Gong ; u-boot@lists.denx.de > > > Cc: b07...@freescale.com; b48...@freescale.com; > > > wenbin.s...@freescale.com; Mingkai Hu > > > Subject: Re: [U-Boot] [Patch V3 3/3] armv8/ls1043aqds: add QSPI boot > > > support > > > > > > On Tue, 2016-01-12 at 03:1

Re: [U-Boot] [Patch V3 3/3] armv8/ls1043aqds: add QSPI boot support

2016-01-21 Thread Scott Wood
..@freescale.com; > > wenbin.s...@freescale.com; Mingkai Hu > > Subject: Re: [U-Boot] [Patch V3 3/3] armv8/ls1043aqds: add QSPI boot > > support > > > > On Tue, 2016-01-12 at 03:14 +, Qianyu Gong wrote: > > > > -Original Message- > > > > From: S

Re: [U-Boot] [Patch V3 3/3] armv8/ls1043aqds: add QSPI boot support

2016-01-18 Thread Calvin Johnson
Cc: b07...@freescale.com; b48...@freescale.com; > > wenbin.s...@freescale.com; Mingkai Hu > > Subject: Re: [U-Boot] [Patch V3 3/3] armv8/ls1043aqds: add QSPI boot > > support > > > > On Tue, 2016-01-12 at 03:14 +, Qianyu Gong wrote: > > > > -Original Message

Re: [U-Boot] [Patch V3 3/3] armv8/ls1043aqds: add QSPI boot support

2016-01-18 Thread Qianyu Gong
Cc: b48...@freescale.com; Mingkai Hu ; > > wenbin.s...@freescale.com > > Subject: Re: [U-Boot] [Patch V3 3/3] armv8/ls1043aqds: add QSPI boot > > support > > > > > > > -Original Message- > > > From: Scott Wood [mailto:o...@buserror.net] > >

Re: [U-Boot] [Patch V3 3/3] armv8/ls1043aqds: add QSPI boot support

2016-01-13 Thread Qianyu Gong
Gong ; u-boot@lists.denx.de > > > Cc: b07...@freescale.com; b48...@freescale.com; > > > wenbin.s...@freescale.com; Mingkai Hu > > > Subject: Re: [U-Boot] [Patch V3 3/3] armv8/ls1043aqds: add QSPI boot > > > support > > > > > > On Mon, 2016-

Re: [U-Boot] [Patch V3 3/3] armv8/ls1043aqds: add QSPI boot support

2016-01-13 Thread Scott Wood
..@freescale.com; > > wenbin.s...@freescale.com; Mingkai Hu > > Subject: Re: [U-Boot] [Patch V3 3/3] armv8/ls1043aqds: add QSPI boot > > support > > > > On Mon, 2016-01-11 at 10:17 +0800, Gong Qianyu wrote: > > > diff --git a/board/freescale/ls1043aqds/ls1043aqds.c > &g

Re: [U-Boot] [Patch V3 3/3] armv8/ls1043aqds: add QSPI boot support

2016-01-11 Thread Qianyu Gong
> -Original Message- > From: Scott Wood [mailto:o...@buserror.net] > Sent: Tuesday, January 12, 2016 1:47 AM > To: Qianyu Gong ; u-boot@lists.denx.de > Cc: b07...@freescale.com; b48...@freescale.com; > wenbin.s...@freescale.com; Mingkai Hu > Subject: Re: [U-Boot]

Re: [U-Boot] [Patch V3 3/3] armv8/ls1043aqds: add QSPI boot support

2016-01-11 Thread Scott Wood
On Mon, 2016-01-11 at 10:17 +0800, Gong Qianyu wrote: > diff --git a/board/freescale/ls1043aqds/ls1043aqds.c > b/board/freescale/ls1043aqds/ls1043aqds.c > index d6696ca..770b79f 100644 > --- a/board/freescale/ls1043aqds/ls1043aqds.c > +++ b/board/freescale/ls1043aqds/ls1043aqds.c > @@ -43,15 +43,19

[U-Boot] [Patch V3 3/3] armv8/ls1043aqds: add QSPI boot support

2016-01-10 Thread Gong Qianyu
Enable the U-Boot Driver Model(DM) to use the Freescale QSPI driver. Signed-off-by: Gong Qianyu --- V3: - No change. V2: - Fix blank line issues. arch/arm/include/asm/arch-fsl-layerscape/cpu.h | 2 ++ board/freescale/ls1043aqds/MAINTAINERS | 1 + board/freescale/ls1043aqds/README