[U-Boot] smc911x and CONFIG_NET_MULTI
Mike Frysinger
vapier at gentoo.org
Tue Aug 14 19:43:45 CEST 2012
On Tuesday 14 August 2012 12:25:34 Dimitar Penev wrote:
> We have developed a custom blackfin board having two LAN9218 chips on
> board. Is the available smc911x driver tested with multiple network chips
> on board?
all net drivers have been converted to net multi a long time ago.
> The base address of the first chip should be set to CONFIG_SMC911X_BASE.
that is a board-specific convention. update your board_eth_init() to use
whatever addresses you want.
> On what physical address the second chip should be allocated so uboot finds
> it?
that is up to you to manage. u-boot has no addresses hardcoded in it except
what *you* define in board_eth_init().
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120814/b5a58bd9/attachment.pgp>
More information about the U-Boot
mailing list