This series prepares for the switch to using SPL on the TQMa6 in the subsequent series.
Resend to the new U-Boot mailing list after the project moved to [email protected]. The series has also been rebased to branch onto main. No functional changes. Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Max Merchel <[email protected]> --- Markus Niebel (2): board: tqma6: change U-Boot device tree fragments board: tqma6: implement ENET errata workaround detection Max Merchel (3): ARM: dts: tqma6: add boot phase properties dts: tqma6: mba6: remove old device trees board: tqma6: use runtime SoC detection in enet setup Paul Gerber (1): board: tqma6: add kernel device tree handling for environment arch/arm/dts/imx6dl-mba6.dtsi | 22 -- arch/arm/dts/imx6dl-mba6a-u-boot.dtsi | 8 + arch/arm/dts/imx6dl-mba6a.dts | 21 -- arch/arm/dts/imx6dl-mba6b-u-boot.dtsi | 7 +- arch/arm/dts/imx6q-mba6.dtsi | 44 --- arch/arm/dts/imx6q-mba6a-u-boot.dtsi | 8 + arch/arm/dts/imx6q-mba6a.dts | 20 -- arch/arm/dts/imx6q-mba6b-u-boot.dtsi | 7 +- arch/arm/dts/imx6qdl-mba6-u-boot.dtsi | 37 ++- arch/arm/dts/imx6qdl-mba6.dtsi | 535 -------------------------------- arch/arm/dts/imx6qdl-mba6a.dtsi | 30 -- arch/arm/dts/imx6qdl-mba6b.dtsi | 49 --- arch/arm/dts/imx6qdl-tqma6-u-boot.dtsi | 54 ++++ arch/arm/dts/imx6qdl-tqma6a-u-boot.dtsi | 14 + arch/arm/dts/imx6qdl-tqma6b-u-boot.dtsi | 18 ++ board/tq/tqma6/tqma6.c | 86 ++++- board/tq/tqma6/tqma6.h | 14 + board/tq/tqma6/tqma6_mba6.c | 33 +- 18 files changed, 247 insertions(+), 760 deletions(-) --- base-commit: b635d43bca429500cb8ef20aa151cb5773b9a8a5 change-id: 20260727-tqma6_bis_spl-1e0618f64b91 Best regards, -- Max Merchel <[email protected]>
