
On 11:43 Sun 09 Aug , Eric Benard wrote:
CPUAT91 is built around Atmel's AT91SAM9260 and has up to 64MB of NOR flash, up to 128MB of SDRAM, up to 2GB of NAND and includes a 10/100 Ethernet PHY in RMII mode.
Signed-off-by: Eric Benard eric@eukrea.com
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 13 ++ board/eukrea/cpu9260/Makefile | 59 +++++++ board/eukrea/cpu9260/config.mk | 1 + board/eukrea/cpu9260/cpu9260.c | 194 +++++++++++++++++++++++ board/eukrea/cpu9260/led.c | 46 ++++++ include/configs/cpu9260.h | 335 ++++++++++++++++++++++++++++++++++++++++ 8 files changed, 653 insertions(+), 0 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
applied to u-boot-arm
Best Regards, J.