
18 Feb
2010
18 Feb
'10
3:11 a.m.
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 nick.thompson@ge.com
board/davinci/da830evm/da830evm.c | 64 +++++++++++++++++++++++++++++- include/asm-arm/arch-davinci/emac_defs.h | 1 + include/configs/da830evm.h | 1 + 3 files changed, 64 insertions(+), 2 deletions(-)
Pushed to u-boot-ti.
I verified that the EMAC driver worked fine on the DM365.
Thanks, Sandeep