From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Wed, 31 Oct 2007 11:32:37 -0400 Subject: [U-Boot-Users] [PATCH] Add ULi 526x Ethernet driver support in U-boot In-Reply-To: <1193292728.12888.12.camel@localhost.localdomain> References: <1193292728.12888.12.camel@localhost.localdomain> Message-ID: <4728A015.1080707@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 Hi Roy, This patch doesn't apply to top-of tree. Some reasons are below: Zang Roy-r61911 wrote: > From: Roy Zang > > Add ULi 526x Ethernet driver support in U-boot. > Signed-off-by: Roy Zang > --- > It has been tested on MPC8610HPCD board. > Any feedback welcome. > drivers/Makefile | 2 +- > drivers/uli526x.c | 1009 +++++++++++++++++++++++++++++++++++++++++++++++++++++ > net/eth.c | 4 + > 3 files changed, 1014 insertions(+), 1 deletions(-) > create mode 100644 drivers/uli526x.c > > diff --git a/drivers/Makefile b/drivers/Makefile > index 3ee6312..08e139b 100755 > -- a/drivers/Makefile > My version of git (1.5.2.5) yaks at the '--' instead of '---'. All diffs in your patch are this way > +++ b/drivers/Makefile > @@ -38,7 +38,7 @@ COBJS = 3c589.o 5701rls.o ali512x.o at45.o ata_piix.o atmel_usart.o \ > omap24xx_i2c.o pci.o pci_auto.o pci_indirect.o \ > pcnet.o plb2800_eth.o \ > ps2ser.o ps2mult.o pc_keyb.o \ > - rtl8019.o rtl8139.o rtl8169.o \ > + rtl8019.o rtl8139.o rtl8169.o uli526x.o\ > Top-of tree has some different driver entries. Please re-submit after fixing these errors. The patch itself looks reasonably sound, although I didn't know anybody was making this chip any more. regards, Ben