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

Tom,
The following changes since commit 373413cce6260acdf14de762f94010b627a77a3b:
Merge branch 'master' of git://git.denx.de/u-boot-video (2018-08-07 07:15:20 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-fsl-qoriq.git
for you to fetch changes up to 9add5a4b75a01cc5f69b9d5f6b30443f2088d7d8:
armv8: layerscape: Enable EHCI access for LS1012A (2018-08-10 10:37:39 -0700)
Tavis build log https://travis-ci.org/yorksun/u-boot/builds/414623801
---------------------------------------------------------------- Brendan Shanks (1): arm: ls102xa: Fix RGMII phy-connection-type FDT fixup
Darwin Dingel (1): mtd: nand: fsl_ifc: Fix handling of bitflips in erased pages
Jagdish Gediya (1): board: freescale: ls1012ardb: Add command to switch QSPI bank
Joakim Tjernlund (1): FSL PCI: Configure PCIe reference ratio
Laurentiu Tudor (8): armv8: fsl-layerscape: add missing register blocks base address defines armv8: ls1046a: advertise QMan v3 in configuration misc: fsl_portals: setup QMAN_BAR{E} also on ARM platforms armv8: fsl-layerscape: add missing debug stream ID armv8: ls1046a: initial icid setup support armv8: ls1046a: add icid setup for qman portals armv8: ls1046a: setup fman ports ICIDs and device tree armv8: ls1046a: setup SEC ICIDs and fix up device tree
Pankaj Bansal (2): fsl/mc: Limit the ethernet name to ETH_NAME_LEN net: Increase ethernet name string size to 20 chars
Ran Wang (2): armv8: layerscape: move ns_dev[] define from h to c file. armv8: layerscape: Enable EHCI access for LS1012A
Vinitha V Pillai (1): Board: ls1088ardb: Enable PCIe config for Secure boot defconfigs
arch/arm/cpu/armv7/ls102xa/fdt.c | 4 +- arch/arm/cpu/armv8/fsl-layerscape/Makefile | 1 + arch/arm/cpu/armv8/fsl-layerscape/icid.c | 192 +++++++++++++++++++++ arch/arm/cpu/armv8/fsl-layerscape/ls1046_ids.c | 89 ++++++++++ arch/arm/cpu/armv8/fsl-layerscape/soc.c | 14 ++ arch/arm/include/asm/arch-fsl-layerscape/config.h | 1 + .../arm/include/asm/arch-fsl-layerscape/fsl_icid.h | 115 ++++++++++++ .../include/asm/arch-fsl-layerscape/fsl_portals.h | 24 +++ .../include/asm/arch-fsl-layerscape/immap_lsch2.h | 15 +- .../include/asm/arch-fsl-layerscape/ns_access.h | 81 +-------- .../asm/arch-fsl-layerscape/stream_id_lsch2.h | 1 + arch/arm/include/asm/arch-ls102xa/ns_access.h | 84 --------- board/freescale/common/ns_access.c | 167 ++++++++++++++++++ board/freescale/ls1012ardb/ls1012ardb.c | 85 +++++++++ board/freescale/ls1046aqds/ls1046aqds.c | 3 + board/freescale/ls1046ardb/ls1046ardb.c | 3 + .../ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig | 4 + drivers/misc/fsl_portals.c | 45 ++++- drivers/mtd/nand/fsl_ifc_nand.c | 69 ++++---- drivers/net/fsl-mc/mc.c | 6 +- drivers/net/ldpaa_eth/ldpaa_eth.c | 4 +- drivers/pci/fsl_pci_init.c | 6 + include/net.h | 2 +- 23 files changed, 805 insertions(+), 210 deletions(-) create mode 100644 arch/arm/cpu/armv8/fsl-layerscape/icid.c create mode 100644 arch/arm/cpu/armv8/fsl-layerscape/ls1046_ids.c create mode 100644 arch/arm/include/asm/arch-fsl-layerscape/fsl_icid.h create mode 100644 arch/arm/include/asm/arch-fsl-layerscape/fsl_portals.h
Thanks.
York

On Mon, Aug 13, 2018 at 04:19:02PM +0000, York Sun wrote:
Tom,
The following changes since commit 373413cce6260acdf14de762f94010b627a77a3b:
Merge branch 'master' of git://git.denx.de/u-boot-video (2018-08-07 07:15:20 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-fsl-qoriq.git
for you to fetch changes up to 9add5a4b75a01cc5f69b9d5f6b30443f2088d7d8:
armv8: layerscape: Enable EHCI access for LS1012A (2018-08-10 10:37:39 -0700)
Tavis build log https://travis-ci.org/yorksun/u-boot/builds/414623801
Applied to u-boot/master, thanks!
participants (2)
-
Tom Rini
-
York Sun