File tree Expand file tree Collapse file tree
package/boot/arm-trusted-firmware-mediatek Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -645,6 +645,34 @@ define Trusted-Firmware-A/mt7988-spim-nand-ubi-ddr4
645645 USE_UBI:=1
646646endef
647647
648+ define Trusted-Firmware-A/mt7988-emmc-comb-4bg
649+ NAME:=MediaTek MT7988 (eMMC, DDR4 8GB)
650+ BOOT_DEVICE:=emmc
651+ BUILD_SUBTARGET:=filogic
652+ PLAT:=mt7988
653+ DRAM_USE_COMB:=1
654+ DDR4_4BG_MODE:=1
655+ endef
656+
657+ define Trusted-Firmware-A/mt7988-sdmmc-comb-4bg
658+ NAME:=MediaTek MT7988 (SD card, DDR4 8GB)
659+ BOOT_DEVICE:=sdmmc
660+ BUILD_SUBTARGET:=filogic
661+ PLAT:=mt7988
662+ DRAM_USE_COMB:=1
663+ DDR4_4BG_MODE:=1
664+ endef
665+
666+ define Trusted-Firmware-A/mt7988-spim-nand-ubi-comb-4bg
667+ NAME:=MediaTek MT7988 (SPI-NAND via SPIM, UBI, DDR4 8GB)
668+ BOOT_DEVICE:=spim-nand
669+ BUILD_SUBTARGET:=filogic
670+ PLAT:=mt7988
671+ DRAM_USE_COMB:=1
672+ DDR4_4BG_MODE:=1
673+ USE_UBI:=1
674+ endef
675+
648676TFA_TARGETS: = \
649677 mt7622-nor-1ddr \
650678 mt7622-nor-2ddr \
@@ -716,7 +744,10 @@ TFA_TARGETS:= \
716744 mt7988-snand-ubi-comb \
717745 mt7988-spim-nand-comb \
718746 mt7988-spim-nand-ubi-comb \
719- mt7988-spim-nand-ubi-ddr4
747+ mt7988-spim-nand-ubi-ddr4 \
748+ mt7988-emmc-comb-4bg \
749+ mt7988-sdmmc-comb-4bg \
750+ mt7988-spim-nand-ubi-comb-4bg
720751
721752TFA_MAKE_FLAGS += \
722753 BOOT_DEVICE=$(BOOT_DEVICE ) \
You can’t perform that action at this time.
0 commit comments