Re: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board

2011-04-15 Thread Stefano Babic
On 04/14/2011 10:12 AM, Jason Liu wrote: Hi, Stefano, Hi Jason, Please drop the mx53loco board support patch from u-boot-imx master branch and I will resubmit the following patches soon since the merge window will be closed soon. Ok - I'll do it. (1) clean-up patch:factor out the boot

Re: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board

2011-04-15 Thread Jason Liu
Hi, Stefano, 2011/4/16 Stefano Babic sba...@denx.de: On 04/14/2011 10:12 AM, Jason Liu wrote: Hi, Stefano, Hi Jason, Please drop the mx53loco board support patch from u-boot-imx master branch and I will resubmit the following patches soon since the merge window will be closed soon. Ok -

Re: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board

2011-04-14 Thread Jason Liu
2011/4/14 Wolfgang Denk w...@denx.de: Dear Jason Liu, In message banlktinapamm6hrcsofdya6r7kupmr8...@mail.gmail.com you wrote: [...] BTW, this patch set has been send out 2 months ago and Stefano has send out pull request to Albert and Albert has pulled in already, do you agree I send out

Re: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board

2011-04-14 Thread Jason Liu
Hi, Stefano, 2011/4/14 Jason Liu liu.h.ja...@gmail.com: 2011/4/14 Wolfgang Denk w...@denx.de: Dear Jason Liu, In message banlktinapamm6hrcsofdya6r7kupmr8...@mail.gmail.com you wrote: [...] BTW, this patch set has been send out 2 months ago and Stefano has send out pull request to Albert

Re: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board

2011-04-13 Thread Wolfgang Denk
Dear Jason Liu, In message 1298283316-3443-1-git-send-email-r64...@freescale.com you wrote: This patch add initial support for freescale MX53LOCO board. Network(FEC),SD/MMC, UART have been supported by this patch. Signed-off-by: Jason Liu r64...@freescale.com ... +int dram_init(void) +{ +

Re: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board

2011-04-13 Thread Jason Liu
Hi, Wolfgang, 2011/4/14 Wolfgang Denk w...@denx.de: Dear Jason Liu, In message 1298283316-3443-1-git-send-email-r64...@freescale.com you wrote: This patch add initial support for freescale MX53LOCO board. Network(FEC),SD/MMC, UART have been supported by this patch. Signed-off-by: Jason Liu

Re: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board

2011-04-13 Thread Wolfgang Denk
Dear Jason Liu, In message banlktinapamm6hrcsofdya6r7kupmr8...@mail.gmail.com you wrote: Yes, I have already thought about it before I submit patches. The fact is that there is there are two DDR chips connected to CS0 and CS1 of MX53 on loco board, but each DDR chip is 512MB, but CS0 and CS1

Re: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board

2011-02-22 Thread Jason Liu
Hi, Wolfgang, 2011/2/22 Wolfgang Denk w...@denx.de: Dear Liu Hui-R64343, In message 2cf7613b9822a943bef13ef7acec5bd114a...@039-sn1mpn1-003.039d.mgd.msft.net you wrote: As I discovered myself, usage of config.mk is discouraged and it should be removed and it is not accepted anymore for

Re: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board

2011-02-22 Thread Jason Liu
Hi, Wolfgang, 2011/2/22 Wolfgang Denk w...@denx.de: Dear Liu Hui-R64343, In message 2cf7613b9822a943bef13ef7acec5bd114a...@039-sn1mpn1-003.039d.mgd.msft.net you wrote: +# (C Copyright 2011 +# Jason Liu Freescale Software Engineering r64...@freescale.com Why don´t you use the

Re: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board

2011-02-22 Thread Stefano Babic
On 02/22/2011 02:44 AM, Liu Hui-R64343 wrote: As I discovered myself, usage of config.mk is discouraged and it should be removed and it is not accepted anymore for new boards. Instead of that, it is possible to add CONFIG_ options in boards.cfg. OK, do you know why config.mk is discouraged?

[U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board

2011-02-21 Thread Jason Liu
This patch add initial support for freescale MX53LOCO board. Network(FEC),SD/MMC, UART have been supported by this patch. Signed-off-by: Jason Liu r64...@freescale.com --- MAINTAINERS |1 + board/freescale/mx53loco/Makefile | 46 +

Re: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board

2011-02-21 Thread Stefano Babic
On 02/21/2011 11:15 AM, Jason Liu wrote: Hi Jason, +# diff --git a/board/freescale/mx53loco/config.mk b/board/freescale/mx53loco/config.mk new file mode 100644 index 000..ec0c66c As I discovered myself, usage of

Re: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board

2011-02-21 Thread Fabio Estevam
Hi Jason, --- On Mon, 2/21/11, Liu Hui-R64343 r64...@freescale.com wrote: ... +# (C Copyright 2009 +# Stefano Babic DENX Software Engineering sba...@denx.de. +# (C Copyright 2011 +# Jason Liu Freescale Software Engineering r64...@freescale.com Why don´t you use the standard Freescale

Re: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board

2011-02-21 Thread Fabio Estevam
Hi Jason, --- On Mon, 2/21/11, Jason Liu r64...@freescale.com wrote: ... --- /dev/null +++ b/board/freescale/mx53loco/imximage.cfg @@ -0,0 +1,99 @@ +# +# (C Copyright 2009 +# Stefano Babic DENX Software Engineering sba...@denx.de. +# (C Copyright 2011 +# Jason Liu Freescale Software

Re: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board

2011-02-21 Thread Liu Hui-R64343
Hi, Stefano, -Original Message- From: Stefano Babic [mailto:sba...@denx.de] Sent: Monday, February 21, 2011 8:46 PM To: Liu Hui-R64343 Cc: u-boot@lists.denx.de; sba...@denx.de Subject: Re: [U-Boot][PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board On 02/21/2011 11:15 AM, Jason

Re: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board

2011-02-21 Thread Liu Hui-R64343
Hi, Fabio, -Original Message- From: Fabio Estevam [mailto:fabioeste...@yahoo.com] Sent: Tuesday, February 22, 2011 7:38 AM To: u-boot@lists.denx.de; Liu Hui-R64343 Subject: Re: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board Hi Jason, --- On Mon, 2/21/11, Jason Liu

Re: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board

2011-02-21 Thread Wolfgang Denk
Dear Liu Hui-R64343, In message 2cf7613b9822a943bef13ef7acec5bd114a...@039-sn1mpn1-003.039d.mgd.msft.net you wrote: As I discovered myself, usage of config.mk is discouraged and it should be removed and it is not accepted anymore for new boards. Instead of that, it is possible to add

Re: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board

2011-02-21 Thread Wolfgang Denk
Dear Liu Hui-R64343, In message 2cf7613b9822a943bef13ef7acec5bd114a...@039-sn1mpn1-003.039d.mgd.msft.net you wrote: +# (C Copyright 2011 +# Jason Liu Freescale Software Engineering r64...@freescale.com Why don´t you use the standard Freescale copyright header here instead? Do you