pull request of u-boot-fsl-qoriq for v2020.10
Priyanka Jain
priyanka.jain at nxp.com
Mon Jul 27 16:35:15 CEST 2020
Dear Tom,
Please find my pull-request for u-boot-fsl-qoriq/master
https://travis-ci.org/github/p-priyanka-jain/u-boot/builds/712122749
Summary
Bug fixes and updates on ls2088a,ls1028a, ls1046a, ls1043a, ls1012a
lx2-watchdog support
layerscape:pci-endpoint support, spin table relocation fixes and cleanups
fsl-crypto: RNG support and bug fixes
Thanks
Priyanka
-------------------
The following changes since commit ada61f1ee2a4eaa1b29d699b5ba940483171df8a:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv (2020-07-24 08:43:08 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git HEAD
for you to fetch changes up to 636999f21cdd901f1d78323456447ce956410776:
configs: ls2088a: Restore CONFIG_ENV_ADDR to IFC-NOR (2020-07-27 14:24:15 +0530)
----------------------------------------------------------------
Biwen Li (6):
I2C: ls1043a, ls1046a: enable SYS_I2C_MXC
i2c: mxc: move i2c_early_init_f to common function
freescale: ls1046aqds: enable secure system counter
freescale: ls1046aqds: drop ifdef CONFIG_SYS_I2C
freescale: ls1043aqds: enable secure system counter
freescale: ls1043aqds: drop ifdef CONFIG_SYS_I2C
Chaitanya Sakinam (1):
armv8: ls1012a: RGMII ports require internal delay
Era Tiwari (1):
configs: ls1088ardb: Add support for usb boot target
Heinrich Schuchardt (2):
crypto/fsl: correct printf() statement.
crypto/fsl: unused value in caam_hash_update()
Hou Zhiqiang (2):
arm64: ls1043a: Remove the workaround of erratum A-009929
pci: layerscape: Add specific config entry for RC and EP mode driver
Kuldeep Singh (3):
net: pfe_eth: Use spi_flash_read API to access flash memory
configs: ls1012a: Increase CONFIG_SYS_MALLOC_LEN value
configs: ls2088a: Restore CONFIG_ENV_ADDR to IFC-NOR
Manish Tomar (1):
configs:ls1046afrwy: Add tfa secure boot defconfig
Michael Walle (21):
armv8: ls1028a: move FSL_LAYERSCAPE to kconfig
armv8: layerscape: fix spin-table support
armv8: layerscape: pretty print info about SMP cores
armv8: layerscape: properly use CPU_RELEASE_ADDR
armv8: layerscape: move spin table into own module
armv8: layerscape: load function pointer using ADR
armv8: layerscape: fix alignment for spin table
armv8: layerscape: remove determine_mp_bootpg()
armv8: layerscape: simplify get_spin_tbl_addr() calls
armv8: layerscape: make wake_secondary_core_n() static
armv8: layerscape: drop first .ltorg directive in spintable.S
armv8: layerscape: clean exported symbols in spintable.S
armv8: layerscape: relocate spin table if EFI_LOADER is enabled
armv8: layerscape: rework spin table
crypto/fsl: fix unaligned access
crypto/fsl: make SEC%u status line consistent
crypto/fsl: export caam_get_era()
crypto/fsl: support newer SEC modules
crypto/fsl: don't regenerate secure keys
crypto/fsl: instantiate the RNG with prediciton resistance
crypto/fsl: add RNG support
Udit Agarwal (1):
include/configs: ls1012a: Remove fdt_high env variable
Vladimir Oltean (1):
fsl_dspi: Introduce DT bindings for CS-SCK and SCK-CS delays
Wasim Khan (1):
arm: dts: lx2160a: Increase configuration window size
Xiaowei Bao (9):
pci: layerscape: Split the EP and RC driver
pci_ep: Add the init function
armv8: dts: ls1046a: Add the PCIe EP node
pcie_ep: layerscape: Add the multiple function support
pci_ep: layerscape: Add the workaround for errata A-009460
pci_ep: layerscape: Add Support for ls2085a and ls2080a EP mode
pci_ep: layerscape: Add the SRIOV VFs of PF support
pci: layerscape: Modify the ls_pcie_dump_atu function
pci_ep: layerscape: Add the PCIe EP mode support for lx2160a-v2
Yangbo Lu (4):
Drop global data sdhc_adapter for powerpc
Move eSDHC adapter card identification to board files
board: fsl: lx2160aqds: identify SDHC adapter during board init
configs: lx2160aqds: enable CONFIG_BOARD_EARLY_INIT_R
Yuantian Tang (1):
armv8: ls1028ardb: add xspi parameter to qixis command
Zhao Qiang (6):
armv8: dts: fsl-lx2160a: add flash node under dspi to qds dts
config: lx2160/2a: enable dspi
Watchdog: introduce ARM SBSA watchdog driver
arm64: lx2160a: dts: Add watchdog node
configs: lx2160a: Enable Watchdog support
arm: dts: ls1028a: Add dspi flash device node to qds
hui.song (2):
armv8: gpio: add gpio feature
dm: armv8: gpio: include <asm/arch/gpio.h> for fsl-layerscape
MAINTAINERS | 1 +
arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 9 +-
arch/arm/cpu/armv8/fsl-layerscape/Makefile | 2 +-
arch/arm/cpu/armv8/fsl-layerscape/fdt.c | 9 +-
arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S | 165 +------
arch/arm/cpu/armv8/fsl-layerscape/mp.c | 80 +++-
arch/arm/cpu/armv8/fsl-layerscape/soc.c | 15 -
arch/arm/cpu/armv8/fsl-layerscape/spintable.S | 118 +++++
arch/arm/dts/fsl-ls1028a-qds.dtsi | 74 +++
arch/arm/dts/fsl-ls1046a.dtsi | 33 ++
arch/arm/dts/fsl-lx2160a-qds.dtsi | 99 ++++
arch/arm/dts/fsl-lx2160a.dtsi | 19 +-
arch/arm/include/asm/arch-fsl-layerscape/gpio.h | 22 +
arch/arm/include/asm/arch-fsl-layerscape/mp.h | 8 +-
arch/arm/include/asm/gpio.h | 8 +-
arch/powerpc/include/asm/global_data.h | 4 +-
board/freescale/common/qixis.c | 13 +
board/freescale/common/qixis.h | 14 +-
board/freescale/ls1012ardb/eth.c | 2 +-
board/freescale/ls1043aqds/ls1043aqds.c | 14 +-
board/freescale/ls1046afrwy/MAINTAINERS | 5 +
board/freescale/ls1046aqds/ls1046aqds.c | 14 +-
board/freescale/lx2160a/lx2160a.c | 36 +-
board/freescale/t208xqds/t208xqds.c | 29 +-
common/board_r.c | 12 +
configs/ls1012afrdm_qspi_defconfig | 2 +-
configs/ls1012afrdm_tfa_defconfig | 2 +-
configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig | 2 +-
configs/ls1012afrwy_qspi_defconfig | 2 +-
configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig | 2 +-
configs/ls1012afrwy_tfa_defconfig | 2 +-
configs/ls1012aqds_qspi_defconfig | 2 +-
configs/ls1012aqds_tfa_SECURE_BOOT_defconfig | 2 +-
configs/ls1012aqds_tfa_defconfig | 2 +-
configs/ls1012ardb_qspi_SECURE_BOOT_defconfig | 2 +-
configs/ls1012ardb_qspi_defconfig | 2 +-
configs/ls1012ardb_tfa_SECURE_BOOT_defconfig | 2 +-
configs/ls1012ardb_tfa_defconfig | 2 +-
configs/ls1021aiot_qspi_defconfig | 2 +-
configs/ls1021aiot_sdcard_defconfig | 2 +-
configs/ls1021aqds_ddr4_nor_defconfig | 2 +-
configs/ls1021aqds_ddr4_nor_lpuart_defconfig | 2 +-
configs/ls1021aqds_nand_defconfig | 2 +-
configs/ls1021aqds_nor_SECURE_BOOT_defconfig | 2 +-
configs/ls1021aqds_nor_defconfig | 2 +-
configs/ls1021aqds_nor_lpuart_defconfig | 2 +-
configs/ls1021aqds_qspi_defconfig | 2 +-
configs/ls1021aqds_sdcard_ifc_defconfig | 2 +-
configs/ls1021aqds_sdcard_qspi_defconfig | 2 +-
configs/ls1021atsn_qspi_defconfig | 2 +-
configs/ls1021atsn_sdcard_defconfig | 2 +-
configs/ls1021atwr_nor_SECURE_BOOT_defconfig | 2 +-
configs/ls1021atwr_nor_defconfig | 2 +-
configs/ls1021atwr_nor_lpuart_defconfig | 2 +-
configs/ls1021atwr_qspi_defconfig | 2 +-
.../ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig | 2 +-
configs/ls1021atwr_sdcard_ifc_defconfig | 2 +-
configs/ls1021atwr_sdcard_qspi_defconfig | 2 +-
configs/ls1028aqds_tfa_SECURE_BOOT_defconfig | 2 +-
configs/ls1028aqds_tfa_defconfig | 2 +-
configs/ls1028aqds_tfa_lpuart_defconfig | 2 +-
configs/ls1028ardb_tfa_SECURE_BOOT_defconfig | 2 +-
configs/ls1028ardb_tfa_defconfig | 2 +-
configs/ls1043aqds_defconfig | 2 +-
configs/ls1043aqds_lpuart_defconfig | 2 +-
configs/ls1043aqds_nand_defconfig | 2 +-
configs/ls1043aqds_nor_ddr3_defconfig | 2 +-
configs/ls1043aqds_qspi_defconfig | 2 +-
configs/ls1043aqds_sdcard_ifc_defconfig | 2 +-
configs/ls1043aqds_sdcard_qspi_defconfig | 2 +-
configs/ls1043aqds_tfa_SECURE_BOOT_defconfig | 2 +-
configs/ls1043aqds_tfa_defconfig | 2 +-
configs/ls1043ardb_SECURE_BOOT_defconfig | 2 +-
configs/ls1043ardb_defconfig | 2 +-
configs/ls1043ardb_nand_SECURE_BOOT_defconfig | 2 +-
configs/ls1043ardb_nand_defconfig | 2 +-
configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig | 2 +-
configs/ls1043ardb_sdcard_defconfig | 2 +-
configs/ls1043ardb_tfa_SECURE_BOOT_defconfig | 2 +-
configs/ls1043ardb_tfa_defconfig | 2 +-
configs/ls1046afrwy_tfa_SECURE_BOOT_defconfig | 68 +++
configs/ls1046afrwy_tfa_defconfig | 3 +-
configs/ls1046aqds_SECURE_BOOT_defconfig | 3 +-
configs/ls1046aqds_defconfig | 3 +-
configs/ls1046aqds_lpuart_defconfig | 3 +-
configs/ls1046aqds_nand_defconfig | 3 +-
configs/ls1046aqds_qspi_defconfig | 3 +-
configs/ls1046aqds_sdcard_ifc_defconfig | 3 +-
configs/ls1046aqds_sdcard_qspi_defconfig | 3 +-
configs/ls1046aqds_tfa_SECURE_BOOT_defconfig | 3 +-
configs/ls1046aqds_tfa_defconfig | 3 +-
configs/ls1046ardb_emmc_defconfig | 3 +-
configs/ls1046ardb_qspi_SECURE_BOOT_defconfig | 3 +-
configs/ls1046ardb_qspi_defconfig | 3 +-
configs/ls1046ardb_qspi_spl_defconfig | 3 +-
configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig | 3 +-
configs/ls1046ardb_sdcard_defconfig | 3 +-
configs/ls1046ardb_tfa_SECURE_BOOT_defconfig | 3 +-
configs/ls1046ardb_tfa_defconfig | 3 +-
configs/ls1088aqds_defconfig | 2 +-
configs/ls1088aqds_qspi_SECURE_BOOT_defconfig | 2 +-
configs/ls1088aqds_qspi_defconfig | 2 +-
configs/ls1088aqds_sdcard_ifc_defconfig | 2 +-
configs/ls1088aqds_sdcard_qspi_defconfig | 2 +-
configs/ls1088aqds_tfa_defconfig | 2 +-
configs/ls1088ardb_qspi_SECURE_BOOT_defconfig | 2 +-
configs/ls1088ardb_qspi_defconfig | 2 +-
.../ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig | 2 +-
configs/ls1088ardb_sdcard_qspi_defconfig | 2 +-
configs/ls1088ardb_tfa_SECURE_BOOT_defconfig | 2 +-
configs/ls1088ardb_tfa_defconfig | 2 +-
configs/ls2080aqds_SECURE_BOOT_defconfig | 2 +-
configs/ls2080aqds_defconfig | 2 +-
configs/ls2080aqds_nand_defconfig | 2 +-
configs/ls2080aqds_qspi_defconfig | 2 +-
configs/ls2080aqds_sdcard_defconfig | 2 +-
configs/ls2080ardb_SECURE_BOOT_defconfig | 2 +-
configs/ls2080ardb_defconfig | 2 +-
configs/ls2080ardb_nand_defconfig | 2 +-
configs/ls2081ardb_defconfig | 2 +-
configs/ls2088aqds_tfa_defconfig | 2 +-
configs/ls2088ardb_qspi_SECURE_BOOT_defconfig | 2 +-
configs/ls2088ardb_qspi_defconfig | 2 +-
configs/ls2088ardb_tfa_SECURE_BOOT_defconfig | 2 +-
configs/ls2088ardb_tfa_defconfig | 5 +-
configs/lx2160aqds_tfa_SECURE_BOOT_defconfig | 5 +-
configs/lx2160aqds_tfa_defconfig | 11 +-
configs/lx2160ardb_tfa_SECURE_BOOT_defconfig | 4 +-
configs/lx2160ardb_tfa_defconfig | 7 +-
configs/lx2160ardb_tfa_stmm_defconfig | 4 +-
doc/README.fsl-esdhc | 14 -
doc/device-tree-bindings/spi/spi-mcf-dspi.txt | 4 +
drivers/crypto/fsl/Kconfig | 14 +
drivers/crypto/fsl/Makefile | 1 +
drivers/crypto/fsl/desc.h | 2 +
drivers/crypto/fsl/desc_constr.h | 27 +-
drivers/crypto/fsl/fsl_hash.c | 2 +-
drivers/crypto/fsl/jobdesc.c | 30 +-
drivers/crypto/fsl/jobdesc.h | 7 +-
drivers/crypto/fsl/jr.c | 111 ++++-
drivers/crypto/fsl/rng.c | 88 ++++
drivers/crypto/fsl/sec.c | 10 +-
drivers/i2c/mxc_i2c.c | 138 +++---
drivers/mmc/fsl_esdhc.c | 39 --
drivers/mmc/mmc-uclass.c | 4 +-
drivers/mmc/mmc.c | 7 +-
drivers/mmc/mmc_legacy.c | 7 +-
drivers/mmc/mmc_private.h | 4 +-
drivers/net/pfe_eth/pfe_eth.c | 2 +-
drivers/net/pfe_eth/pfe_firmware.c | 45 +-
drivers/pci/Kconfig | 29 +-
drivers/pci/Makefile | 5 +-
drivers/pci/pcie_layerscape.c | 510 ++-------------------
drivers/pci/pcie_layerscape.h | 73 ++-
drivers/pci/pcie_layerscape_ep.c | 332 ++++++++++++++
drivers/pci/pcie_layerscape_fixup.c | 79 ++--
drivers/pci/pcie_layerscape_rc.c | 379 +++++++++++++++
drivers/pci_endpoint/pci_ep-uclass.c | 11 +
drivers/spi/fsl_dspi.c | 54 ++-
drivers/watchdog/Kconfig | 9 +
drivers/watchdog/Makefile | 1 +
drivers/watchdog/sbsa_gwdt.c | 131 ++++++
include/configs/T208xQDS.h | 1 -
include/configs/ls1012a2g5rdb.h | 2 +-
include/configs/ls1012a_common.h | 10 +-
include/configs/ls1012afrdm.h | 2 +-
include/configs/ls1012afrwy.h | 2 +-
include/configs/ls1012ardb.h | 2 +-
include/configs/ls1028a_common.h | 3 +-
include/configs/ls1028ardb.h | 4 +-
include/configs/ls1043a_common.h | 5 +-
include/configs/ls1046a_common.h | 3 +-
include/configs/ls1088a_common.h | 2 +-
include/configs/ls1088ardb.h | 1 +
include/configs/ls2080a_common.h | 2 +-
include/configs/lx2160a_common.h | 2 +-
include/fsl_dspi.h | 1 +
include/fsl_esdhc.h | 4 -
include/fsl_sec.h | 61 ++-
include/init.h | 1 +
scripts/config_whitelist.txt | 1 -
181 files changed, 2317 insertions(+), 1084 deletions(-)
create mode 100644 arch/arm/cpu/armv8/fsl-layerscape/spintable.S
create mode 100644 arch/arm/include/asm/arch-fsl-layerscape/gpio.h
create mode 100644 configs/ls1046afrwy_tfa_SECURE_BOOT_defconfig
create mode 100644 drivers/crypto/fsl/rng.c
create mode 100644 drivers/pci/pcie_layerscape_ep.c
create mode 100644 drivers/pci/pcie_layerscape_rc.c
create mode 100644 drivers/watchdog/sbsa_gwdt.c
More information about the U-Boot
mailing list