Re: [U-Boot] [PATCH v3 4/8] common: spl: Add interactive DDR debugger support for SPL image

2014-12-02 Thread Huan Wang
Hi, York, > On 11/17/2014 11:02 PM, Albert ARIBAUD wrote: > > Hello York, > > > > On Mon, 17 Nov 2014 15:00:42 -0800, York Sun > > wrote: > >> On 10/27/2014 06:48 PM, Wang Huan-B18965 wrote: > >>> Hello, Albert, > >>> > >> > >> > > --- > > Change log: > > v3: Gave more explaination

Re: [U-Boot] [PATCH v3 4/8] common: spl: Add interactive DDR debugger support for SPL image

2014-12-01 Thread York Sun
On 11/18/2014 09:07 AM, York Sun wrote: > On 11/17/2014 11:02 PM, Albert ARIBAUD wrote: >> Hello York, >> >> On Mon, 17 Nov 2014 15:00:42 -0800, York Sun >> wrote: >>> On 10/27/2014 06:48 PM, Wang Huan-B18965 wrote: Hello, Albert, >>> >>> >> --- >> Change log: >> v3: Gave m

Re: [U-Boot] [PATCH v3 4/8] common: spl: Add interactive DDR debugger support for SPL image

2014-11-18 Thread York Sun
On 11/17/2014 11:02 PM, Albert ARIBAUD wrote: > Hello York, > > On Mon, 17 Nov 2014 15:00:42 -0800, York Sun > wrote: >> On 10/27/2014 06:48 PM, Wang Huan-B18965 wrote: >>> Hello, Albert, >>> >> >> > --- > Change log: > v3: Gave more explaination in the commit. > v2: No change.

Re: [U-Boot] [PATCH v3 4/8] common: spl: Add interactive DDR debugger support for SPL image

2014-11-17 Thread Albert ARIBAUD
Hello York, On Mon, 17 Nov 2014 15:00:42 -0800, York Sun wrote: > On 10/27/2014 06:48 PM, Wang Huan-B18965 wrote: > > Hello, Albert, > > > > > >>> --- > >>> Change log: > >>> v3: Gave more explaination in the commit. > >>> v2: No change. > >> > >> This does not apply cleanly. Could you rebas

Re: [U-Boot] [PATCH v3 4/8] common: spl: Add interactive DDR debugger support for SPL image

2014-11-17 Thread York Sun
On 10/27/2014 06:48 PM, Wang Huan-B18965 wrote: > Hello, Albert, > >>> --- >>> Change log: >>> v3: Gave more explaination in the commit. >>> v2: No change. >> >> This does not apply cleanly. Could you rebase and resubmit? > [Alison Wang] ok, I will rebase and resubmit the set. Thanks. > Alis

Re: [U-Boot] [PATCH v3 4/8] common: spl: Add interactive DDR debugger support for SPL image

2014-10-28 Thread York Sun
On 10/27/2014 02:29 AM, Albert ARIBAUD wrote: > Hello Alison, > > On Fri, 17 Oct 2014 16:00:30 +0800, Alison Wang > wrote: >> To support interactive DDR debugger, cli_simple.o, cli.o, cli_readline.o, >> command.o, s_record.o, xyzModem.o and cmd_disk.o are all needed for >> drivers/ddr/fsl/interac

Re: [U-Boot] [PATCH v3 4/8] common: spl: Add interactive DDR debugger support for SPL image

2014-10-27 Thread Huan Wang
Hello, Albert, > On Fri, 17 Oct 2014 16:00:30 +0800, Alison Wang > wrote: > > To support interactive DDR debugger, cli_simple.o, cli.o, > > cli_readline.o, command.o, s_record.o, xyzModem.o and cmd_disk.o are > > all needed for drivers/ddr/fsl/interactive.c. > > > > In current common/Makefile, th

Re: [U-Boot] [PATCH v3 4/8] common: spl: Add interactive DDR debugger support for SPL image

2014-10-27 Thread Albert ARIBAUD
Hello Alison, On Fri, 17 Oct 2014 16:00:30 +0800, Alison Wang wrote: > To support interactive DDR debugger, cli_simple.o, cli.o, cli_readline.o, > command.o, s_record.o, xyzModem.o and cmd_disk.o are all needed for > drivers/ddr/fsl/interactive.c. > > In current common/Makefile, the above .o fil

[U-Boot] [PATCH v3 4/8] common: spl: Add interactive DDR debugger support for SPL image

2014-10-17 Thread Alison Wang
To support interactive DDR debugger, cli_simple.o, cli.o, cli_readline.o, command.o, s_record.o, xyzModem.o and cmd_disk.o are all needed for drivers/ddr/fsl/interactive.c. In current common/Makefile, the above .o files are only produced when CONFIG_SPL_BUILD is disabled. For LS102xA, interactive