[U-Boot] Pull request - net

Ben Warren biggerbadderben at gmail.com
Sun Oct 11 08:52:03 CEST 2009


Wolfgang,

With this pull, I believe all net-related changes for 2009.11 are in.

The following changes since commit cd77dd109c4a439519a78c32eddc42bdebc7a61f:
  Wolfgang Denk (1):
        Merge branch 'reloc'

are available in the git repository at:

  git://git.denx.de/u-boot-net.git master

Luigi 'Comio' Mantellini (3):
      Rewrite the miiphybb (Bit-banged MII bus driver) in order to support an arbitrary number of mii buses.
      Add bb_miiphy_init call before any ethernet bring-up code.
      Update all board to support new bbmiiphy driver (with multibus support)

 doc/README.bitbangMII        |   56 +++++++
 drivers/net/phy/miiphybb.c   |  346 +++++++++++++++++++++++++++++-------------
 include/configs/ISPAN.h      |    4 +
 include/configs/MPC8260ADS.h |    3 +
 include/configs/MPC8266ADS.h |    4 +
 include/configs/MPC8560ADS.h |    4 +
 include/configs/Rattler.h    |    4 +
 include/configs/SBC8540.h    |    4 +
 include/configs/TQM8272.h    |    3 +
 include/configs/VoVPN-GW.h   |    5 +
 include/configs/ZPC1900.h    |    4 +
 include/configs/ep8248.h     |    1 +
 include/configs/ep82xxm.h    |    1 +
 include/configs/gw8260.h     |    5 +
 include/configs/hymod.h      |   12 ++
 include/configs/muas3001.h   |    4 +
 include/configs/ppmc8260.h   |    4 +
 include/configs/sacsng.h     |    4 +
 include/configs/sbc8260.h    |    4 +
 include/configs/sbc8560.h    |    4 +
 include/miiphy.h             |   25 +++-
 lib_arm/board.c              |    7 +
 lib_avr32/board.c            |    7 +
 lib_blackfin/board.c         |    7 +
 lib_i386/board.c             |    9 +-
 lib_m68k/board.c             |    7 +
 lib_mips/board.c             |    7 +
 lib_ppc/board.c              |    7 +
 lib_sh/board.c               |    7 +
 lib_sparc/board.c            |    7 +
 30 files changed, 460 insertions(+), 106 deletions(-)
 create mode 100644 doc/README.bitbangMII




More information about the U-Boot mailing list