
-----Original Message----- From: Wolfgang Denk [mailto:wd@denx.de] Sent: Monday, March 22, 2010 1:16 AM To: Tom; Prafulla Wadaskar Cc: Siddarth Gore; u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik Subject: Re: [U-Boot] [PATCH v2] Marvell GuruPlug Board Support
Dear Tom, dear Prafulla,
In message 1268898134-10793-1-git-send-email-gores@marvell.com you wrote:
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
Reviewed-by: Wolfgang Denk wd@denx.de
Applied to u-boot-marvell.git master branch
Regards.. Prafulla . .