Re: [U-Boot] Enabling smc911x driver

2009-04-23 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.210;

Re: [U-Boot] Enabling smc911x driver

2009-04-22 Thread Steve Sakoman
On Tue, Apr 21, 2009 at 9:32 AM, Ben Warren biggerbadder...@gmail.com 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

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: serial

Re: [U-Boot] Enabling smc911x driver

2009-04-22 Thread Steve Sakoman
On Wed, Apr 22, 2009 at 8:54 AM, Daniel Mack dan...@caiaq.de 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.

Re: [U-Boot] Enabling smc911x driver

2009-04-22 Thread Steve Sakoman
On Wed, Apr 22, 2009 at 10:31 AM, Steve Sakoman sako...@gmail.com wrote: On Wed, Apr 22, 2009 at 8:54 AM, Daniel Mack dan...@caiaq.de 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

[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

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 is