Re: [U-Boot] distro boot on ls2085ardb

2017-02-09 Thread Peter Newton
> From: york sun > Sent: Wednesday, February 08, 2017 5:06 PM > To: Stuart Yoder ; ag...@suse.de; Prabhakar Kushwaha > > Cc: Peter Newton ; u-boot@lists.denx.de > Subject: Re: distro boot on ls2085ardb > > On 02/08/2017 02:55 PM, Stuart Yoder wrote: > > All, > > > > The patch Alex submitted to e

Re: [U-Boot] distro boot on ls2085ardb

2017-02-09 Thread york sun
On 02/08/2017 06:43 PM, Prabhakar Kushwaha wrote: > >> -Original Message- >> From: york sun >> Sent: Thursday, February 09, 2017 4:43 AM >> To: Peter Newton ; Stuart Yoder >> ; ag...@suse.de; Prabhakar Kushwaha >> >> Cc: u-boot@lists.denx.de >> Subject: Re: distro boot on ls2085ardb >> >>

[U-Boot] distro boot on ls2085ardb

2017-02-08 Thread Stuart Yoder
All, The patch Alex submitted to enable distro boot on ls2085ardb sets up a default bootcmd that looks like this: bootcmd=run mcinitcmd && fsl_mc lazyapply dpl 0x58070 && cp.b $kernel_start $kernel_load $kernel_size && bootm $kernel_load || run distro_bootcmd

Re: [U-Boot] distro boot on ls2085ardb

2017-02-08 Thread Prabhakar Kushwaha
> -Original Message- > From: york sun > Sent: Thursday, February 09, 2017 4:43 AM > To: Peter Newton ; Stuart Yoder > ; ag...@suse.de; Prabhakar Kushwaha > > Cc: u-boot@lists.denx.de > Subject: Re: distro boot on ls2085ardb > > On 02/08/2017 03:08 PM, Peter Newton wrote: > >> From: york

Re: [U-Boot] distro boot on ls2085ardb

2017-02-08 Thread york sun
On 02/08/2017 02:55 PM, Stuart Yoder wrote: > All, > > The patch Alex submitted to enable distro boot on ls2085ardb sets > up a default bootcmd that looks like this: > > bootcmd=run mcinitcmd && fsl_mc lazyapply dpl 0x58070 && > cp.b $kernel_start $kernel_load $kernel_size &

Re: [U-Boot] distro boot on ls2085ardb

2017-02-08 Thread york sun
On 02/08/2017 03:08 PM, Peter Newton wrote: >> From: york sun >> >> It was for backward compatibility. Even I have pointed out numerous times >> (internally) that cp.b should not be used for this case, and >> even pointed out how to make a FIT image with load address, the board >> maintainer(s)