All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH][Re-Submit] Custom AFEB9260 board support
Date: Mon, 29 Sep 2008 09:45:27 -0700	[thread overview]
Message-ID: <48E10627.1090702@gmail.com> (raw)
In-Reply-To: <1222538146-28783-1-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>
> ---
> This is rebased version of previous one.
> ---
>  MAKEALL                               |    1 +
>  Makefile                              |    3 +
>  board/afeb9260/Makefile               |   56 ++++++++
>  board/afeb9260/afeb9260.c             |  243 +++++++++++++++++++++++++++++++++
>  board/afeb9260/config.mk              |    1 +
>  board/afeb9260/nand.c                 |   78 +++++++++++
>  board/afeb9260/partition.c            |   36 +++++
>  board/atmel/at91sam9260ek/partition.c |    4 +-
>  include/configs/afeb9260.h            |  171 +++++++++++++++++++++++
>  net/eth.c                             |    1 +
>   
<snip>
> diff --git a/net/eth.c b/net/eth.c
> index 432dd60..a714128 100644
> --- a/net/eth.c
> +++ b/net/eth.c
> @@ -190,6 +190,7 @@ int eth_initialize(bd_t *bis)
>  #if defined(CONFIG_IXP4XX_NPE)
>  	npe_initialize(bis);
>  #endif
> +
>  	if (!eth_devices) {
>  		puts ("No ethernet found.\n");
>  		show_boot_progress (-64);
>   
This is orthogonal to the rest of your patch and I suspect was 
unintentional.  Please remove and resubmit.

regards,
Ben

  reply	other threads:[~2008-09-29 16:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-27 17:55 [U-Boot] [PATCH][Re-Submit] Custom AFEB9260 board support Sergey Lapin
2008-09-29 16:45 ` Ben Warren [this message]
2008-09-29 19:52   ` [U-Boot] [PATCH][Re-Submit2] " Sergey Lapin
2008-10-09  4:38     ` Sergey Lapin
  -- strict thread matches above, loose matches on Subject: below --
2008-08-29  8:33 [U-Boot] [PATCH] " Sergey Lapin
2008-08-29  8:47 ` [U-Boot] [PATCH][Re-Submit] " Sergey Lapin
2008-08-29 17:48   ` Ben Warren
2008-08-29 20:03     ` Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 20:23       ` Ben Warren

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=48E10627.1090702@gmail.com \
    --to=biggerbadderben@gmail.com \
    --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.