Re: [U-Boot] Enabling smc911x driver

2009-04-22 Thread Daniel Mack
On Wed, Apr 22, 2009 at 09:20:15PM -0700, Steve Sakoman wrote: > Files longer that 544 bytes result in a timeout error: > > Overo # tftp test.txt > smc911x: initializing > smc911x: detected LAN9221 controller > smc911x: phy initialized > smc911x: MAC aa:bb:cc:dd:ee:ff > TFTP from server 192.168.0.

Re: [U-Boot] Enabling smc911x driver

2009-04-22 Thread Steve Sakoman
On Wed, Apr 22, 2009 at 10:31 AM, Steve Sakoman wrote: > On Wed, Apr 22, 2009 at 8:54 AM, Daniel Mack wrote: > >>> How did you set this MAC address? Does the hardware read it from a >>> connected EEPROM or did you manually set it in your environment. > > It is manually set in the environment sinc

Re: [U-Boot] Enabling smc911x driver

2009-04-22 Thread Daniel Mack
On Wed, Apr 22, 2009 at 10:31:52AM -0700, Steve Sakoman wrote: > >> How did you set this MAC address? Does the hardware read it from a > >> connected EEPROM or did you manually set it in your environment. > > It is manually set in the environment since the prototype hardware > doesn't have the eep

Re: [U-Boot] Enabling smc911x driver

2009-04-22 Thread Steve Sakoman
On Wed, Apr 22, 2009 at 8:54 AM, Daniel Mack wrote: >> How did you set this MAC address? Does the hardware read it from a >> connected EEPROM or did you manually set it in your environment. It is manually set in the environment since the prototype hardware doesn't have the eeprom. >> If you >>

Re: [U-Boot] Enabling smc911x driver

2009-04-22 Thread Daniel Mack
On Wed, Apr 22, 2009 at 05:51:44PM +0200, Daniel Mack wrote: > On Wed, Apr 22, 2009 at 07:52:40AM -0700, Steve Sakoman wrote: > > Now things seem to initialize properly: > > > > U-Boot 2009.03 (Apr 22 2009 - 07:28:04) > > > > OMAP3503-GP rev 2, CPU-OPP2 L3-165MHz > > Gumstix Overo board + LPDDR/N

Re: [U-Boot] Enabling smc911x driver

2009-04-22 Thread Daniel Mack
On Wed, Apr 22, 2009 at 07:52:40AM -0700, Steve Sakoman wrote: > Now things seem to initialize properly: > > U-Boot 2009.03 (Apr 22 2009 - 07:28:04) > > OMAP3503-GP rev 2, CPU-OPP2 L3-165MHz > Gumstix Overo board + LPDDR/NAND > DRAM: 256 MB > NAND: 256 MiB > In:serial > Out: serial > Err:

Re: [U-Boot] Enabling smc911x driver

2009-04-22 Thread Steve Sakoman
On Tue, Apr 21, 2009 at 9:32 AM, Ben Warren wrote: > This driver uses the old-style API and so requires board/cpu init code to > call eth_init().  I'm not familiar with your architecture, so don't know how > or if this is implemented, but it should be easy to find another example > that does this

Re: [U-Boot] Enabling smc911x driver

2009-04-21 Thread Ben Warren
Steve, Steve Sakoman wrote: > I'm attempting to enable the smc911x driver for the overo omap3 board. > > Looking at the README and a couple of board config files, it seems > that defining CONFIG_DRIVER_SMC911X, CONFIG_DRIVER_SMC911X_16_BIT (or > 32_BIT), and CONFIG_DRIVER_SMC911X_BASE is all that

[U-Boot] Enabling smc911x driver

2009-04-21 Thread Steve Sakoman
I'm attempting to enable the smc911x driver for the overo omap3 board. Looking at the README and a couple of board config files, it seems that defining CONFIG_DRIVER_SMC911X, CONFIG_DRIVER_SMC911X_16_BIT (or 32_BIT), and CONFIG_DRIVER_SMC911X_BASE is all that is required. I have also enabled CON