This patch series proposes to add basic MII support to the da850evm; the first patch in the series refactors davinci EMAC setup. The second patch in the series enables MII support.
Ben Gardiner (2): [NEXT] davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr [NEXT] da850evm: basic MII EMAC support arch/arm/include/asm/arch-davinci/emac_defs.h | 1 - arch/arm/lib/board.c | 19 ------ board/davinci/common/misc.c | 41 +++---------- board/davinci/common/misc.h | 2 +- board/davinci/da8xxevm/da830evm.c | 12 +++- board/davinci/da8xxevm/da850evm.c | 50 +++++++++++++++ board/davinci/dm365evm/dm365evm.c | 2 +- board/davinci/dvevm/dvevm.c | 2 +- board/davinci/sffsdr/sffsdr.c | 2 +- board/davinci/sonata/sonata.c | 2 +- drivers/net/davinci_emac.c | 80 ++++++++++++------------- include/configs/da850evm.h | 15 +++++ 12 files changed, 126 insertions(+), 102 deletions(-) --- V6: * fix tear-line V5: * don't check return code of write_hwaddr in da830 board setup V4: * make the emac_pins static V3: * rebased to u-boot/next * removed additional direct call of davinci_eth_set_mac_addr added to board_init_r by Heiko's relocation patches V2: * added patch 1/2 to refactor davinci_emac setup * added SOB to 2/2 Tested on da850evm with MII PHY on baseboard. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot