mbox

[U-Boot] Please pull u-boot-fsl-qoriq master

Message ID 575B3C9A.80506@nxp.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-fsl-qoriq.git master

Message

York Sun June 10, 2016, 10:18 p.m. UTC
Tom,

The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80:

  siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git master

for you to fetch changes up to a646f6698173ef4ff34c414f91541b4b8f014de1:

  armv8: ls2080aqds: Enable QSPI boot support (2016-06-10 13:45:01 -0700)

----------------------------------------------------------------
Pratiyush Mohan Srivastava (1):
      board: ls2080a: Add "mcinitcmd" env for MC & DPL deployment

Yuan Yao (10):
      drivers: i2c: mxc: Add early init
      armv8: ls2080aqds: Select QSPI CLK div via SCFG
      configs: ls2080a_common: Remove duplicate NOR configs
      armv8: ls2080aqds: disable IFC NOR & QIXIS when QSPI enable
      configs: ls2080aqds: Enable QSPI flash support
      dts: ls2080aqds: Add QSPI dts node
      armv8: ls2080aqds: Config QSPI pin mux via FPGA in NAND boot
      configs: ls2080a: Increase load image len in NAND boot
      configs: ls2080aqds_nand_defconfig: Enable QSPI
      armv8: ls2080aqds: Enable QSPI boot support

Yunhui Cui (1):
      armv8/ls2080a: configure PMU's PCTBENR to enable WDT

 arch/arm/cpu/armv8/fsl-layerscape/cpu.c            |   12 ++++++
 arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch3 |   29 +++++++++++++
 arch/arm/dts/fsl-ls2080a-qds.dts                   |   14 +++++++
 arch/arm/dts/fsl-ls2080a.dtsi                      |   10 +++++
 arch/arm/include/asm/arch-fsl-layerscape/cpu.h     |    4 ++
 .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |    4 ++
 board/freescale/ls2080aqds/eth.c                   |    5 +++
 board/freescale/ls2080aqds/ls2080aqds.c            |   19 +++++++++
 board/freescale/ls2080ardb/eth_ls2080rdb.c         |    5 +++
 configs/ls2080aqds_nand_defconfig                  |    9 ++++
 configs/ls2080aqds_qspi_defconfig                  |   37 +++++++++++++++++
 drivers/i2c/i2c_core.c                             |    5 +++
 drivers/i2c/mxc_i2c.c                              |   27 ++++++++++++
 include/configs/ls2080a_common.h                   |   11 ++---
 include/configs/ls2080a_simu.h                     |    7 ++++
 include/configs/ls2080aqds.h                       |   43 +++++++++++++++++++-
 include/i2c.h                                      |    3 ++
 17 files changed, 234 insertions(+), 10 deletions(-)
 create mode 100644 configs/ls2080aqds_qspi_defconfig

Thanks.

York

Comments

Tom Rini June 19, 2016, 2:03 p.m. UTC | #1
On Fri, Jun 10, 2016 at 03:18:02PM -0700, York Sun wrote:

> Tom,
> 
> The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80:
> 
>   siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git master
> 
> for you to fetch changes up to a646f6698173ef4ff34c414f91541b4b8f014de1:
> 
>   armv8: ls2080aqds: Enable QSPI boot support (2016-06-10 13:45:01 -0700)
> 

Applied to u-boot/master, thanks!