Re: [U-Boot] [PATCH v2] mx27ads: add support for iMX27ADS board from Freescale

2009-09-18 Thread Alan Carvalho de Assis
Hi Javier, On 9/17/09, javier Martin wrote: > Has anyone tested ethernet connection in this board? > yes, it is working fine! Best Regards, Alan ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] mx27ads: add support for iMX27ADS board from Freescale

2009-09-17 Thread javier Martin
Has anyone tested ethernet connection in this board? Thank you. -- Javier Martin Vista Silicon S.L. CDTUC - FASE C - Oficina S-345 Avda de los Castros s/n 39005- Santander. Cantabria. Spain +34 942 25 32 60 www.vista-silicon.com ___ U-Boot mailing list

Re: [U-Boot] [PATCH v2] mx27ads: add support for iMX27ADS board from Freescale

2009-09-15 Thread Wolfgang Denk
Dear Alan Carvalho de Assis, In message <37367b3a0909151307x25a0d57dt9d708ac785ff2...@mail.gmail.com> you wrote: > > >> + write32 0xD8001010 0x0008 > > > > I would insert a comma (,) after the first argument to the macro. Didn't > > know it worked without. > > The same comment applies to th

Re: [U-Boot] [PATCH v2] mx27ads: add support for iMX27ADS board from Freescale

2009-09-15 Thread Alan Carvalho de Assis
Hi Magnus, On 9/15/09, Magnus Lilja wrote: > Hi > > Some minor below. > > Alan Carvalho de Assis skrev: ... >> +#include >> +#include >> +#include >> +#include >> + >> +.macro sdram_init >> +/* >> + * DDR on CSD0 >> + */ >> +write32 0xD8001010 0x0008 > > I would insert a c

Re: [U-Boot] [PATCH v2] mx27ads: add support for iMX27ADS board from Freescale

2009-09-15 Thread Magnus Lilja
Hi Some minor below. Alan Carvalho de Assis skrev: > This patch adds support to iMX27ADS development board. This board has > 128MB RAM, 32MB NOR Flash and 128MB NAND Flash. Currently only > booting from NOR is supported. > > Signed-off-by: Alan Carvalho de Assis > --- > MAINTAINERS

Re: [U-Boot] [PATCH v2] mx27ads: add support for iMX27ADS board from Freescale

2009-09-15 Thread Alan Carvalho de Assis
Hi Denk, On 9/15/09, Wolfgang Denk wrote: > Dear Alan Carvalho de Assis, > > In message <37367b3a0909150513o76ed5842u4ce717b535f0a...@mail.gmail.com> you > wrote: >> ping > > You may (or may not have noticed) that we have reorganized the > custodians for ARM systems in the meantime. By

Re: [U-Boot] [PATCH v2] mx27ads: add support for iMX27ADS board from Freescale

2009-09-15 Thread Wolfgang Denk
Dear Alan Carvalho de Assis, In message <37367b3a0909150513o76ed5842u4ce717b535f0a...@mail.gmail.com> you wrote: > ping You may (or may not have noticed) that we have reorganized the custodians for ARM systems in the meantime. By now, Tom Rix is the responsible custodian who is suppose

Re: [U-Boot] [PATCH v2] mx27ads: add support for iMX27ADS board from Freescale

2009-09-15 Thread Alan Carvalho de Assis
ping On 9/9/09, Alan Carvalho de Assis wrote: > This patch adds support to iMX27ADS development board. This board has > 128MB RAM, 32MB NOR Flash and 128MB NAND Flash. Currently only > booting from NOR is supported. > > Signed-off-by: Alan Carvalho de Assis > --- > MAINTAINERS

[U-Boot] [PATCH v2] mx27ads: add support for iMX27ADS board from Freescale

2009-09-09 Thread Alan Carvalho de Assis
This patch adds support to iMX27ADS development board. This board has 128MB RAM, 32MB NOR Flash and 128MB NAND Flash. Currently only booting from NOR is supported. Signed-off-by: Alan Carvalho de Assis --- MAINTAINERS |3 + MAKEALL