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>
Tue, 12 Mar 2024 21:58:06 +0000 (22:58 +0100)
commit401d8c7051c395d93bdc8a931020b348d7d297fd
tree384f6b37e821ffe676a5371395736e83f1fefb92
parent63a7d5e93709955364777c4b4c44df95c721be91
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>
(cherry picked from commit a9cf87027e75c9798bf3cb683a7c32985e4ea483)
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]