[U-Boot] [PATCH 0/6] Update kirkwood egiga to allow dynamic phy addrs
Tor Krill
tor at excito.com
Thu Jun 24 09:55:15 CEST 2010
Today the kirkwood egiga driver assumes that phy addresses are
consecutive from a base address.
Our new board design using this cpu unfortunately has a non contiguous
addressing of its phys and thus doesn't work with the current
implementation.
This patchset updates the implementation to use an array of
phy addresses as configuration.
Tor Krill (6):
Allow PHY addresses on kirkwood egiga to be non continuous.
Convert Suen3 board to use array of phy addrs
Convert Sheevaplug board to use array of phy addrs
Convert OpenRD board to use array of phy addrs
Convert Guruplug board to use array of phy addrs
Convert rd6281a board to use array of phy addrs
board/keymile/km_arm/km_arm.c | 3 ++-
drivers/net/kirkwood_egiga.c | 3 ++-
drivers/net/kirkwood_egiga.h | 8 ++++----
include/configs/guruplug.h | 2 +-
include/configs/km_arm.h | 2 +-
include/configs/openrd_base.h | 2 +-
include/configs/rd6281a.h | 2 +-
include/configs/sheevaplug.h | 2 +-
8 files changed, 13 insertions(+), 11 deletions(-)
More information about the U-Boot
mailing list