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 Christophe's review please this here version information > > Signed-off-by: Eric Benard <[email protected]> > --- here next time
> MAINTAINERS | 4 + > MAKEALL | 1 + > Makefile | 13 ++ > board/eukrea/cpuat91/Makefile | 50 ++++++++ > board/eukrea/cpuat91/config.mk | 1 + > board/eukrea/cpuat91/cpuat91.c | 86 ++++++++++++++ > cpu/arm920t/at91rm9200/Makefile | 5 +- > cpu/arm920t/at91rm9200/ks8721.c | 242 > +++++++++++++++++++++++++++++++++++++++ > include/configs/cpuat91.h | 226 ++++++++++++++++++++++++++++++++++++ > include/ks8721.h | 78 +++++++++++++ > 10 files changed, 704 insertions(+), 2 deletions(-) > create mode 100644 board/eukrea/cpuat91/Makefile > create mode 100644 board/eukrea/cpuat91/config.mk > create mode 100644 board/eukrea/cpuat91/cpuat91.c > create mode 100644 cpu/arm920t/at91rm9200/ks8721.c > create mode 100644 include/configs/cpuat91.h > create mode 100644 include/ks8721.h > Ben is also it ok for you this patch? Best Regards, J. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

