From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 06 Nov 2007 10:54:36 -0500 Subject: [U-Boot-Users] [GIT PULL] Please pull net tree Message-ID: <47308E3C.4000103@qstreams.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang, Please pull the net tree. I believe it's in sync with the main line. P.S. is there a way to get rid of the merge log entries from when I sync with the main line, or do we want them there? The following changes since commit 992742a5b09d9040adbd156fb90756af66ade310: Wolfgang Denk (1): Cleanup coding style; update CHANGELOG are available in the git repository at: git://www.denx.de/git/u-boot-net master Ben Warren (2): Merge git://www.denx.de/git/u-boot Merge git://www.denx.de/git/u-boot Justin Flammia (1): DHCP Client Fix Larry Johnson (2): NET: Cosmetic changes NET: Add Ethernet 1000BASE-X support for PPC4xx Roy Zang (1): Implement general ULi 526x Ethernet driver support in U-boot common/cmd_mii.c | 8 +- common/miiphyutil.c | 282 ++++++++------- drivers/Makefile | 2 +- drivers/uli526x.c | 996 +++++++++++++++++++++++++++++++++++++++++++++++++++ include/miiphy.h | 114 ++++--- net/eth.c | 4 + 6 files changed, 1227 insertions(+), 179 deletions(-) create mode 100644 drivers/uli526x.c