]> git.sur5r.net Git - u-boot/commit
at91: add support for the PM9261 board of Ronetix GmbH
authorIlko Iliev <iliev@ronetix.at>
Fri, 12 Jun 2009 19:20:39 +0000 (21:20 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 21 Jun 2009 14:18:11 +0000 (16:18 +0200)
commit329492329700812c6df275aa0fda09d609cd0fd4
treee13f91e9ceaa4dd6ebe3a2adf40311a5cf833fa5
parent01550a2b650fbabc03334f9eadcc6083601a2414
at91: add support for the PM9261 board of Ronetix GmbH

The PM9261 board is based on the AT91SAM9261-EK board.

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

Signed-off-by: Ilko Iliev <iliev@ronetix.at>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
MAINTAINERS
MAKEALL
Makefile
board/ronetix/pm9261/Makefile [new file with mode: 0644]
board/ronetix/pm9261/config.mk [new file with mode: 0644]
board/ronetix/pm9261/led.c [new file with mode: 0644]
board/ronetix/pm9261/lowlevel_init.S [new file with mode: 0644]
board/ronetix/pm9261/partition.c [new file with mode: 0644]
board/ronetix/pm9261/pm9261.c [new file with mode: 0644]
include/configs/pm9261.h [new file with mode: 0644]