[U-Boot] [PATCH v4 0/2][NEXT] da850evm basic MII EMAC support

Ben Gardiner bengardiner at nanometrics.ca
Wed Sep 22 20:44:28 CEST 2010


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             |   15 ++++-
 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, 129 insertions(+), 102 deletions(-)

---

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.


More information about the U-Boot mailing list