mbox series

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

Message ID VI1PR04MB20783407534B8D8FB66F37439A640@VI1PR04MB2078.eurprd04.prod.outlook.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull u-boot-fsl-qoriq master | expand

Pull-request

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

Message

York Sun Sept. 23, 2017, 5:08 a.m. UTC
Tom,


The following changes since commit 91ebf300934461e450f5ef8f386ea9e55d2636c5:

   Travis-CI: Checkout only v1.4.3 of dtc (2017-09-22 07:40:06 -0400)

are available in the git repository at:

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

for you to fetch changes up to 09c6778d9f5c85c40d8a81722c98142975c2a01e:

   armv8: ls1046ardb: disable PPA loading during SPL stage for SD boot 
(2017-09-22 12:49:51 -0700)

----------------------------------------------------------------
Ashish Kumar (1):
       armv8: fsl-layerscape: Put SATA code under SATA configs

Bharat Bhushan (1):
       pci: layerscape: Fixup iommu-map for LS208xA

Priyanka Jain (2):
       board/ls2080ardb: Add mcmemsize variable in default env
       board/ls2080ardb: Update board env based on SoC

Santan Kumar (2):
       board/ls2080ardb: Remove CONFIG_DISPLAY_BOARDINFO_LATE
       board/ls2081ardb: Update QSPI flash type from n25q512a to s25fs512s

Sriram Dash (2):
       armv8: fsl: ifc: Put IFC related code under CONFIG_FSL_IFC
       armv8: fsl: i2c: Put I2C related code under CONFIG_SYS_I2C

Yangbo Lu (3):
       armv8: ls1043a: disable IFC in SPL only when QSPI is used
       armv8: ls1043ardb: disable PPA loading during SPL stage for SD boot
       armv8: ls1046ardb: disable PPA loading during SPL stage for SD boot

York Sun (1):
       armv7: ls1021a: Fix marco CONFIG_LS102XA

  arch/arm/cpu/armv8/fsl-layerscape/soc.c        |  8 +++++++-
  arch/arm/dts/fsl-ls2081a-rdb.dts               |  4 ++--
  arch/arm/include/asm/arch-fsl-layerscape/cpu.h | 10 ++++++++++
  board/freescale/ls2080ardb/ls2080ardb.c        | 12 ++++++++++++
  configs/ls1043ardb_sdcard_defconfig            |  1 -
  configs/ls1046ardb_sdcard_defconfig            |  1 -
  drivers/pci/pcie_layerscape_fixup.c            | 19 ++++++++++++++-----
  include/configs/ls1043a_common.h               |  2 +-
  include/configs/ls2080ardb.h                   |  8 ++------
  include/usb/ehci-ci.h                          |  2 +-
  10 files changed, 49 insertions(+), 18 deletions(-)

Thanks.

York

Comments

Tom Rini Sept. 24, 2017, 2:40 p.m. UTC | #1
On Sat, Sep 23, 2017 at 05:08:51AM +0000, York Sun wrote:

> Tom,
> 
> 
> The following changes since commit 91ebf300934461e450f5ef8f386ea9e55d2636c5:
> 
>    Travis-CI: Checkout only v1.4.3 of dtc (2017-09-22 07:40:06 -0400)
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 09c6778d9f5c85c40d8a81722c98142975c2a01e:
> 
>    armv8: ls1046ardb: disable PPA loading during SPL stage for SD boot 
> (2017-09-22 12:49:51 -0700)
> 

Applied to u-boot/master, thanks!