From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH][Re-Submit] Custom AFEB9260 board support
Date: Fri, 29 Aug 2008 13:23:13 -0700 [thread overview]
Message-ID: <48B85AB1.1000500@gmail.com> (raw)
In-Reply-To: <20080829200333.GB6190@game.jcrosoft.org>
Jean-Christophe PLAGNIOL-VILLARD wrote:
> Hi Ben,
>
>
>>> + * along with this program; if not, write to the Free Software
>>> + * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
>>> + * MA 02111-1307 USA
>>> + */
>>> +#include <common.h>
>>> +
>>> +#include <asm/arch/memory-map.h>
>>> +
>>> +extern int macb_eth_initialize(int id, void *regs, unsigned int phy_addr);
>>> +
>>> +#if defined(CONFIG_MACB) && defined(CONFIG_CMD_NET)
>>> +void afeb9260_eth_initialize(bd_t *bi)
>>> +{
>>> + macb_eth_initialize(0, (void *)AT91_BASE_EMAC, 0x01);
>>> +}
>>> +#endif
>>> +
>>>
>>>
>> This file is no longer needed. Please follow the 'board_eth_init()'
>> method. A good example is in:
>> board/atmel/atngw100/atngw100.c
>>
>> Tonight I'll submit a patch that does this for all the at91 boards too.
>>
>
> I've send a first patch for at91 please use cpu_eth_init() instead of board
> way
>
> Best Regards,
> J.
>
I wish my local repo was accessible from here, but there was a reason I
went with board_eth_init() on the AT91 and can't remember what it was.
I'll have a look tonight.
regards,
Ben
next prev parent reply other threads:[~2008-08-29 20:23 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-08 7:55 [U-Boot] [PATCH][AT91] Custom AFEB9260 board support Sergey Lapin
2008-08-11 10:23 ` Sergey Lapin
2008-08-11 11:02 ` Jean-Christophe PLAGNIOL-VILLARD
2008-08-11 11:43 ` Sergey Lapin
2008-08-29 0:25 ` Jean-Christophe PLAGNIOL-VILLARD
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 [this message]
2008-10-26 10:43 ` [U-Boot] [PATCH][Re-Submit-again] " Sergey Lapin
2008-10-26 13:49 ` Jean-Christophe PLAGNIOL-VILLARD
2008-10-26 19:05 ` Jean-Christophe PLAGNIOL-VILLARD
2008-10-26 19:26 ` [U-Boot] [PATCH][Re-Submit-again2] " Sergey Lapin
2008-10-29 9:04 ` Sergey Lapin
2008-10-30 15:42 ` Sergey Lapin
-- strict thread matches above, loose matches on Subject: below --
2008-09-27 17:55 [U-Boot] [PATCH][Re-Submit] " Sergey Lapin
2008-09-29 16:45 ` 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=48B85AB1.1000500@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox