qoriq: add support for WatchGuard Firebox M300
authorStijn Tintel <stijn@linux-ipv6.be>
Fri, 6 Aug 2021 23:41:11 +0000 (02:41 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Tue, 21 Dec 2021 19:37:46 +0000 (21:37 +0200)
commit3fda16078b9979be836df0d156ca0dc0a0778f91
tree8a91413adcd9a24e16fbfc0cfadede97d38916d2
parent080a769b4da8dfad8485d82ff94f5e844e561696
qoriq: add support for WatchGuard Firebox M300

This device is based on NXP's QorIQ T2081QDS board, with a quad-core
dual-threaded 1.5 GHz ppc64 CPU and 4GB ECC RAM. The board has 5
ethernet interfaces, of which 3 are connected to the ethernet ports on
the front panel. The other 2 are internally connected to a Marvell
88E6171 switch; the other 5 ports of this switch are also connected to
the ethernet ports on the front panel.

Installation: write the sdcard image to an SD card. Stock U-Boot will
not boot, wait for it to fail then run these commands:

setenv OpenWrt_fdt image-watchguard-firebox-m300.dtb
setenv OpenWrt_kernel watchguard_firebox-m300-kernel.bin
setenv wgBootSysA 'setenv bootargs root=/dev/mmcblk0p2 rw rootdelay=2 console=$consoledev,$baudrate fsl_dpaa_fman.fsl_fm_max_frm=1530; ext2load mmc 0:1 $fdtaddr $OpenWrt_fdt; ext2load mmc 0:1 $loadaddr $OpenWrt_kernel; bootm $loadaddr - $fdtaddr'
saveenv
reset

The default U-Boot boot entry will now boot OpenWrt from the SD card.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Acked-by: Rui Salvaterra <rsalvaterra@gmail.com>
package/boot/uboot-envtools/files/qoriq [new file with mode: 0644]
target/linux/qoriq/base-files/etc/board.d/02_network [new file with mode: 0644]
target/linux/qoriq/base-files/lib/preinit/79_move_config [new file with mode: 0644]
target/linux/qoriq/base-files/lib/upgrade/platform.sh [new file with mode: 0755]
target/linux/qoriq/files/arch/powerpc/boot/dts/fsl/watchguard-firebox-m300.dts [new file with mode: 0644]
target/linux/qoriq/image/generic.mk