mbox series

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

Message ID VI1PR04MB20780C3831080586132E9AE69A330@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 Dec. 7, 2017, 10:43 p.m. UTC
Tom,

The following changes since commit 9da7fb4a39149c3061cb148bfbaa76b4b52b9008:

  Prepare v2018.01-rc1 (2017-12-04 18:27:17 -0500)

are available in the git repository at:

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

for you to fetch changes up to d798a6ee6436c7d2bcbf3fa6bda01daa4411a493:

  armv8: ls1088a: Add nand support for ls1088ardb (2017-12-06 14:56:31
-0800)

----------------------------------------------------------------
Ashish Kumar (3):
      armv8: ls1088a: Unset USE_BOOTCOMMAND in defconfig
      armv8: ls1088: Add fsl_fdt_fixup_flash
      armv8: ls1088a: Add nand support for ls1088ardb

Bhaskar Upadhaya (1):
      armv8: ls1012a: Modify Kernel and Environment offset

Prabhakar Kushwaha (1):
      armv8: fsl-layerscape: Add support of disabling core prefetch

Ran Wang (1):
      armv8: Workaround for USB erratua on LS1012A

Udit Agarwal (3):
      armv8: LS1088A_QSPI: SECURE_BOOT: Images validation
      armv8: LS1088A_QSPI: Add secure boot defconfigs for QSPI boot.
      armv8: LS2080A_SECURE_BOOT: Enable CONFIG_FSL_LS_PPA.

Vinitha Pillai-B57223 (1):
      SECURE BOOT: Add fall back option

Yogesh Gaur (2):
      driver: net: fsl-mc: flib changes for MC 10.3.0
      driver: fsl-mc: MC object cleanup when DPL not loaded

 arch/arm/cpu/armv8/fsl-layerscape/Kconfig          |    5 +
 arch/arm/cpu/armv8/fsl-layerscape/cpu.c            |   38 +
 .../armv8/fsl-layerscape/doc/README.core_prefetch  |   20 +
 arch/arm/cpu/armv8/fsl-layerscape/soc.c            |   27 +-
 board/freescale/ls1088a/Kconfig                    |    2 +
 board/freescale/ls1088a/MAINTAINERS                |   12 +
 board/freescale/ls1088a/ls1088a.c                  |   35 +-
 configs/ls1088aqds_qspi_SECURE_BOOT_defconfig      |   47 +
 configs/ls1088aqds_qspi_defconfig                  |    1 +
 configs/ls1088aqds_sdcard_qspi_defconfig           |    1 +
 configs/ls1088ardb_qspi_SECURE_BOOT_defconfig      |   48 +
 configs/ls1088ardb_qspi_defconfig                  |    1 +
 configs/ls1088ardb_sdcard_qspi_defconfig           |    1 +
 configs/ls2080aqds_SECURE_BOOT_defconfig           |    5 +-
 configs/ls2080ardb_SECURE_BOOT_defconfig           |    5 +-
 drivers/net/fsl-mc/dpbp.c                          |   42 +-
 drivers/net/fsl-mc/dpio/dpio.c                     |   43 +-
 drivers/net/fsl-mc/dpmac.c                         |   41 +-
 drivers/net/fsl-mc/dpni.c                          |  332 ++----
 drivers/net/fsl-mc/dprc.c                          |   27 +-
 drivers/net/fsl-mc/fsl_dpmng_cmd.h                 |    5 +-
 drivers/net/fsl-mc/mc.c                            |  240 +++--
 drivers/net/ldpaa_eth/ldpaa_eth.c                  |  283 +++---
 drivers/net/ldpaa_eth/ldpaa_eth.h                  |    5 +-
 include/configs/ls1012a_common.h                   |    4 +-
 include/configs/ls1012afrdm.h                      |    2 +-
 include/configs/ls1021atwr.h                       |   33 +-
 include/configs/ls1043a_common.h                   |   31 +-
 include/configs/ls1046a_common.h                   |   12 +-
 include/configs/ls1046ardb.h                       |    8 +-
 include/configs/ls1088a_common.h                   |    3 -
 include/configs/ls1088aqds.h                       |   21 +
 include/configs/ls1088ardb.h                       |   52 +-
 include/fsl-mc/fsl_dpbp.h                          |   62 +-
 include/fsl-mc/fsl_dpio.h                          |   64 +-
 include/fsl-mc/fsl_dpmac.h                         |   69 +-
 include/fsl-mc/fsl_dpni.h                          | 1065
+++++++-------------
 include/fsl-mc/fsl_dprc.h                          |   79 +-
 include/fsl-mc/fsl_mc_cmd.h                        |   50 +-
 include/fsl-mc/fsl_mc_private.h                    |    8 +-
 40 files changed, 1445 insertions(+), 1384 deletions(-)
 create mode 100644
arch/arm/cpu/armv8/fsl-layerscape/doc/README.core_prefetch
 create mode 100644 configs/ls1088aqds_qspi_SECURE_BOOT_defconfig
 create mode 100644 configs/ls1088ardb_qspi_SECURE_BOOT_defconfig

Thanks.

York

Comments

Tom Rini Dec. 8, 2017, 2:49 a.m. UTC | #1
On Thu, Dec 07, 2017 at 10:43:15PM +0000, York Sun wrote:

> Tom,
> 
> The following changes since commit 9da7fb4a39149c3061cb148bfbaa76b4b52b9008:
> 
>   Prepare v2018.01-rc1 (2017-12-04 18:27:17 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> d798a6ee6436c7d2bcbf3fa6bda01daa4411a493
> 
> for you to fetch changes up to d798a6ee6436c7d2bcbf3fa6bda01daa4411a493:
> 
>   armv8: ls1088a: Add nand support for ls1088ardb (2017-12-06 14:56:31
> -0800)
> 

Applied to u-boot/master, thanks!
Tom Rini Dec. 8, 2017, 2:31 p.m. UTC | #2
On Thu, Dec 07, 2017 at 10:43:15PM +0000, York Sun wrote:

> Tom,
> 
> The following changes since commit 9da7fb4a39149c3061cb148bfbaa76b4b52b9008:
> 
>   Prepare v2018.01-rc1 (2017-12-04 18:27:17 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> d798a6ee6436c7d2bcbf3fa6bda01daa4411a493
> 
> for you to fetch changes up to d798a6ee6436c7d2bcbf3fa6bda01daa4411a493:
> 
>   armv8: ls1088a: Add nand support for ls1088ardb (2017-12-06 14:56:31
> -0800)
> 

Applied to u-boot/master, thanks!