uboot-mediatek: add initial Zyxel EX5601-T0 support
authorValerio 'ftp21' Mancini <ftp21@ftp21.eu>
Sat, 26 Aug 2023 22:01:58 +0000 (00:01 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 25 Nov 2023 13:51:21 +0000 (14:51 +0100)
commita9cf87027e75c9798bf3cb683a7c32985e4ea483
tree92c73ebf35d840a2504dc542725ccf09b6bf4d58
parent1b70025ad1f5d8dd93e8415de7817d7975d4a8d2
uboot-mediatek: add initial Zyxel EX5601-T0 support

Flash procedure is described in next commit.

TLDR:
Copy preloader and uboot to /tmp and write them in the mtd.
This will also require new UBI partition and
 volumes to boot openwrt.

mtd write /tmp/openwrt-mediatek-filogic-zyxel_ex5601-t0-ubootmod-preloader.bin bl2
mtd write /tmp/openwrt-mediatek-filogic-zyxel_ex5601-t0-ubootmod-bl31-uboot.fip fip

Changelist:
 - Added profile for 4k+256 SPI NAND_TYPE
 - Added basic Zyxel EX5601-T0 uboot profile

Backported from hitech95 branch:
 - Button RESET pin fix
 - Button WPS pin fix

Signed-off-by: Valerio 'ftp21' Mancini <ftp21@ftp21.eu>
Signed-off-by: Nicolò Veronese <nicveronese@gmail.com>
package/boot/arm-trusted-firmware-mediatek/Makefile
package/boot/uboot-mediatek/Makefile
package/boot/uboot-mediatek/patches/439-add-zyxel_ex5601-t0.patch [new file with mode: 0644]