]> git.ipfire.org Git - people/ms/u-boot.git/commit - MAKEALL
Custom AFEB9260 board support
authorSergey Lapin <slapin@ossfans.org>
Fri, 31 Oct 2008 11:28:43 +0000 (12:28 +0100)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Tue, 4 Nov 2008 22:47:17 +0000 (23:47 +0100)
commit1079432e04ccf71aa3684181186182cd63512f19
treee7c77456243d16ce294d557bb7b92935aa636c2b
parent3ec53148eb68ddfb0c3311fb4c06cd2bd0ef3eeb
Custom AFEB9260 board support

This patch provides support for AFEB9260 board, a product of
OpenSource hardware and software. Some commertial projects
are made with this design. A board is basically AT91SAM9260-EK
with some modifications and different peripherals and different
parts used. Main purpose of this project is to gain experience in
hardware design.
More info: http://groups.google.com/group/arm9fpga-evolution-board
(In Russian only, sorry).
Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb

Signed-off-by: Sergey Lapin <slapin@ossfans.org>
MAINTAINERS
MAKEALL
Makefile
board/afeb9260/Makefile [new file with mode: 0644]
board/afeb9260/afeb9260.c [new file with mode: 0644]
board/afeb9260/config.mk [new file with mode: 0644]
board/afeb9260/nand.c [new file with mode: 0644]
board/afeb9260/partition.c [new file with mode: 0644]
include/configs/afeb9260.h [new file with mode: 0644]