Re: [U-Boot] [PATCH v2] da830evm: Add support for TI EMAC

2010-02-09 Thread Nick Thompson
On 09/02/10 16:47, Paulraj, Sandeep wrote: >> Adds support for ethernet networking on the da830evm platform. >> >> This platform uses an SoC EMAC interface and a 3 port ethernet >> switch as a PHY with an RMII interface. The PHY also has a i2c >> interface for configuring the switch functions. >> >

[U-Boot] [PATCH v2] da830evm: Add support for TI EMAC

2010-02-09 Thread Nick Thompson
Adds support for ethernet networking on the da830evm platform. This platform uses an SoC EMAC interface and a 3 port ethernet switch as a PHY with an RMII interface. The PHY also has a i2c interface for configuring the switch functions. Signed-off-by: Nick Thompson --- board/davinci/da830evm/da

Re: [U-Boot] [PATCH v2] da830evm: Add support for TI EMAC

2010-02-09 Thread Paulraj, Sandeep
> > Adds support for ethernet networking on the da830evm platform. > > This platform uses an SoC EMAC interface and a 3 port ethernet > switch as a PHY with an RMII interface. The PHY also has a i2c > interface for configuring the switch functions. > > Signed-off-by: Nick Thompson > --- > bo