[openwrt/openwrt] arm-trusted-firmware-mvebu: don't build emmc variants

LEDE Commits lede-commits at lists.infradead.org
Sat Jan 30 09:59:32 EST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/00bf2c0cbe1c6c9625dbb7a6a58042a08539f073

commit 00bf2c0cbe1c6c9625dbb7a6a58042a08539f073
Author: Andre Heider <a.heider at gmail.com>
AuthorDate: Sun Jan 17 08:38:22 2021 +0100

    arm-trusted-firmware-mvebu: don't build emmc variants
    
    Starting with u-boot v2021.01 a single binary will be used for non-emmc
    and emmc variants.
    
    Signed-off-by: Andre Heider <a.heider at gmail.com>
---
 package/boot/arm-trusted-firmware-mvebu/Makefile | 55 ------------------------
 1 file changed, 55 deletions(-)

diff --git a/package/boot/arm-trusted-firmware-mvebu/Makefile b/package/boot/arm-trusted-firmware-mvebu/Makefile
index 1f84b8eb19..7778a26158 100644
--- a/package/boot/arm-trusted-firmware-mvebu/Makefile
+++ b/package/boot/arm-trusted-firmware-mvebu/Makefile
@@ -46,16 +46,6 @@ define Trusted-Firmware-A/espressobin-v3-v5-1gb-1cs
   PLAT:=a3700
 endef
 
-define Trusted-Firmware-A/espressobin-v3-v5-1gb-1cs-emmc
-  NAME:=Marvell ESPRESSObin V3-V5 (1GB 1CS, eMMC)
-  DEPENDS:=+u-boot-espressobin-emmc
-  BUILD_DEVICES:=globalscale_espressobin-emmc
-  UBOOT:=espressobin-emmc
-  DDR_TOPOLOGY:=4
-  CLOCKSPRESET:=CPU_800_DDR_800
-  PLAT:=a3700
-endef
-
 define Trusted-Firmware-A/espressobin-v3-v5-1gb-2cs
   NAME:=Marvell ESPRESSObin V3-V5 (1GB, 2CS)
   DEPENDS:=+u-boot-espressobin
@@ -66,16 +56,6 @@ define Trusted-Firmware-A/espressobin-v3-v5-1gb-2cs
   PLAT:=a3700
 endef
 
-define Trusted-Firmware-A/espressobin-v3-v5-1gb-2cs-emmc
-  NAME:=Marvell ESPRESSObin V3-V5 (1GB 2CS, eMMC)
-  DEPENDS:=+u-boot-espressobin-emmc
-  BUILD_DEVICES:=globalscale_espressobin-emmc
-  UBOOT:=espressobin-emmc
-  DDR_TOPOLOGY:=2
-  CLOCKSPRESET:=CPU_800_DDR_800
-  PLAT:=a3700
-endef
-
 define Trusted-Firmware-A/espressobin-v3-v5-2gb
   NAME:=Marvell ESPRESSObin V3-V5 (2GB)
   DEPENDS:=+u-boot-espressobin
@@ -86,16 +66,6 @@ define Trusted-Firmware-A/espressobin-v3-v5-2gb
   PLAT:=a3700
 endef
 
-define Trusted-Firmware-A/espressobin-v3-v5-2gb-emmc
-  NAME:=Marvell ESPRESSObin V3-V5 (2GB, eMMC)
-  DEPENDS:=+u-boot-espressobin-emmc
-  BUILD_DEVICES:=globalscale_espressobin-emmc
-  UBOOT:=espressobin-emmc
-  DDR_TOPOLOGY:=7
-  CLOCKSPRESET:=CPU_800_DDR_800
-  PLAT:=a3700
-endef
-
 define Trusted-Firmware-A/espressobin-v7-1gb
   NAME:=Marvell ESPRESSObin V7 (1GB)
   DEPENDS:=+u-boot-espressobin
@@ -106,16 +76,6 @@ define Trusted-Firmware-A/espressobin-v7-1gb
   PLAT:=a3700
 endef
 
-define Trusted-Firmware-A/espressobin-v7-1gb-emmc
-  NAME:=Marvell ESPRESSObin V7 (1GB, eMMC)
-  DEPENDS:=+u-boot-espressobin
-  BUILD_DEVICES:=globalscale_espressobin-v7-emmc
-  UBOOT:=espressobin-emmc
-  DDR_TOPOLOGY:=5
-  CLOCKSPRESET:=CPU_800_DDR_800
-  PLAT:=a3700
-endef
-
 define Trusted-Firmware-A/espressobin-v7-2gb
   NAME:=Marvell ESPRESSObin V7 (2GB)
   DEPENDS:=+u-boot-espressobin
@@ -126,16 +86,6 @@ define Trusted-Firmware-A/espressobin-v7-2gb
   PLAT:=a3700
 endef
 
-define Trusted-Firmware-A/espressobin-v7-2gb-emmc
-  NAME:=Marvell ESPRESSObin V7 (2GB, eMMC)
-  DEPENDS:=+u-boot-espressobin
-  BUILD_DEVICES:=globalscale_espressobin-v7-emmc
-  UBOOT:=espressobin-emmc
-  DDR_TOPOLOGY:=6
-  CLOCKSPRESET:=CPU_800_DDR_800
-  PLAT:=a3700
-endef
-
 define Trusted-Firmware-A/udpu
   NAME:=Methode uDPU
   DEPENDS:=+u-boot-uDPU
@@ -150,15 +100,10 @@ endef
 TFA_TARGETS:= \
 	espressobin-512mb \
 	espressobin-v3-v5-1gb-1cs \
-	espressobin-v3-v5-1gb-1cs-emmc \
 	espressobin-v3-v5-1gb-2cs \
-	espressobin-v3-v5-1gb-2cs-emmc \
 	espressobin-v3-v5-2gb \
-	espressobin-v3-v5-2gb-emmc \
 	espressobin-v7-1gb \
-	espressobin-v7-1gb-emmc \
 	espressobin-v7-2gb \
-	espressobin-v7-2gb-emmc \
 	udpu
 
 TFA_MAKE_FLAGS += \



More information about the lede-commits mailing list