From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Gardiner Date: Thu, 23 Sep 2010 09:33:38 -0400 Subject: [U-Boot] [PATCH v5 0/2][NEXT] da850evm basic MII EMAC support In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-) --- 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.