
Hi Jean-Christophe,
Jean-Christophe PLAGNIOL-VILLARD a écrit :
On 18:15 Sat 05 Sep , Eric Benard wrote:
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.
Signed-off-by: Eric Benard eric@eukrea.com
MAINTAINERS | 5 + MAKEALL | 2 + Makefile | 8 + board/eukrea/cpu9260/Makefile | 59 +++++ board/eukrea/cpu9260/config.mk | 1 + board/eukrea/cpu9260/cpu9260.c | 218 +++++++++++++++++ board/eukrea/cpu9260/led.c | 153 ++++++++++++ cpu/arm926ejs/at91/lowlevel_init.S | 3 +- include/configs/cpu9260.h | 453 ++++++++++++++++++++++++++++++++++++ 9 files changed, 901 insertions(+), 1 deletions(-) create mode 100644 board/eukrea/cpu9260/Makefile create mode 100644 board/eukrea/cpu9260/config.mk create mode 100644 board/eukrea/cpu9260/cpu9260.c create mode 100644 board/eukrea/cpu9260/led.c create mode 100644 include/configs/cpu9260.h
it's looks fine
do you plan to merge it or should I fix anything ?
Thanks, Eric