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

Tom,
Let's try again.
The following changes since commit 693d4c9f1dc40fcf24ced459bc4d1b46db33298a:
spl: Remove CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS (2016-11-18 21:20:59 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-fsl-qoriq.git
for you to fetch changes up to 020198b0c7d251cf6bde76024ecf0ee711860534:
image-fit: Fix compiling error caused by autoconf.h (2016-11-23 10:40:08 -0800)
---------------------------------------------------------------- Alison Wang (3): armv8: Support loading 32-bit OS in AArch32 execution state armv8: fsl-layerscape: SMP support for loading 32-bit OS armv8: fsl-layerscape: Support loading 32-bit OS with PSCI enabled
Feng Li (1): armv7: Add support of ls1021a-iot board
Hou Zhiqiang (1): fsl: serdes: fix a deadloop issue for P4080
Pratiyush Srivastava (1): armv8:ls1012a: Update bootargs for fast-boot
Priyanka Jain (8): armv8: ls2080a: Update serdes protocol support driver: net: ldpaa_eth: Fix missing bracket issue armv8: lsch3: Add generic get_svr() in assembly armv8: lsch3: Use SVR based timer base address detection armv8: fsl-layerscape: Update TZASC registers type armv8: fsl-layerscape : Check SVR for initializing TZASC armv8: fsl-layerscape: Add NXP LS2088A SoC support armv8/fsl-lsch3: Update code to release secondary cores
Shaohui Xie (3): lpuart: add a get_lpuart_clk function armv8: ls1046aqds: add lpuart support armv8: ls2080aqds: fix SGMII repeater settings
Shengzhou Liu (1): armv8/fsl-layerscape: Update CONFIG_LS2080A to CONFIG_FSL_LSCH3
Sriram Dash (1): powerpc: mpc512x: Add support for get_svr() for mpc512x devices
Thomas Abraham (1): arm: exynos7420: remove custome low level init function
York Sun (2): armv7: ls1021aiot: Fixing SPL compiling issues image-fit: Fix compiling error caused by autoconf.h
Yuan Yao (3): configs: ls2080ardb: Enable DSPI flash support arm: ls1021a: improve the core frequency to 1.2GHZ armv8: fsl-layerscape: Add README for deploying QSPI image
arch/arm/Kconfig | 21 ++ arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 13 +- arch/arm/cpu/armv8/fsl-layerscape/cpu.h | 1 + arch/arm/cpu/armv8/fsl-layerscape/doc/README.qspi | 42 +++ arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc | 58 ++++ arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S | 111 +++++-- arch/arm/cpu/armv8/fsl-layerscape/ls2080a_serdes.c | 6 + arch/arm/cpu/armv8/fsl-layerscape/mp.c | 78 ++++- arch/arm/cpu/armv8/fsl-layerscape/soc.c | 13 +- arch/arm/cpu/armv8/sec_firmware_asm.S | 23 ++ arch/arm/cpu/armv8/start.S | 8 + arch/arm/cpu/armv8/transition.S | 35 +- arch/arm/dts/Makefile | 4 +- arch/arm/dts/fsl-ls1046a-qds-lpuart.dts | 16 + arch/arm/dts/fsl-ls1046a-qds.dtsi | 4 + arch/arm/dts/fsl-ls1046a.dtsi | 54 +++ arch/arm/dts/ls1021a-iot-duart.dts | 16 + arch/arm/dts/ls1021a-iot.dtsi | 103 ++++++ arch/arm/include/asm/arch-fsl-layerscape/config.h | 1 + arch/arm/include/asm/arch-fsl-layerscape/cpu.h | 4 + .../include/asm/arch-fsl-layerscape/immap_lsch3.h | 9 +- arch/arm/include/asm/arch-fsl-layerscape/mp.h | 6 + arch/arm/include/asm/arch-fsl-layerscape/soc.h | 12 +- arch/arm/include/asm/macro.h | 176 +++++++--- arch/arm/include/asm/system.h | 121 ++++++- arch/arm/lib/bootm.c | 45 ++- arch/arm/mach-exynos/Kconfig | 1 + arch/arm/mach-exynos/soc.c | 18 +- arch/arm/mach-rmobile/lowlevel_init_gen3.S | 9 +- arch/powerpc/cpu/mpc512x/start.S | 5 + arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c | 6 +- board/freescale/ls1021aiot/Kconfig | 15 + board/freescale/ls1021aiot/MAINTAINERS | 7 + board/freescale/ls1021aiot/Makefile | 9 + board/freescale/ls1021aiot/README | 58 ++++ board/freescale/ls1021aiot/dcu.c | 47 +++ board/freescale/ls1021aiot/ls1021aiot.c | 259 +++++++++++++++ board/freescale/ls1021aiot/ls102xa_pbi.cfg | 14 + board/freescale/ls1021aiot/ls102xa_rcw_sd.cfg | 27 ++ board/freescale/ls1021aiot/psci.S | 28 ++ board/freescale/ls1021aqds/ls102xa_rcw_nand.cfg | 2 +- board/freescale/ls1021aqds/ls102xa_rcw_sd_ifc.cfg | 4 +- board/freescale/ls1021aqds/ls102xa_rcw_sd_qspi.cfg | 4 +- board/freescale/ls1021atwr/ls102xa_rcw_sd_ifc.cfg | 2 +- board/freescale/ls1021atwr/ls102xa_rcw_sd_qspi.cfg | 2 +- board/freescale/ls1046aqds/ls1046aqds.c | 18 + board/freescale/ls2080a/MAINTAINERS | 2 +- board/freescale/ls2080aqds/MAINTAINERS | 2 +- board/freescale/ls2080aqds/README | 12 +- board/freescale/ls2080aqds/eth.c | 135 +++++++- board/freescale/ls2080ardb/MAINTAINERS | 2 +- board/freescale/ls2080ardb/README | 8 +- cmd/bootefi.c | 23 +- common/image-fit.c | 19 +- configs/ls1021aiot_qspi_defconfig | 15 + configs/ls1021aiot_sdcard_defconfig | 19 ++ configs/ls1046aqds_lpuart_defconfig | 30 ++ drivers/net/ldpaa_eth/ldpaa_eth.c | 3 +- drivers/serial/serial_lpuart.c | 7 +- include/configs/exynos7420-common.h | 1 + include/configs/ls1012a_common.h | 2 +- include/configs/ls1021aiot.h | 366 +++++++++++++++++++++ include/configs/ls1046aqds.h | 8 + include/configs/ls2080ardb.h | 1 + 64 files changed, 2025 insertions(+), 145 deletions(-) create mode 100644 arch/arm/cpu/armv8/fsl-layerscape/doc/README.qspi create mode 100644 arch/arm/dts/fsl-ls1046a-qds-lpuart.dts create mode 100644 arch/arm/dts/ls1021a-iot-duart.dts create mode 100644 arch/arm/dts/ls1021a-iot.dtsi create mode 100644 board/freescale/ls1021aiot/Kconfig create mode 100644 board/freescale/ls1021aiot/MAINTAINERS create mode 100644 board/freescale/ls1021aiot/Makefile create mode 100644 board/freescale/ls1021aiot/README create mode 100644 board/freescale/ls1021aiot/dcu.c create mode 100644 board/freescale/ls1021aiot/ls1021aiot.c create mode 100644 board/freescale/ls1021aiot/ls102xa_pbi.cfg create mode 100644 board/freescale/ls1021aiot/ls102xa_rcw_sd.cfg create mode 100644 board/freescale/ls1021aiot/psci.S create mode 100644 configs/ls1021aiot_qspi_defconfig create mode 100644 configs/ls1021aiot_sdcard_defconfig create mode 100644 configs/ls1046aqds_lpuart_defconfig create mode 100644 include/configs/ls1021aiot.h
Thanks.
York

On Wed, Nov 23, 2016 at 07:13:25PM +0000, york sun wrote:
Tom,
Let's try again.
The following changes since commit 693d4c9f1dc40fcf24ced459bc4d1b46db33298a:
spl: Remove CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS (2016-11-18 21:20:59 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-fsl-qoriq.git
for you to fetch changes up to 020198b0c7d251cf6bde76024ecf0ee711860534:
image-fit: Fix compiling error caused by autoconf.h (2016-11-23 10:40:08 -0800)
Some time ago (and I don't know where the email went, applied to u-boot/master, thanks!
participants (2)
-
Tom Rini
-
york sun