
On 14:49 Sun 26 Oct , Jean-Christophe PLAGNIOL-VILLARD wrote:
On 13:43 Sun 26 Oct , Sergey Lapin wrote:
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
All suggested changes handled (If I forgot something please remind me). Rebased against u-boot-arm.git Hope to get review.
MAKEALL | 1 + Makefile | 3 + board/afeb9260/Makefile | 56 ++++++++++ board/afeb9260/afeb9260.c | 243 ++++++++++++++++++++++++++++++++++++++++++++ board/afeb9260/config.mk | 1 + board/afeb9260/nand.c | 78 ++++++++++++++ board/afeb9260/partition.c | 37 +++++++ include/configs/afeb9260.h | 169 ++++++++++++++++++++++++++++++ 8 files changed, 588 insertions(+), 0 deletions(-) create mode 100644 board/afeb9260/Makefile create mode 100644 board/afeb9260/afeb9260.c create mode 100644 board/afeb9260/config.mk create mode 100644 board/afeb9260/nand.c create mode 100644 board/afeb9260/partition.c create mode 100644 include/configs/afeb9260.h
Just one more think please add this board in the MAINTAINER file
Best Regards, J.