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

Ben Gardiner bengardiner at nanometrics.ca
Mon Sep 13 23:04:52 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):
  davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr
  da850evm: basic MII EMAC support

 arch/arm/include/asm/arch-davinci/emac_defs.h |    1 -
 arch/arm/lib/board.c                          |    9 ---
 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(+), 92 deletions(-)

---

I am submitting this patch for inclusion in v2010.12, not v2010.09.

V2:
 * added patch 1/2 to refactor davinci_emac setup
 * added SOB to 2/2
 
./MAKEALL ARM9 showed no errors or additional warnings. 

Tested on da850evm with MII PHY on baseboard.


More information about the U-Boot mailing list