public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Gbe Controller driver support for kirkwood SOCs
Date: Fri, 3 Apr 2009 14:02:39 -0400	[thread overview]
Message-ID: <200904031402.41950.vapier@gentoo.org> (raw)
In-Reply-To: <1238798370-9245-3-git-send-email-prafulla@marvell.com>

On Friday 03 April 2009 18:39:28 Prafulla Wadaskar wrote:
> --- a/net/eth.c
> +++ b/net/eth.c
> @@ -73,6 +73,7 @@ int board_eth_init(bd_t *bis) __attribute((weak,
> alias("__def_eth_init")));
>
>  extern int mv6436x_eth_initialize(bd_t *);
>  extern int mv6446x_eth_initialize(bd_t *);
> +extern int kirkwood_egiga_initialize(bd_t*);
>
>  #ifdef CONFIG_API
>  extern void (*push_packet)(volatile void *, int);
> @@ -205,6 +206,9 @@ int eth_initialize(bd_t *bis)
>  #if defined(CONFIG_DB64460) || defined(CONFIG_P3Mx)
>  	mv6446x_eth_initialize(bis);
>  #endif
> +#ifdef CONFIG_KIRKWOOD_EGIGA
> +       kirkwood_egiga_initialize(bis);
> +#endif
>  	if (!eth_devices) {
>  		puts ("No ethernet found.\n");
>  		show_boot_progress (-64);

this should be dying, not new additions.  define board_eth_init() like 
everyone else now.
-mike

  reply	other threads:[~2009-04-03 18:02 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-03 22:39 [U-Boot] [PATCH] Marvell Feroceon-FR131/Sheeva-88SV131 cpu core support Prafulla Wadaskar
2009-04-03 18:21 ` Wolfgang Denk
2009-04-03 22:39 ` [U-Boot] [PATCH] Marvell Kirkwood family SOC support Prafulla Wadaskar
2009-04-03 19:15   ` Wolfgang Denk
2009-04-03 22:39   ` [U-Boot] [PATCH] Gbe Controller driver support for kirkwood SOCs Prafulla Wadaskar
2009-04-03 18:02     ` Mike Frysinger [this message]
2009-04-03 19:14     ` Ben Warren
2009-04-06 11:44       ` Prafulla Wadaskar
2009-04-03 19:46     ` Wolfgang Denk
2009-04-03 22:39     ` [U-Boot] [PATCH] Marvell 88EXXXX Switch/PHY init support Prafulla Wadaskar
2009-04-03 17:33       ` Ben Warren
2009-04-03 19:32       ` Wolfgang Denk
2009-04-03 22:39       ` [U-Boot] [PATCH] Marvell MV88F6281GTW_GE Board support Prafulla Wadaskar
2009-04-03 18:42         ` Wolfgang Denk
2009-05-20 22:50       ` [U-Boot] [PATCH] Marvell 88EXXXX Switch/PHY init support Sergey Nikulov
2009-05-21  6:15         ` Prafulla Wadaskar
2009-05-21  6:31           ` Sergey Nikulov
2009-05-21  6:37             ` Prafulla Wadaskar
2009-04-04 16:24   ` [U-Boot] [PATCH] Marvell Kirkwood family SOC support Jean-Christophe PLAGNIOL-VILLARD
2009-04-07 11:01     ` Prafulla Wadaskar
2009-04-04 16:16 ` [U-Boot] [PATCH] Marvell Feroceon-FR131/Sheeva-88SV131 cpu core support Jean-Christophe PLAGNIOL-VILLARD
2009-04-07 10:05   ` Prafulla Wadaskar

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=200904031402.41950.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox