pull request of u-boot-fsl-qoriq for v2021.07
Priyanka Jain
priyanka.jain at nxp.com
Thu Jun 17 12:17:26 CEST 2021
Dear Tom,
Please find my pull-request for u-boot-fsl-qoriq/master
https://github.com/u-boot/u-boot/pull/82
Summary
fsl-qoriq: Bug fixes related pfe, eth, thermal node, vid.c, cpu release, mmc, usb, env, etc for Layerscape boards
powerpc: Update Maintainers for some boards.
Signed-off-by: Priyanka Jain mailto:priyanka.jain at nxp.com
---
The following changes since commit 9301a5cc99dd0c298e2f7fe2fa98a7287fcda772:
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2021-06-15 08:23:04 -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 b7efcaff8bb5196b9271bcfaeb0a5f100b3867c2:
board: freescale: t1028xrdb: Add MAINTAINER for revD (2021-06-17 12:52:54 +0530)
----------------------------------------------------------------
Aleksandar Gerasimovski (11):
configs: seli8: set envsize to 0x4000
keymile: common: fix hexadecimal env variable format
net: tsec: add option to set device max-speed via dts
board/km: add support for expu1 design based on nxp
km/ls102xa: add support for u-boot POST memory test
km: ls102xa: add missing define for PRAM regions
km/scripts: fix saveenv command syntax
km: ls102x: set ethrotate envvar to no
km: ls102x: update device disable configuration acc hw design desc
pg-wcom-ls102x: initialize front led and app buf
pg-wcom-ls102xa: fix sys counter frequency
Biwen Li (1):
configs: ls2088aqds: fix synchronous exception
Camelia Groza (4):
board: freescale: t208xrdb: remove the legacy non-DM_ETH code
board: freescale: t208xrdb: detect the board revision version
board: freescale: t208xrdb: add Linux fdt fix-ups for rev D
board: freescale: t208xrdb: add a config option for rev D dts fixups
Chaitanya Sakinam (1):
armv8: ls1012a: Pass PPFE firmware to Linux through FDT
Hou Zhiqiang (1):
pci: layerscape-ep: Add check of the PCIe controller enablement
Jiafei Pan (1):
armv8: layerscape: add PSCI support for cpu release
Kuldeep Singh (1):
configs: ls1088a: Enable CONFIG_SYS_RELOC_ENV_ADDR
Lasse Klok Mikkelsen (1):
arm: dts: ls1021a.dtsi: Fix invalid reg on gpio nodes
Manish Tomar (1):
configs: ls1046afrwy: Add secure boot config
Matt Merhar (1):
board: freescale: p2041rdb: use correct EEPROM address length
Mian Yousaf Kaukab (1):
ls1012a: net: pfe: remove pfe stop from bootcmd
Michael Walle (1):
board: sl28: fix RGMII clock and voltage
Priyanka Jain (5):
board: freescale: t4rdb: Add MAINTAINER
board: freescale: p1_p2_rdb_pc: Add MAINTAINER
board: freescale: p2041rdb: Add MAINTAINER
board: freescale: t102xrdb: Add MAINTAINER
board: freescale: t1028xrdb: Add MAINTAINER for revD
Priyanka Singh (1):
board: freescale: vid.c: Add check for return value of adjust_vdd()
Ran Wang (1):
armv8: Update erratum number to align with doc
Yangbo Lu (5):
armv8: layerscape: enable eMMC HS400 workarounds for LX2160A/LX2162A
arm: dts: lx2162aqds: support eMMC HS400 mode on esdhc1
mmc: fsl_esdhc: convert to CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT
mmc: fsl_esdhc_imx: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
armv8: layerscape: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
arch/arm/Kconfig | 18 +++
arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 12 +-
arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 2 +-
arch/arm/cpu/armv8/fsl-layerscape/cpu.h | 1 +
arch/arm/cpu/armv8/fsl-layerscape/fdt.c | 150 +++++++++++++++++++++++-
arch/arm/cpu/armv8/fsl-layerscape/mp.c | 49 +++++---
arch/arm/cpu/armv8/fsl-layerscape/soc.c | 6 +-
arch/arm/dts/Makefile | 1 +
arch/arm/dts/fsl-ls1028a-kontron-sl28-var1.dts | 3 +-
arch/arm/dts/fsl-ls1028a-kontron-sl28-var4.dts | 3 +-
arch/arm/dts/fsl-lx2162a-qds-sd1-17.dtsi | 8 +-
arch/arm/dts/fsl-lx2162a-qds-sd1-18.dtsi | 8 +-
arch/arm/dts/fsl-lx2162a-qds-sd1-20.dtsi | 8 +-
arch/arm/dts/fsl-lx2162a-qds.dts | 8 +-
arch/arm/dts/ls1021a-pg-wcom-expu1.dts | 130 ++++++++++++++++++++
arch/arm/dts/ls1021a.dtsi | 8 +-
arch/powerpc/dts/t2080rdb.dts | 7 ++
board/freescale/common/vid.c | 11 +-
board/freescale/ls1012afrdm/ls1012afrdm.c | 8 ++
board/freescale/ls1012aqds/ls1012aqds.c | 8 ++
board/freescale/ls1012ardb/ls1012ardb.c | 8 ++
board/freescale/p1_p2_rdb_pc/MAINTAINERS | 2 +-
board/freescale/p2041rdb/MAINTAINERS | 2 +-
board/freescale/t102xrdb/MAINTAINERS | 4 +-
board/freescale/t208xrdb/Kconfig | 4 +
board/freescale/t208xrdb/MAINTAINERS | 4 +
board/freescale/t208xrdb/eth_t208xrdb.c | 112 ++++++------------
board/freescale/t208xrdb/t208xrdb.c | 24 +++-
board/freescale/t208xrdb/t208xrdb.h | 1 +
board/freescale/t4rdb/MAINTAINERS | 4 +-
board/keymile/Kconfig | 7 ++
board/keymile/common/common.c | 11 +-
board/keymile/pg-wcom-ls102xa/Kconfig | 20 ++++
board/keymile/pg-wcom-ls102xa/MAINTAINERS | 3 +
board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c | 69 +++++++++--
board/keymile/scripts/ramfs-common.txt | 2 +-
configs/T2080RDB_revD_NAND_defconfig | 93 +++++++++++++++
configs/T2080RDB_revD_SDCARD_defconfig | 90 ++++++++++++++
configs/T2080RDB_revD_SPIFLASH_defconfig | 92 +++++++++++++++
configs/T2080RDB_revD_defconfig | 77 ++++++++++++
configs/ls1046afrwy_tfa_SECURE_BOOT_defconfig | 1 +
configs/ls1088aqds_tfa_defconfig | 1 +
configs/ls1088ardb_tfa_defconfig | 1 +
configs/ls2088aqds_tfa_defconfig | 2 +-
configs/pg_wcom_expu1_defconfig | 70 +++++++++++
configs/pg_wcom_seli8_defconfig | 2 +-
drivers/mmc/Kconfig | 7 ++
drivers/mmc/fsl_esdhc.c | 17 ++-
drivers/mmc/fsl_esdhc_imx.c | 7 +-
drivers/net/pfe_eth/pfe_cmd.c | 2 +-
drivers/net/pfe_eth/pfe_firmware.c | 60 +++++++++-
drivers/net/tsec.c | 7 +-
drivers/pci/pcie_layerscape_ep.c | 4 +
include/configs/P2041RDB.h | 2 +-
include/configs/T208xQDS.h | 3 +-
include/configs/T208xRDB.h | 9 +-
include/configs/T4240RDB.h | 3 +-
include/configs/km/pg-wcom-ls102xa.h | 17 ++-
include/configs/kontron_sl28.h | 5 -
include/configs/ls1012a2g5rdb.h | 13 +-
include/configs/ls1012a_common.h | 4 +-
include/configs/ls1012afrdm.h | 6 +-
include/configs/ls1012afrwy.h | 13 +-
include/configs/ls1012aqds.h | 12 +-
include/configs/ls1012ardb.h | 14 +--
include/configs/ls1028a_common.h | 7 +-
include/configs/ls1043a_common.h | 9 +-
include/configs/ls1046a_common.h | 9 +-
include/configs/ls1088aqds.h | 3 +-
include/configs/ls1088ardb.h | 7 +-
include/configs/ls2080aqds.h | 7 +-
include/configs/ls2080ardb.h | 7 +-
include/configs/lx2160a_common.h | 7 +-
include/configs/pg-wcom-expu1.h | 53 +++++++++
include/net/pfe_eth/pfe/pfe_hw.h | 6 +
scripts/config_whitelist.txt | 1 -
76 files changed, 1217 insertions(+), 259 deletions(-)
create mode 100644 arch/arm/dts/ls1021a-pg-wcom-expu1.dts
create mode 100644 configs/T2080RDB_revD_NAND_defconfig
create mode 100644 configs/T2080RDB_revD_SDCARD_defconfig
create mode 100644 configs/T2080RDB_revD_SPIFLASH_defconfig
create mode 100644 configs/T2080RDB_revD_defconfig
create mode 100644 configs/pg_wcom_expu1_defconfig
create mode 100644 include/configs/pg-wcom-expu1.h
More information about the U-Boot
mailing list