
14 Aug
2012
14 Aug
'12
7:43 p.m.
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