mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-03 04:26:55 +00:00
arm-trusted-firmware-mediatek: add mt7986-spim-nand-ubi-ddr4
Add UBI-enabled build for MT7986 with SPIM-NAND and DDR4 for use with the BananaPi R3 board. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
188a1a8d67
commit
91b55ca4c8
@ -193,6 +193,16 @@ define Trusted-Firmware-A/mt7986-spim-nand-ddr4
|
|||||||
NAND_TYPE:=spim:2k+64
|
NAND_TYPE:=spim:2k+64
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Trusted-Firmware-A/mt7986-spim-nand-ubi-ddr4
|
||||||
|
NAME:=MediaTek MT7986 (SPI-NAND via SPIM using UBI, DDR4)
|
||||||
|
BOOT_DEVICE:=spim-nand
|
||||||
|
BUILD_SUBTARGET:=filogic
|
||||||
|
PLAT:=mt7986
|
||||||
|
DDR_TYPE:=ddr4
|
||||||
|
NAND_TYPE:=spim:2k+64
|
||||||
|
USE_UBI:=1
|
||||||
|
endef
|
||||||
|
|
||||||
define Trusted-Firmware-A/mt7986-spim-nand-4k-ddr4
|
define Trusted-Firmware-A/mt7986-spim-nand-4k-ddr4
|
||||||
NAME:=MediaTek MT7986 (SPI-NAND via SPIM, DDR4)
|
NAME:=MediaTek MT7986 (SPI-NAND via SPIM, DDR4)
|
||||||
BOOT_DEVICE:=spim-nand
|
BOOT_DEVICE:=spim-nand
|
||||||
@ -406,6 +416,7 @@ TFA_TARGETS:= \
|
|||||||
mt7986-sdmmc-ddr4 \
|
mt7986-sdmmc-ddr4 \
|
||||||
mt7986-snand-ddr4 \
|
mt7986-snand-ddr4 \
|
||||||
mt7986-spim-nand-ddr4 \
|
mt7986-spim-nand-ddr4 \
|
||||||
|
mt7986-spim-nand-ubi-ddr4 \
|
||||||
mt7986-spim-nand-4k-ddr4 \
|
mt7986-spim-nand-4k-ddr4 \
|
||||||
mt7988-emmc-ddr3 \
|
mt7988-emmc-ddr3 \
|
||||||
mt7988-nor-ddr3 \
|
mt7988-nor-ddr3 \
|
||||||
|
Loading…
Reference in New Issue
Block a user