Please pull u-boot-fsl-qoirq: next
Peng Fan (OSS)
peng.fan at oss.nxp.com
Mon Jun 20 11:46:37 CEST 2022
Hi Tom,
Please pull u-boot-fsl-qoriq for next
CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/12429
----------------------------------------------
Layerscape:
add sfp driver
Kconfig cleanup
sl28 board update
support hdp firmware loading
powerpc:
dts update for p2020
p1_p2_rdb_pc board update
fsl_esdhc fallback to 1-bit mode support
----------------------------------------------
Thanks,
Peng.
The following changes since commit 98c4828740f4944462b7d9608b95d5b73850c7b0:
Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next (2022-06-16 09:27:43 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git tags/fsl-qoriq-2022-6-20-v2
for you to fetch changes up to 7bc683afda5ede82cfcace77cecab1891d6d93ff:
board: sl28: rename include guard macro (2022-06-20 15:52:45 +0800)
----------------------------------------------------------------
Alison Wang (1):
ls1028a: hdp: Add config support for HDP firmware loading
Michael Walle (5):
armv8: layerscape: add missing RCW source defines
board: sl28: set CPO value
board: sl28: remove unneeded ddr config parameter
board: sl28: support 8 GiB memory
board: sl28: rename include guard macro
Pali Rohár (16):
powerpc: dts: p2020: Define MPIC nodes
powerpc: dts: p2020: Define crypto node
powerpc: dts: p2020: Define DMA nodes
powerpc: dts: p2020: Define ecm, memory and guts nodes
powerpc: mpc85xx: Fix compilation with CONFIG_WDT
board: freescale: p1_p2_rdb_pc: Enable TDM function only for P1010
board: freescale: p1_p2_rdb_pc: Implement board_reset()
powerpc: fsl_law: Add definition for first PCIe target interface
powerpc: mmu: Fix FSL_BOOKE_MAS2() macro
mtd: rawnand: fsl_elbc: Fix DM support in DTS code path
powerpc: mpc85xx: Set default SYS_IMMR value for P1/P2 CPUs
mmc: fsl_esdhc: Set fallback mode to 1-bit
mmc: fsl_esdhc: Add new config option for default fallback mode
powerpc: dts: p2020: Define PMC node
board: freescale: p1_p2_rdb_pc: Move boot reset macros to p1_p2_bootsrc.h
powerpc: bootm: Fix sizes in memory adjusting warning
Sean Anderson (4):
arm: layerscape: Add sfp driver
ARM: dts: ls1021a: update the clockgen node
arch: layerscape: Add SFP binding
ARM: layerscape: Use ARCH_LS104?A insead of TARGET_LS104?ARDB
MAINTAINERS | 5 ++
arch/Kconfig | 3 ++
arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c | 10 ++--
arch/arm/dts/fsl-ls1012a.dtsi | 7 +++
arch/arm/dts/fsl-ls1043a.dtsi | 7 +++
arch/arm/dts/fsl-ls1046a.dtsi | 7 +++
arch/arm/dts/ls1021a.dtsi | 87 ++++++++++++------------------
arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h | 4 ++
arch/powerpc/cpu/mpc85xx/cpu.c | 2 +
arch/powerpc/dts/p2020-post.dtsi | 36 +++++++++++++
arch/powerpc/dts/pq3-dma-0.dtsi | 66 +++++++++++++++++++++++
arch/powerpc/dts/pq3-dma-1.dtsi | 66 +++++++++++++++++++++++
arch/powerpc/dts/pq3-mpic-timer-B.dtsi | 42 +++++++++++++++
arch/powerpc/dts/pq3-mpic.dtsi | 79 +++++++++++++++++++++++++++
arch/powerpc/dts/pq3-sec3.1-0.dtsi | 45 ++++++++++++++++
arch/powerpc/include/asm/fsl_law.h | 1 +
arch/powerpc/include/asm/mmu.h | 2 +-
arch/powerpc/lib/bootm.c | 3 +-
board/freescale/ls1028a/ls1028a.c | 7 ++-
board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c | 8 +++
board/kontron/sl28/ddr.c | 12 ++++-
configs/ls1028aqds_tfa_SECURE_BOOT_defconfig | 2 +
configs/ls1028aqds_tfa_defconfig | 2 +
configs/ls1028ardb_tfa_SECURE_BOOT_defconfig | 2 +
configs/ls1028ardb_tfa_defconfig | 2 +
drivers/misc/Kconfig | 14 +++++
drivers/misc/Makefile | 1 +
drivers/misc/ls2_sfp.c | 350 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/mmc/Kconfig | 5 ++
drivers/mmc/fsl_esdhc.c | 6 +--
drivers/mtd/nand/raw/fsl_elbc_nand.c | 9 ++--
include/configs/kontron_sl28.h | 6 +--
include/configs/p1_p2_bootsrc.h | 59 ++++++++++++++++++++
include/configs/p1_p2_rdb_pc.h | 41 ++++----------
34 files changed, 894 insertions(+), 104 deletions(-)
create mode 100644 arch/powerpc/dts/pq3-dma-0.dtsi
create mode 100644 arch/powerpc/dts/pq3-dma-1.dtsi
create mode 100644 arch/powerpc/dts/pq3-mpic-timer-B.dtsi
create mode 100644 arch/powerpc/dts/pq3-mpic.dtsi
create mode 100644 arch/powerpc/dts/pq3-sec3.1-0.dtsi
create mode 100644 drivers/misc/ls2_sfp.c
create mode 100644 include/configs/p1_p2_bootsrc.h
More information about the U-Boot
mailing list