[U-Boot] Pull request - net

Wolfgang Denk wd at denx.de
Mon Oct 12 23:47:30 CEST 2009


Dear Ben Warren,

In message <4AD18093.3070601 at gmail.com> you wrote:
> 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

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"The bad reputation UNIX has gotten is totally undeserved, laid on by
people who don't understand, who have not gotten in there  and  tried
anything."          -- Jim Joyce, owner of Jim Joyce's UNIX Bookstore


More information about the U-Boot mailing list