[U-Boot] Please pull u-boot-ti/master

Hey,
The following changes since commit eeb72e67619b98d2502fe634a3a5d9953de92ad0:
Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-02-26 16:49:58 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to cc07294bc704694ae33db75b25ac557e5917a83f:
arm: am335x: DXR2: Reset SMSC LAN9303 switch via GPIO upon bootup (2014-03-04 09:42:07 -0500)
---------------------------------------------------------------- Dave Gerlach (3): ARM: AM43xx: EMIF: configure self-refresh entry delay ARM: AM43xx: Write sdram_config to secure_emif_sdram_config ARM: AM43xx: Change DDR3 Reset Value
Lokesh Vutla (1): ARM: AM4372: Update EMIF registers for DDR3
Mugunthan V N (6): drivers: net: cpsw: add support to have phy address from cpsw platform data ARM: AM43xx: clocks: Enable CPGMAC clock control ARM: AM43xx: Add CPSW support to AM43xx EPOS and GP EVM ARM: AM335x: add support for reading cpsw 2nd mac address from efuse ARM: DRA7xx: add support for reading cpsw 2nd mac from efuse ARM: AM43xx: Add Ethernet boot support to SPL
Stefan Roese (1): arm: am335x: DXR2: Reset SMSC LAN9303 switch via GPIO upon bootup
arch/arm/cpu/armv7/am33xx/clock_am43xx.c | 1 + arch/arm/cpu/armv7/am33xx/ddr.c | 5 +- arch/arm/cpu/armv7/am33xx/emif4.c | 2 +- board/BuR/common/common.c | 4 +- board/compulab/cm_t335/cm_t335.c | 2 +- board/isee/igep0033/board.c | 2 +- board/phytec/pcm051/board.c | 4 +- board/siemens/dxr2/board.c | 9 ++- board/siemens/dxr2/mux.c | 2 + board/siemens/pxm2/board.c | 4 +- board/siemens/rut/board.c | 4 +- board/silica/pengwyn/board.c | 4 +- board/ti/am335x/board.c | 19 +++++- board/ti/am43xx/board.c | 100 +++++++++++++++++++++++++++++- board/ti/am43xx/mux.c | 44 ++++++++++++- board/ti/dra7xx/evm.c | 19 +++++- board/ti/ti814x/evm.c | 4 +- drivers/net/cpsw.c | 4 +- include/configs/am335x_evm.h | 1 - include/configs/am335x_igep0033.h | 1 - include/configs/am43xx_evm.h | 26 ++++++++ include/configs/bur_am335x_common.h | 1 - include/configs/cm_t335.h | 1 - include/configs/dra7xx_evm.h | 1 - include/configs/dxr2.h | 2 +- include/configs/pcm051.h | 1 - include/configs/pengwyn.h | 1 - include/configs/pxm2.h | 1 - include/configs/rut.h | 1 - include/configs/ti814x_evm.h | 1 - include/configs/ti_am335x_common.h | 1 + include/cpsw.h | 2 +- 32 files changed, 235 insertions(+), 39 deletions(-)

Hi Tom,
On Tue, 4 Mar 2014 14:19:47 -0500, Tom Rini trini@ti.com wrote:
Hey,
The following changes since commit eeb72e67619b98d2502fe634a3a5d9953de92ad0:
Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-02-26 16:49:58 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to cc07294bc704694ae33db75b25ac557e5917a83f:
arm: am335x: DXR2: Reset SMSC LAN9303 switch via GPIO upon bootup (2014-03-04 09:42:07 -0500)
Dave Gerlach (3): ARM: AM43xx: EMIF: configure self-refresh entry delay ARM: AM43xx: Write sdram_config to secure_emif_sdram_config ARM: AM43xx: Change DDR3 Reset Value
Lokesh Vutla (1): ARM: AM4372: Update EMIF registers for DDR3
Mugunthan V N (6): drivers: net: cpsw: add support to have phy address from cpsw platform data ARM: AM43xx: clocks: Enable CPGMAC clock control ARM: AM43xx: Add CPSW support to AM43xx EPOS and GP EVM ARM: AM335x: add support for reading cpsw 2nd mac address from efuse ARM: DRA7xx: add support for reading cpsw 2nd mac from efuse ARM: AM43xx: Add Ethernet boot support to SPL
Stefan Roese (1): arm: am335x: DXR2: Reset SMSC LAN9303 switch via GPIO upon bootup
arch/arm/cpu/armv7/am33xx/clock_am43xx.c | 1 + arch/arm/cpu/armv7/am33xx/ddr.c | 5 +- arch/arm/cpu/armv7/am33xx/emif4.c | 2 +- board/BuR/common/common.c | 4 +- board/compulab/cm_t335/cm_t335.c | 2 +- board/isee/igep0033/board.c | 2 +- board/phytec/pcm051/board.c | 4 +- board/siemens/dxr2/board.c | 9 ++- board/siemens/dxr2/mux.c | 2 + board/siemens/pxm2/board.c | 4 +- board/siemens/rut/board.c | 4 +- board/silica/pengwyn/board.c | 4 +- board/ti/am335x/board.c | 19 +++++- board/ti/am43xx/board.c | 100 +++++++++++++++++++++++++++++- board/ti/am43xx/mux.c | 44 ++++++++++++- board/ti/dra7xx/evm.c | 19 +++++- board/ti/ti814x/evm.c | 4 +- drivers/net/cpsw.c | 4 +- include/configs/am335x_evm.h | 1 - include/configs/am335x_igep0033.h | 1 - include/configs/am43xx_evm.h | 26 ++++++++ include/configs/bur_am335x_common.h | 1 - include/configs/cm_t335.h | 1 - include/configs/dra7xx_evm.h | 1 - include/configs/dxr2.h | 2 +- include/configs/pcm051.h | 1 - include/configs/pengwyn.h | 1 - include/configs/pxm2.h | 1 - include/configs/rut.h | 1 - include/configs/ti814x_evm.h | 1 - include/configs/ti_am335x_common.h | 1 + include/cpsw.h | 2 +- 32 files changed, 235 insertions(+), 39 deletions(-)
Applied to u-boot-arm/master, thanks!
Amicalement,
participants (2)
-
Albert ARIBAUD
-
Tom Rini