]> git.sur5r.net Git - u-boot/commit
Marvell Sheevaplug Board support
authorPrafulla Wadaskar <prafulla@marvell.com>
Thu, 16 Jul 2009 15:28:00 +0000 (20:58 +0530)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 18 Jul 2009 16:46:09 +0000 (18:46 +0200)
commit55dd4ba5413b14e8ee24058c89ac5c05376c331c
tree63fc23512e1d2057dccf8d4e407a84b66540d8c4
parent462b1038738dd86f8dd70595f250ce792e90d244
Marvell Sheevaplug Board support

Reference:
http://plugcomputer.org/
http://openplug.org/plugwiki/index.php/Das_U-boot_plug_support

This patch is tested for-
1. Boot from DRAM/NAND flash
2. File transfer using tftp
3. NAND flash read/write/erase
4. Linux kernel and RFS Boot from NAND
5. Enabled USB PHY init for kernel need
6. Boot from USB supported

Note: to boot Kirkwood kernel with USB support,
you should add "usb start" in the boot sequence

Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
MAINTAINERS
MAKEALL
Makefile
board/Marvell/sheevaplug/Makefile [new file with mode: 0644]
board/Marvell/sheevaplug/config.mk [new file with mode: 0644]
board/Marvell/sheevaplug/sheevaplug.c [new file with mode: 0644]
board/Marvell/sheevaplug/sheevaplug.h [new file with mode: 0644]
include/configs/sheevaplug.h [new file with mode: 0644]