qoriq: add support for NXP T4240RDB board
authorPawel Dembicki <[email protected]>
Wed, 19 Nov 2025 21:58:54 +0000 (22:58 +0100)
committerStijn Tintel <[email protected]>
Fri, 5 Dec 2025 21:57:41 +0000 (23:57 +0200)
commitb1ad73daa077bbfdd333fed97a1dfcfb850d6f0a
treeecb86fde06a698e12f3d4a0de3d949b49ed413f0
parent1842735a069badd074ba0a4318764c699080e3ae
qoriq: add support for NXP T4240RDB board

Hardware specs:
  - NXP T4240, 12C/24T @ 1.67 GHz
  - 3 × 2 GB DDR3 SO-DIMM
  - 128 MB NOR flash
  - 2 GB SLC NAND
  - SD card interface
  - PCIe: x4 and x8
  - SATA 3 Gbps
  - 8 × 1 GbE
  - 4 × 10 GbE SFP
  - RTC

This commit adds two sysupgrade image types:
  - nor:    boot and run the entire system from NOR
  - sdboot: boot and run the entire system from SD card

How to obtain and install factory images:
  - At the moment U-Boot support is not mergeable because it requires
    the mpc85xx toolchain to build.
  - Please follow the instructions in the GitHub PR:
    https://github.com/openwrt/openwrt/pull/10941

Signed-off-by: Pawel Dembicki <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/10941
Signed-off-by: Stijn Tintel <[email protected]>
package/boot/uboot-tools/uboot-envtools/files/qoriq
target/linux/qoriq/base-files/lib/upgrade/platform.sh
target/linux/qoriq/config-6.12
target/linux/qoriq/files/arch/powerpc/boot/dts/fsl/fsl-t4240rdb-nor.dts [new file with mode: 0644]
target/linux/qoriq/files/arch/powerpc/boot/dts/fsl/fsl-t4240rdb-sdboot.dts [new file with mode: 0644]
target/linux/qoriq/files/arch/powerpc/boot/dts/fsl/fsl-t4240rdb.dtsi [new file with mode: 0644]
target/linux/qoriq/image/generic.mk
target/linux/qoriq/patches-6.12/001-Revert-powerpc-dts-mpc85xx-remove-simple-bus-compatible-from-ifc-node.patch [new file with mode: 0644]