]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
at91: add support for the PM9263 board of Ronetix GmbH
authorIlko Iliev <iliev@ronetix.at>
Thu, 16 Apr 2009 19:30:48 +0000 (21:30 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Thu, 16 Apr 2009 19:30:48 +0000 (21:30 +0200)
commitf0a2c7b4b64eacd06bb272856bcc056be8719f5a
tree6183bd8a1359a1910fb26d35e05ec5f1927d3deb
parentdc39ae9513c32dfeb9e018dc0d22c6484514fefb
at91: add support for the PM9263 board of Ronetix GmbH

The PM9263 board is based on the AT91SAM9263-EK board.

Here is the page on Ronetix website:
http://www.ronetix.at/starter_kit_9263.html

Signed-off-by: Ilko Iliev <iliev@ronetix.at>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19 files changed:
MAINTAINERS
MAKEALL
Makefile
board/ronetix/pm9263/Makefile [new file with mode: 0644]
board/ronetix/pm9263/config.mk [new file with mode: 0644]
board/ronetix/pm9263/led.c [new file with mode: 0644]
board/ronetix/pm9263/lowlevel_init.S [new file with mode: 0644]
board/ronetix/pm9263/partition.c [new file with mode: 0644]
board/ronetix/pm9263/pm9263.c [new file with mode: 0644]
cpu/arm926ejs/at91/Makefile
cpu/arm926ejs/at91/config.mk
cpu/arm926ejs/at91/lowlevel_init.S
cpu/arm926ejs/at91/u-boot.lds.S [moved from cpu/arm926ejs/at91/u-boot.lds with 90% similarity]
include/asm-arm/arch-at91/at91sam9263.h
include/asm-arm/arch-at91/at91sam9_sdramc.h [new file with mode: 0644]
include/asm-arm/arch-at91/hardware.h
include/configs/pm9263.h [new file with mode: 0644]
tools/Makefile
tools/logos/ronetix.bmp [new file with mode: 0644]