Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions package/boot/arm-trusted-firmware-mediatek/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,16 @@ define Trusted-Firmware-A/mt7981-cudy-tr3000-v1
FIP_SIZE:=0x200000
endef

define Trusted-Firmware-A/mt7981-cudy-wbr3000uax-v1
NAME:=Cudy WBR3000UAX v1 (SPI-NAND via SPIM, DDR3)
BOOT_DEVICE:=spim-nand
BUILD_SUBTARGET:=filogic
PLAT:=mt7981
DDR_TYPE:=ddr3
FIP_OFFSET:=0x3c0000
FIP_SIZE:=0x200000
endef

define Trusted-Firmware-A/mt7986-ram-ddr4
NAME:=MediaTek MT7986 (RAM, DDR4)
BOOT_DEVICE:=ram
Expand Down Expand Up @@ -547,6 +557,7 @@ TFA_TARGETS:= \
mt7981-emmc-ddr4 \
mt7981-spim-nand-ddr4 \
mt7981-cudy-tr3000-v1 \
mt7981-cudy-wbr3000uax-v1 \
mt7986-ram-ddr3 \
mt7986-emmc-ddr3 \
mt7986-nor-ddr3 \
Expand Down
4 changes: 3 additions & 1 deletion package/boot/uboot-envtools/files/mediatek_filogic
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ mercusys,mr90x-v1-ubi|\
netcore,n60|\
netcore,n60-pro|\
netis,nx31|\
netis,nx32u|\
nokia,ea0326gmp|\
qihoo,360t7|\
routerich,ax3000-ubootmod|\
Expand Down Expand Up @@ -110,7 +111,8 @@ comfast,cf-e393ax)
;;
cudy,tr3000-v1|\
cudy,tr3000-v1-256mb|\
cudy,tr3000-v1-ubootmod)
cudy,tr3000-v1-ubootmod|\
cudy,wbr3000uax-v1-ubootmod)
local envdev=/dev/mtd$(find_mtd_index "u-boot-env")
ubootenv_add_uci_config "$envdev" "0x0" "0x80000" "0x80000"
;;
Expand Down
25 changes: 25 additions & 0 deletions package/boot/uboot-mediatek/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,17 @@ define U-Boot/mt7981_cudy_tr3000-v1
DEPENDS:=+trusted-firmware-a-mt7981-cudy-tr3000-v1
endef

define U-Boot/mt7981_cudy_wbr3000uax-v1
NAME:=Cudy WBR3000UAX v1
BUILD_SUBTARGET:=filogic
BUILD_DEVICES:=cudy_wbr3000uax-v1-ubootmod
UBOOT_CONFIG:=mt7981_cudy_wbr3000uax-v1
UBOOT_IMAGE:=u-boot.fip
BL2_BOOTDEV:=cudy-wbr3000uax-v1
BL2_SOC:=mt7981
DEPENDS:=+trusted-firmware-a-mt7981-cudy-wbr3000uax-v1
endef

define U-Boot/mt7981_glinet_gl-x3000
NAME:=GL.iNet GL-X3000
BUILD_SUBTARGET:=filogic
Expand Down Expand Up @@ -447,6 +458,18 @@ define U-Boot/mt7981_netis_nx31
DEPENDS:=+trusted-firmware-a-mt7981-spim-nand-ddr3
endef

define U-Boot/mt7981_netis_nx32u
NAME:=netis NX32U
BUILD_SUBTARGET:=filogic
BUILD_DEVICES:=netis_nx32u
UBOOT_CONFIG:=mt7981_netis_nx32u
UBOOT_IMAGE:=u-boot.fip
BL2_BOOTDEV:=spim-nand
BL2_SOC:=mt7981
BL2_DDRTYPE:=ddr3
DEPENDS:=+trusted-firmware-a-mt7981-spim-nand-ddr3
endef

define U-Boot/mt7981_mediatek_7981r128
NAME:=Mediatek 7981R128
BUILD_SUBTARGET:=filogic
Expand Down Expand Up @@ -1020,6 +1043,7 @@ UBOOT_TARGETS := \
mt7981_cmcc_rax3000me-nand-ddr3 \
mt7981_cmcc_rax3000me-nand-ddr4 \
mt7981_cudy_tr3000-v1 \
mt7981_cudy_wbr3000uax-v1 \
mt7981_gatonetworks_gdsp \
mt7981_glinet_gl-x3000 \
mt7981_glinet_gl-xe3000 \
Expand All @@ -1032,6 +1056,7 @@ UBOOT_TARGETS := \
mt7981_konka_komi-a31-nor \
mt7981_livinet_zr-3020 \
mt7981_netis_nx31 \
mt7981_netis_nx32u \
mt7981_nokia_ea0326gmp \
mt7981_openwrt_one-snand \
mt7981_openwrt_one-nor \
Expand Down
Loading