Re: [U-Boot] [PATCH] mpc512x_fec: Move PHY initialization from probe into init routine.

2010-04-05 Thread Ben Warren
Hi Detlev, On 4/1/2010 6:45 AM, Detlev Zundel wrote: > This saves the autonegotation delay when not using ethernet in U-Boot > > Signed-off-by: Detlev Zundel > --- > drivers/net/mpc512x_fec.c | 30 ++ > 1 files changed, 10 insertions(+), 20 deletions(-) > > diff --

Re: [U-Boot] [PATCH] net: Trivial coding style issue with empty for statement

2010-04-05 Thread Ben Warren
Hi Detlev, On 3/31/2010 8:56 AM, Detlev Zundel wrote: > Signed-off-by: Detlev Zundel > CC: Ben Warren > --- > net/eth.c |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/net/eth.c b/net/eth.c > index b650a20..aff6987 100644 > --- a/net/eth.c > +++ b/net/eth.c > @

Re: [U-Boot] [PATCH] Remove unused "local_crc32" function.

2010-04-05 Thread Ben Warren
Hi Detlev, On 4/1/2010 5:16 AM, Detlev Zundel wrote: > For code archeologists, this is a nice example of copy and paste history. > > Signed-off-by: Detlev Zundel > --- > cpu/mpc8220/fec.c | 41 + > drivers/net/mpc512x_fec.c | 41 +-

Re: [U-Boot] [Patch] ./net/net.c - make Microsoft dns servers happy with random_port() numbers

2010-04-05 Thread Ben Warren
Hi Robin, On 3/8/2010 11:07 AM, Robin Getz wrote: > For some reason, (which I can't find any documentation on), if U-Boot > gives a port number higher than 17500 to a Microsoft DNS server, the > server will reply to port 17500, and U-Boot will ignore things (since > that isn't the port it asked th

Re: [U-Boot] [RFC] 83xx: uec: miiphybb: Added support for bitBang SMI and uec SMI enabled at the same time.

2010-04-05 Thread Ben Warren
Hi Richard, On 4/1/2010 11:17 AM, richardretanu...@ruggedcom.com wrote: > From 1f50506ad9a305c1c9dfc68aa70551166b44d3a0 Mon Sep 17 00:00:00 2001 > From: Richard Retanubun > Date: Wed, 17 Jun 2009 16:00:41 -0400 > Subject: [PATCH] 83xx: UEC: Added support for bitBang MII driver access to > PHYs >

[U-Boot] [RFC] Program net device MAC addresses after initializing

2010-04-05 Thread Ben Warren
Add a new function to the eth_device struct for programming a network controller's hardware address. After all network devices have been initialized and the proper MAC address for each has been determined, make a device driver call to program the address into the device. Only device instances wit

[U-Boot] Greeting From Harvest Logistics!

2010-04-05 Thread jolie
Dear Mr Vipula Wickrama: I am Jolie from Shanghai HARVEST International Logistics Corp, China; a professional forwarding agent specialized in all kinds of sea freight, air freight service. We are prepared to become your reliable partner and gain the mutual benefits in business. Here are a f

Re: [U-Boot] [PATCH] arm/integrator: Remove unneccessary CONFIG_PCI check.

2010-04-05 Thread Tom
Detlev Zundel wrote: > pci_eth_init() is already conditional to CONFIG_PCI so not every caller > needs to have conditionals. > > This is the only place in the current code base where such a check is > still at the calling site. Applied to arm/master Thanks Tom > > Signed-off-by: Detlev Zundel

[U-Boot] ARM pull request

2010-04-05 Thread Tom
Wolfgang, I have rebased arm/next to master. These are the changes. Tom The following changes since commit ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af: Wolfgang Denk (1): Merge branch 'next' are available in the git repository at: git://git.denx.de/u-boot-arm master Achim Ehrlich

Re: [U-Boot] [PATCH 1/1] at91sam9x: driver to use the internal RTT as RTC

2010-04-05 Thread Tom
Alexander Holler wrote: > Am 03.04.2010 20:33, schrieb Tom: >> Alexander Holler wrote: >> >> Change parameter name to something more descriptive. >> 'tmp' implies used locally and this value is passed back. >> Maybe 'tm' as to_tmp(.., struct rtc_time *tm) ? >> > > Maybe someone should place a READ

Re: [U-Boot] [PATCH 1/2] at91: add defines for RTT and GPBR

2010-04-05 Thread Tom
Alexander Holler wrote: > Am 03.04.2010 20:36, schrieb Tom: >> Alexander Holler wrote: >>> Signed-off-by: Alexander Holler >>> --- >>> include/asm-arm/arch-at91/at91sam9260.h | 2 ++ >>> include/asm-arm/arch-at91/at91sam9261.h | 2 ++ >>> include/asm-arm/arch-at91/at91sam9263.h | 3 +++ >>> 3 files c

Re: [U-Boot] [PATCH 1/3] The BUILD_BUG_ON macros moved from ubi_uboot.h to common.h

2010-04-05 Thread Michael Zaidman
On Sat, Apr 3, 2010 at 3:47 PM, Mike Frysinger wrote: > On Saturday 03 April 2010 04:23:58 Michael Zaidman wrote: >> On Fri, Apr 2, 2010 at 9:22 PM, Mike Frysinger wrote: >> >> I have a doubt however -  what about location of similar staff such as >> >> BUG, BUG_ON, debug, error, etc. Should it al

Re: [U-Boot] [RFC][PATCH 19/21] [eNET] Add support for onboard RTL8100B (RTL8139) chips

2010-04-05 Thread Graeme Russ
Hi Ben, Thanks for having a look at this On Mon, Apr 5, 2010 at 3:32 PM, Ben Warren wrote: > HI Graeme, > > On 3/25/2010 4:23 AM, Graeme Russ wrote: >> >> --- >> I simply do not know why PCI_BASE_ADDRESS_1 has to be changed to >> PCI_BASE_ADDRESS_0 - Please comment >> } >> + >> +int board_et

Re: [U-Boot] [PATCH] DM9000: fix build when debugging is enabled

2010-04-05 Thread Mike Frysinger
On Monday 05 April 2010 01:22:39 Ben Warren wrote: > On 3/24/2010 3:21 PM, Mike Frysinger wrote: > > From: Brent Kandetzki > > > > The debug code uses the gcc __func__ define, but tries to use it as a > > static const string which no longer works. So treat it like a normal > > printf string argum