]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm : Atmel : add at91sam9x5ek board support
authorBo Shen <voice.shen@atmel.com>
Thu, 5 Jul 2012 17:21:46 +0000 (17:21 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:14 +0000 (14:58 +0200)
commitf7fa2f3740083bbdf9f57b0e0495eb07899db5e8
tree549c9794154e0fda6a6618491ce4e74d4b235c06
parent963333e92c30c3321b80ec7953ca7fa64a707a02
arm : Atmel : add at91sam9x5ek board support

Add at91sam9x5ek board support, this board support the following SoCs
  AT91SAM9G15, AT91SAM9G25, AT91SAM9G35, AT91SAM9X25, AT91SAM9X35

Using at91sam9x5ek_nandflash to configure for the board
Now only supports NAND with software ECC boot up

Signed-off-by: Bo Shen <voice.shen@atmel.com>
[move MAINTAINERS entry to right place]
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
14 files changed:
MAINTAINERS
arch/arm/cpu/arm926ejs/at91/Makefile
arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c [new file with mode: 0644]
arch/arm/cpu/arm926ejs/at91/clock.c
arch/arm/include/asm/arch-at91/at91sam9_matrix.h
arch/arm/include/asm/arch-at91/at91sam9x5.h [new file with mode: 0644]
arch/arm/include/asm/arch-at91/at91sam9x5_matrix.h [new file with mode: 0644]
arch/arm/include/asm/arch-at91/hardware.h
board/atmel/at91sam9x5ek/Makefile [new file with mode: 0644]
board/atmel/at91sam9x5ek/at91sam9x5ek.c [new file with mode: 0644]
board/atmel/at91sam9x5ek/config.mk [new file with mode: 0644]
boards.cfg
drivers/net/macb.c
include/configs/at91sam9x5ek.h [new file with mode: 0644]