[U-Boot] [PATCH 0/7] Ethernet bringup patchset for DRA7xx EVM

Mugunthan V N mugunthanvnm at ti.com
Mon Jul 8 12:34:36 CEST 2013


This patch series brings up the CPSW ethernet in DRA7xx EVM and
it is based on the master branch on git://git.denx.de/u-boot.git

This patch is also tested with basic boot of Omap 5 and tftp
download test with AM335x EVM.

Lokesh Vutla (1):
  ARM: DRA7xx: Lock DPLL_GMAC

Mugunthan V N (6):
  drivers: net: cpsw: remove hard coding bd ram for cpsw
  drivers: net: cpsw: Enable statistics for all port
  ARM: DRA7xx: Enable GMAC clock control
  ARM: DRA7xx: Add CPSW support to DRA7xx EVM
  ARM: DRA7xx: Add CPSW and MDIO pinmux support
  ARM: DRA7xx: Enable CPSW Ethernet support

 arch/arm/cpu/armv7/omap-common/clocks-common.c |   18 +++
 arch/arm/cpu/armv7/omap5/hw_data.c             |   18 ++-
 arch/arm/cpu/armv7/omap5/prcm-regs.c           |    7 ++
 arch/arm/include/asm/arch-omap5/cpu.h          |    6 +
 arch/arm/include/asm/arch-omap5/omap.h         |   26 ++++
 arch/arm/include/asm/omap_common.h             |   10 ++
 board/ti/am335x/board.c                        |    1 +
 board/ti/dra7xx/evm.c                          |  150 +++++++++++++++++++++++-
 board/ti/dra7xx/mux_data.h                     |   14 +++
 board/ti/ti814x/evm.c                          |    1 +
 drivers/net/cpsw.c                             |    5 +-
 include/configs/dra7xx_evm.h                   |   19 +++
 include/cpsw.h                                 |    1 +
 13 files changed, 267 insertions(+), 9 deletions(-)

-- 
1.7.9.5



More information about the U-Boot mailing list