Re: [U-Boot] [PATCH v5] Add support for Eukrea CPUAT91 SBC

2009-08-09 Thread Wolfgang Denk
Dear Dirk Behme, In message <4a7f3b9a.2030...@googlemail.com> you wrote: > > > Please do not add such scripting to the top level Makefile. Perform it > > in your board config file instead. > > Not sure if this is 'standard' for at91, but I saw something similar in > > http://git.denx.de/?p=u-bo

Re: [U-Boot] [PATCH v5] Add support for Eukrea CPUAT91 SBC

2009-08-09 Thread Dirk Behme
Dear Wolfgang, Wolfgang Denk wrote: > Dear Eric Benard, > > In message <1249816414-18989-1-git-send-email-e...@eukrea.com> you wrote: >> CPUAT91 is built around Atmel's AT91RM9200 and has up to 16MB of NOR >> flash, up to 128MB of SDRAM, and includes a Micrel KS8721 PHY in RMII >> mode. > ... >>

Re: [U-Boot] [PATCH v5] Add support for Eukrea CPUAT91 SBC

2009-08-09 Thread Wolfgang Denk
Dear Eric Benard, In message <1249816414-18989-1-git-send-email-e...@eukrea.com> you wrote: > CPUAT91 is built around Atmel's AT91RM9200 and has up to 16MB of NOR > flash, up to 128MB of SDRAM, and includes a Micrel KS8721 PHY in RMII > mode. ... > meesc \ > diff --git a/Ma

Re: [U-Boot] [PATCH v5] Add support for Eukrea CPUAT91 SBC

2009-08-09 Thread Wolfgang Denk
Dear Eric Benard, In message <1249816414-18989-1-git-send-email-e...@eukrea.com> you wrote: > CPUAT91 is built around Atmel's AT91RM9200 and has up to 16MB of NOR > flash, up to 128MB of SDRAM, and includes a Micrel KS8721 PHY in RMII > mode. ... > +cpuat91_ram_config \ > +cpuat91_config :

Re: [U-Boot] [PATCH v5] Add support for Eukrea CPUAT91 SBC

2009-08-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:13 Sun 09 Aug , Eric Benard wrote: > CPUAT91 is built around Atmel's AT91RM9200 and has up to 16MB of NOR > flash, up to 128MB of SDRAM, and includes a Micrel KS8721 PHY in RMII > mode. > > v3 : fix coding style issues > v4 : fix coding style in ks8721 > v5 : fix following Jean Christoph

[U-Boot] [PATCH v5] Add support for Eukrea CPUAT91 SBC

2009-08-09 Thread Eric Benard
CPUAT91 is built around Atmel's AT91RM9200 and has up to 16MB of NOR flash, up to 128MB of SDRAM, and includes a Micrel KS8721 PHY in RMII mode. v3 : fix coding style issues v4 : fix coding style in ks8721 v5 : fix following Jean Christophe's review Signed-off-by: Eric Benard --- MAINTAINERS