[U-Boot] Pull request: u-boot-arm/master

Tom Rini trini at ti.com
Mon Mar 10 22:27:37 CET 2014


On Mon, Mar 10, 2014 at 07:16:44PM +0100, Albert ARIBAUD wrote:

> Hi Tom,
> 
> 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-arm master
> 
> for you to fetch changes up to 27019e4a949fc3be2e895ac20839c4d4d119f902:
> 
>   arm: atmel: sama5d3: add nand spl boot support (2014-03-09 19:19:13
>   +0100)
> 
> ----------------------------------------------------------------
> Albert ARIBAUD (1):
>       Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
> 
> Andreas Henriksson (2):
>       at91sam9263ek: add mmc support
>       at91 gpio: fix typo in compatibility macro
> 
> Bo Shen (4):
>       ARM: atmel: add sama5d3 Xplained board support
>       arm: atmel: sama5d3: add spi spl boot support
>       mtd: nand: atmel: prepare for nand spl boot support
>       arm: atmel: sama5d3: add nand spl boot support
> 
> 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
> 
> Enric Balletbo i Serra (1):
>       OMAP3: igep00x0: Enable required clocks for GPIO that are used.
> 
> Hannes Petermaier (1):
>       board/BuR/common: fix phy addresses
> 
> 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
> 
> Stephen Warren (8):
>       ARM: tegra: move CONFIG_TEGRAnn
>       ARM: tegra: fix pmc_pwrgate_timer_mult register definition
>       ARM: tegra: fix NV_PA_CSITE_BASE for Tegra124
>       ARM: tegra: simplify halt_avp()
>       ARM: tegra: set CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS
>       ARM: tegra: convert tegra to use distro defaults
>       ARM: tegra: rework boot scripts
>       ARM: tegra: implement bootcmd_pxe
> 
>  arch/arm/cpu/arm720t/tegra-common/cpu.c           |   5 ++-
>  arch/arm/cpu/arm720t/tegra124/cpu.c               |   4 +--
>  arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c |  25 ++++++++++++++
>  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 +-
>  arch/arm/cpu/at91-common/spl.c                    |   4 +++
>  arch/arm/include/asm/arch-at91/gpio.h             |   2 +-
>  arch/arm/include/asm/arch-at91/spl.h              |   4 +++
>  arch/arm/include/asm/arch-tegra/pmc.h             |  11 +++++++
>  arch/arm/include/asm/arch-tegra/tegra.h           |   5 +++
>  arch/arm/include/asm/arch-tegra114/tegra.h        |   2 ++
>  arch/arm/include/asm/arch-tegra124/tegra.h        |   2 ++
>  arch/arm/include/asm/arch-tegra20/tegra.h         |   2 ++
>  arch/arm/include/asm/arch-tegra30/tegra.h         |   2 ++
>  board/BuR/common/common.c                         |   4 +--
>  board/atmel/at91sam9263ek/at91sam9263ek.c         |  10 ++++++
>  board/atmel/sama5d3_xplained/Makefile             |  15 +++++++++
>  board/atmel/sama5d3_xplained/sama5d3_xplained.c   | 130
>  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  board/atmel/sama5d3xek/sama5d3xek.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 +--
>  boards.cfg                                        |   2 ++
>  drivers/mtd/nand/atmel_nand.c                     | 208
>  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  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/at91sam9263ek.h                   |
>  13 ++++++++ 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/omap3_igep00x0.h                  |   5 +++
>  include/configs/pcm051.h                          |   1 -
>  include/configs/pengwyn.h                         |   1 -
>  include/configs/pxm2.h                            |   1 -
>  include/configs/rut.h                             |   1 -
>  include/configs/sama5d3_xplained.h                | 203
>  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  include/configs/sama5d3xek.h                      |  23 +++++++++++++
>  include/configs/tegra-common-post.h               |  57
>  ++++++++++++++++++++++++++------
>  include/configs/tegra-common.h                    |  20 +++--------
>  include/configs/tegra114-common.h                 |  10 +++---
>  include/configs/tegra124-common.h                 |   6 +---
>  include/configs/tegra20-common.h                  |  10 +++---
>  include/configs/tegra30-common.h                  |  10 +++---
>  include/configs/ti814x_evm.h                      |   1 -
>  include/configs/ti_am335x_common.h                |   1 +
>  include/cpsw.h                                    |   2 +-
>  include/nand.h                                    |   6 ++++ 61 files
>  changed, 983 insertions(+), 91 deletions(-) create mode 100644
>  board/atmel/sama5d3_xplained/Makefile create mode 100644
>  board/atmel/sama5d3_xplained/sama5d3_xplained.c create mode 100644
>  include/configs/sama5d3_xplained.h

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140310/4dda2324/attachment.pgp>


More information about the U-Boot mailing list