]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: at91: add at91sam9n12ek board support
authorWu, Josh <Josh.wu@atmel.com>
Tue, 16 Apr 2013 23:42:44 +0000 (23:42 +0000)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Sun, 12 May 2013 14:40:42 +0000 (16:40 +0200)
commit9e336903891f1c28be04f0b5503ca54939b2976a
tree7c09c401418f5e022166047807e71d81e79f9da8
parente542377a59df350bb38e136949d0942c7f49d248
arm: at91: add at91sam9n12ek board support

Add support for following features:
  - nand boot, with PMECC 2bit ECC for 512 bytes sector
  - SPI flash boot
  - SD card boot
  - LCD support

Signed-off-by: Josh Wu <josh.wu@atmel.com>
[fix -Wimplicit-function-declaration for at91_lcd_hw_init()]
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
MAINTAINERS
arch/arm/cpu/arm926ejs/at91/Makefile
arch/arm/cpu/arm926ejs/at91/at91sam9n12_devices.c [new file with mode: 0644]
arch/arm/cpu/arm926ejs/at91/clock.c
arch/arm/include/asm/arch-at91/at91_common.h
board/atmel/at91sam9n12ek/Makefile [new file with mode: 0644]
board/atmel/at91sam9n12ek/at91sam9n12ek.c [new file with mode: 0644]
boards.cfg
include/configs/at91sam9n12ek.h [new file with mode: 0644]