[PATCH 0/6] Move DRAM address of ATF
Andrew Davis
afd at ti.com
Wed Feb 14 17:30:03 CET 2024
Hello all,
Explanation for this series is mostly in [4/6]. First 3
patches should be safe to take independent of the last 3.
Thanks,
Andrew
Andrew Davis (6):
arm: mach-k3: Add default ATF location for AM62/AM62a
arm: mach-k3: Add config option for setting OP-TEE address
arm: mach-k3: am62: Enable OF_SYSTEM_SETUP for all boards
arm: mach-k3: am62: Fixup TF-A/OP-TEE reserved-memory node in FDT
arm: mach-k3: am62a: Fixup TF-A/OP-TEE reserved-memory node in FDT
arm: mach-k3: Move DRAM address of ATF for AM62/AM62a
arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi | 4 +-
arch/arm/dts/k3-am65-iot2050-boot-image.dtsi | 4 +-
arch/arm/dts/k3-binman.dtsi | 8 +--
.../dts/k3-j721e-beagleboneai64-u-boot.dtsi | 4 +-
arch/arm/mach-k3/Kconfig | 10 +++-
arch/arm/mach-k3/Makefile | 1 +
arch/arm/mach-k3/am625_fdt.c | 2 +
arch/arm/mach-k3/am62a7_fdt.c | 16 ++++++
arch/arm/mach-k3/am62ax/Kconfig | 1 +
arch/arm/mach-k3/am62x/Kconfig | 3 ++
arch/arm/mach-k3/common_fdt.c | 52 +++++++++++++++++++
arch/arm/mach-k3/common_fdt.h | 2 +
configs/am62ax_evm_a53_defconfig | 1 -
configs/am62x_beagleplay_a53_defconfig | 1 -
configs/am62x_evm_a53_defconfig | 1 -
configs/phycore_am62x_a53_defconfig | 1 -
configs/verdin-am62_a53_defconfig | 2 -
17 files changed, 96 insertions(+), 17 deletions(-)
create mode 100644 arch/arm/mach-k3/am62a7_fdt.c
--
2.39.2
More information about the U-Boot
mailing list