
Eric Bénard wrote:
Hi Tom,
may you please comment on the following patches : http://article.gmane.org/gmane.comp.boot-loaders.u-boot/67400
[U-Boot] [PATCH] Add support for Eukrea CPU9260/CPU9G20 SBC
these boards are built around Atmel's AT91SAM9260/9G20 and have up to 64MB of NOR flash, up to 128MB of SDRAM, up to 2GB of NAND and include a 10/100 Ethernet PHY in RMII mode.
This looks like the first revision. Only comments from Jean. He liked it so that's an ack . Some minor ws issues
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/65674
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.
Lots of ws cleanup from v5 to v6. checkpatch complaining about checkpatch.pl cpuat91-v6.patch WARNING: braces {} are not necessary for single statement blocks #480: FILE: cpu/arm920t/at91rm9200/ks8721.c:222: + if (!(value & KS8721_AUTONEG_COMP)) { + return 0; + } I will take care of this.
From history, lots of comments
I will do the merge and push these patches this weekend after running the compiling the configurations. There will be some obvious conflicts like your maintainer list of boards that I will just handle.
Tom
Many thanks Eric