mbox

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

Message ID E1XVlGb-0007UL-6v@janus
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-arm master

Message

Albert ARIBAUD Sept. 21, 2014, 5:49 p.m. UTC
Hi Tom,

The following changes since commit
9170818a4e004af7893fa0113f6e5b4afafded55:

  kconfiglib: change SPDX-License-Identifier to ISC (2014-09-17
  21:03:18 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-arm master

for you to fetch changes up to 2a8c9c86b92a9ccee3c27286de317e19bb0530b3:

  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-09-21
  16:56:44 +0200)

----------------------------------------------------------------

Albert ARIBAUD (1):
      Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'

Bo Shen (7):
      ARM: atmel: sama5d3xek: add nor flash init function
      ARM: atmel: sama5d3xek: enable NOR flash support
      ARM: atmel: sama5d3: add timings register
      ARM: atmel: use pcr to enable or disable peripheral clock
      ARM: atmel: add pcr related definition
      USB: ohci-at91: use pcr to enable or disable clock
      USB: ehci-atmel: use pcr to enable or disable clock

Boris BREZILLON (1):
      mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC

Guillaume GARDET (2):
      OMAP4: Use generic 'load' command instead of 'fatload' for
'loadbootscript' and 'loadbootenv' as already done for 'loadimage' and
'loaduimage'. am335x_evm: Add boot script support to am335x_evm

Murali Karicheri (1):
      ARM: keystone: ddr3: workaround for ddr3a/3b memory issue

Wu, Josh (3):
      mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the
pmecc register ARM: at91sam9n12ek: convert to generic board support
      ARM: at91sam9rlek: convert to generic board support

 arch/arm/cpu/armv7/at91/clock.c               | 24 +++++++--
 arch/arm/cpu/armv7/keystone/ddr3.c            | 75
 +++++++++++++++++++++++++++
 arch/arm/include/asm/arch-at91/at91_pmc.h     |  6 ++-
 arch/arm/include/asm/arch-at91/clk.h          |  1 +
 arch/arm/include/asm/arch-at91/sama5d3.h      |  1 +
 arch/arm/include/asm/arch-at91/sama5d3_smc.h  |  3 +-
 arch/arm/include/asm/arch-keystone/ddr3.h     |  1 +
 arch/arm/include/asm/arch-keystone/hardware.h |  2 +
 board/atmel/sama5d3xek/sama5d3xek.c           | 58
 +++++++++++++++++++++ board/ti/ks2_evm/ddr3_k2hk.c                  |
 4 ++ drivers/mtd/nand/atmel_nand.c                 | 22 ++++----
 drivers/mtd/nand/atmel_nand_ecc.h             |  3 ++
 drivers/usb/host/ehci-atmel.c                 |  8 +++
 drivers/usb/host/ohci-at91.c                  |  8 +--
 include/configs/am335x_evm.h                  | 29 +++++++----
 include/configs/at91sam9n12ek.h               |  1 +
 include/configs/at91sam9rlek.h                |  2 +
 include/configs/sama5d3xek.h                  | 13 ++++-
 include/configs/ti_omap4_common.h             |  4 +- 19 files
 changed, 231 insertions(+), 34 deletions(-)

Amicalement,

Comments

Tom Rini Sept. 23, 2014, 11:28 a.m. UTC | #1
On Sun, Sep 21, 2014 at 07:49:44PM +0200, Albert ARIBAUD wrote:

> Hi Tom,
> 
> The following changes since commit
> 9170818a4e004af7893fa0113f6e5b4afafded55:
> 
>   kconfiglib: change SPDX-License-Identifier to ISC (2014-09-17
>   21:03:18 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm master
> 
> for you to fetch changes up to 2a8c9c86b92a9ccee3c27286de317e19bb0530b3:
> 
>   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-09-21
>   16:56:44 +0200)
> 
> ----------------------------------------------------------------
> 
> Albert ARIBAUD (1):
>       Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
> 
> Bo Shen (7):
>       ARM: atmel: sama5d3xek: add nor flash init function
>       ARM: atmel: sama5d3xek: enable NOR flash support
>       ARM: atmel: sama5d3: add timings register
>       ARM: atmel: use pcr to enable or disable peripheral clock
>       ARM: atmel: add pcr related definition
>       USB: ohci-at91: use pcr to enable or disable clock
>       USB: ehci-atmel: use pcr to enable or disable clock
> 
> Boris BREZILLON (1):
>       mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC
> 
> Guillaume GARDET (2):
>       OMAP4: Use generic 'load' command instead of 'fatload' for
> 'loadbootscript' and 'loadbootenv' as already done for 'loadimage' and
> 'loaduimage'. am335x_evm: Add boot script support to am335x_evm
> 
> Murali Karicheri (1):
>       ARM: keystone: ddr3: workaround for ddr3a/3b memory issue
> 
> Wu, Josh (3):
>       mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the
> pmecc register ARM: at91sam9n12ek: convert to generic board support
>       ARM: at91sam9rlek: convert to generic board support
> 
>  arch/arm/cpu/armv7/at91/clock.c               | 24 +++++++--
>  arch/arm/cpu/armv7/keystone/ddr3.c            | 75
>  +++++++++++++++++++++++++++
>  arch/arm/include/asm/arch-at91/at91_pmc.h     |  6 ++-
>  arch/arm/include/asm/arch-at91/clk.h          |  1 +
>  arch/arm/include/asm/arch-at91/sama5d3.h      |  1 +
>  arch/arm/include/asm/arch-at91/sama5d3_smc.h  |  3 +-
>  arch/arm/include/asm/arch-keystone/ddr3.h     |  1 +
>  arch/arm/include/asm/arch-keystone/hardware.h |  2 +
>  board/atmel/sama5d3xek/sama5d3xek.c           | 58
>  +++++++++++++++++++++ board/ti/ks2_evm/ddr3_k2hk.c                  |
>  4 ++ drivers/mtd/nand/atmel_nand.c                 | 22 ++++----
>  drivers/mtd/nand/atmel_nand_ecc.h             |  3 ++
>  drivers/usb/host/ehci-atmel.c                 |  8 +++
>  drivers/usb/host/ohci-at91.c                  |  8 +--
>  include/configs/am335x_evm.h                  | 29 +++++++----
>  include/configs/at91sam9n12ek.h               |  1 +
>  include/configs/at91sam9rlek.h                |  2 +
>  include/configs/sama5d3xek.h                  | 13 ++++-
>  include/configs/ti_omap4_common.h             |  4 +- 19 files
>  changed, 231 insertions(+), 34 deletions(-)

Applied to u-boot/master, thanks!