
Dear Sergey Lapin,
In message 12187529682107-git-send-email-slapin@ossfans.org 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
Makefile | 3 + board/afeb9260/Makefile | 57 +++++++++++ board/afeb9260/afeb9260.c | 230 ++++++++++++++++++++++++++++++++++++++++++++ board/afeb9260/config.mk | 1 + board/afeb9260/ether.c | 37 +++++++ board/afeb9260/nand.c | 78 +++++++++++++++ board/afeb9260/partition.c | 36 +++++++ include/configs/afeb9260.h | 171 ++++++++++++++++++++++++++++++++ net/eth.c | 8 +- 9 files changed, 619 insertions(+), 2 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/ether.c create mode 100644 board/afeb9260/nand.c create mode 100644 board/afeb9260/partition.c create mode 100644 include/configs/afeb9260.h
This patch was sumbitted while the merge window was open.
Is there any special reason it was not added, and the submitter received no feedback?
Best regards,
Wolfgang Denk