From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Marvell Sheevaplug Board support
Date: Fri, 22 May 2009 10:21:06 +0200 [thread overview]
Message-ID: <200905221021.06806.sr@denx.de> (raw)
In-Reply-To: <1242937472-30778-2-git-send-email-prafulla@marvell.com>
Hi Prafulla,
On Thursday 21 May 2009 22:24:30 Prafulla Wadaskar wrote:
> References: http://plugcomputer.org/
> Serial console Setup
> http://openplug.org/plugwiki/index.php/Serial_terminal_program#Linux
> OpenOCD Setup
> http://openplug.org/plugwiki/index.php/Setting_Up_OpenOCD_Under_Linux
>
> This patch is tested for-
> 1. Boot from DRAM/NAND flash
> 2. File transfer using tftp
> 3. NAND flash read/write/erase
>
> Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
> ---
> MAKEALL | 1 +
> Makefile | 8 +-
> board/Marvell/sheevaplug/Makefile | 52 +++++++++
> board/Marvell/sheevaplug/config.mk | 25 +++++
> board/Marvell/sheevaplug/nand.c | 80 ++++++++++++++
> board/Marvell/sheevaplug/sheevaplug.c | 135 +++++++++++++++++++++++
> board/Marvell/sheevaplug/sheevaplug.h | 37 +++++++
> include/configs/sheevaplug.h | 191
> +++++++++++++++++++++++++++++++++ 8 files changed, 526 insertions(+), 3
> deletions(-)
> create mode 100644 board/Marvell/sheevaplug/Makefile
> create mode 100644 board/Marvell/sheevaplug/config.mk
> create mode 100644 board/Marvell/sheevaplug/nand.c
> create mode 100644 board/Marvell/sheevaplug/sheevaplug.c
> create mode 100644 board/Marvell/sheevaplug/sheevaplug.h
> create mode 100644 include/configs/sheevaplug.h
You didn't add a maintainer for this new board to MAINTAINERS. Please add this
in your next patch version. And for the MV88F6281GTW_GE board as well.
> diff --git a/MAKEALL b/MAKEALL
> index 6719d7b..e3d33cb 100755
> --- a/MAKEALL
> +++ b/MAKEALL
> @@ -144,6 +144,7 @@ LIST_8xx=" \
> RPXlite \
> RPXlite_DW \
> RRvision \
> + sheevaplug \
> SM850 \
> spc1920 \
> SPD823TS \
> diff --git a/Makefile b/Makefile
> index 8144ecd..34a863b 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1122,6 +1122,9 @@ RRvision_LCD_config: unconfig
> @echo "#define CONFIG_SHARP_LQ104V7DS01" >>$(obj)include/config.h
> @$(MKCONFIG) -a RRvision ppc mpc8xx RRvision
>
> +sheevaplug_config: unconfig
> + @$(MKCONFIG) $(@:_config=) arm arm926ejs $(@:_config=) Marvell kirkwood
> +
> SM850_config : unconfig
> @$(MKCONFIG) $(@:_config=) ppc mpc8xx tqm8xx tqc
>
> @@ -2808,9 +2811,6 @@ lpd7a400_config \
> lpd7a404_config: unconfig
> @$(MKCONFIG) $(@:_config=) arm lh7a40x lpd7a40x
>
> -mv88f6281gtw_ge_config: unconfig
> - @$(MKCONFIG) $(@:_config=) arm arm926ejs $(@:_config=) Marvell kirkwood
> -
Why do you remove this board here?
> mx1ads_config : unconfig
> @$(MKCONFIG) $(@:_config=) arm arm920t mx1ads NULL imx
>
> @@ -3110,6 +3110,8 @@ omap2420h4_config : unconfig
> qong_config : unconfig
> @$(MKCONFIG) $(@:_config=) arm arm1136 qong davedenx mx31
>
> +sheevapluge_config: unconfig
> + @$(MKCONFIG) $(@:_config=) arm arm926ejs $(@:_config=) Marvell kirkwood
"sheevapluge" here and "sheevaplug" a few lines above? This probably just
slipped in.
Thanks.
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
next prev parent reply other threads:[~2009-05-22 8:21 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-21 20:24 [U-Boot] [PATCH v10] Marvell Kirkwood family SOC support Prafulla Wadaskar
2009-05-21 20:24 ` [U-Boot] [PATCH] Marvell Sheevaplug Board support Prafulla Wadaskar
2009-05-21 20:24 ` [U-Boot] [PATCH] Marvell MV88E1116 PHY Driver support Prafulla Wadaskar
2009-05-21 20:24 ` [U-Boot] [PATCH v4] Gbe Controller driver support for kirkwood SOCs Prafulla Wadaskar
2009-05-26 6:34 ` Ben Warren
2009-05-26 6:54 ` Prafulla Wadaskar
2009-05-26 14:56 ` Stefan Roese
2009-05-27 5:26 ` Prafulla Wadaskar
2009-05-27 7:10 ` Stefan Roese
[not found] ` <73173D32E9439E4ABB5151606C3E19E201CFBDC5A1@SC-VEXCH1.marvell.com>
2009-05-30 16:06 ` [U-Boot] [PATCH] Marvell MV88E1116 PHY Driver support Ben Warren
2009-06-02 11:22 ` Prafulla Wadaskar
2009-05-22 8:21 ` Stefan Roese [this message]
2009-05-22 11:02 ` [U-Boot] [PATCH] Marvell Sheevaplug Board support Wolfgang Denk
2009-05-22 12:08 ` Prafulla Wadaskar
2009-05-22 12:17 ` Prafulla Wadaskar
2009-05-22 15:22 ` Wolfgang Denk
2009-05-25 4:56 ` [U-Boot] [PATCH v10] Marvell Kirkwood family SOC support Prafulla Wadaskar
2009-05-25 7:11 ` Stefan Roese
-- strict thread matches above, loose matches on Subject: below --
2009-05-29 19:43 [U-Boot] [PATCH] cpu_misc_init support for ARM architectures Prafulla Wadaskar
2009-05-29 19:43 ` [U-Boot] [PATCH] arm: generic cache.h " Prafulla Wadaskar
2009-05-29 19:43 ` [U-Boot] [PATCH] arm: Kirkwood: Basic SOCs support Prafulla Wadaskar
2009-05-29 19:43 ` [U-Boot] [PATCH] spi: Add Marvell Kirkwood SPI driver Prafulla Wadaskar
2009-05-29 19:43 ` [U-Boot] [PATCH] nand: Add Marvell Kirkwood NAND driver Prafulla Wadaskar
2009-05-29 19:43 ` [U-Boot] [PATCH] net: Add Marvell Kirkwood gigabit ethernet driver Prafulla Wadaskar
2009-05-29 19:43 ` [U-Boot] [PATCH] Marvell MV88F6281GTW_GE Board support Prafulla Wadaskar
2009-05-29 19:43 ` [U-Boot] [PATCH] Marvell Sheevaplug " Prafulla Wadaskar
2009-05-30 6:25 ` Prafulla Wadaskar
2009-05-31 21:37 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200905221021.06806.sr@denx.de \
--to=sr@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.