
-----Original Message----- From: Siddarth Gore [mailto:gores@marvell.com] Sent: Thursday, March 18, 2010 1:12 PM To: u-boot@lists.denx.de Cc: Prafulla Wadaskar; Prabhanjan Sarnaik; Ashish Karkare; Siddarth Gore Subject: [PATCH v2] Marvell GuruPlug Board Support
GuruPlug Standard: 1 Gb Ethernet, 2 USB 2.0 GuruPlug Plus: 2 Gb Ethernet, 2 USB 2.0, 1 eSATA, 1 uSD slot
References: http://www.globalscaletechnologies.com/t-guruplugdetails.aspx http://plugcomputer.org
This patch is for GuruPlug Plus, but it supports Standard version as well.
Signed-off-by: Siddarth Gore gores@marvell.com
Changes compared to the previous version (messaage-id: 1268660568-23022-1-git-send-email-gores@marvell.com)
- maintainers entry sorted according to last name
- removed trailing comment from board/Marvell/guruplug/config.mk
- removed CONFIG_CMD_AUTOSCRIPT from include/configs/guruplug.h
- removed word 'minimal' from comment in include/configs/guruplug.h
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 3 + board/Marvell/guruplug/Makefile | 51 +++++++++ board/Marvell/guruplug/config.mk | 27 +++++ board/Marvell/guruplug/guruplug.c | 167 +++++++++++++++++++++++++++++ board/Marvell/guruplug/guruplug.h | 39 +++++++ board/Marvell/guruplug/kwbimage.cfg | 162 ++++++++++++++++++++++++++++ include/configs/guruplug.h | 198 +++++++++++++++++++++++++++++++++++ 9 files changed, 652 insertions(+), 0 deletions(-) create mode 100644 board/Marvell/guruplug/Makefile create mode 100644 board/Marvell/guruplug/config.mk create mode 100644 board/Marvell/guruplug/guruplug.c create mode 100644 board/Marvell/guruplug/guruplug.h create mode 100644 board/Marvell/guruplug/kwbimage.cfg create mode 100644 include/configs/guruplug.h
Looks okay to me
Regards.. Prafulla . .