rkbin: rename tpl-only target
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run

No need to copy ATF blob again.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/19998
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Tianling Shen 2025-09-09 18:18:54 +08:00 committed by Hauke Mehrtens
parent 798fcd8742
commit 689eebd8d2
2 changed files with 10 additions and 11 deletions

View file

@ -31,10 +31,9 @@ define Trusted-Firmware-A/rk3308
TPL:=rk33/rk3308_ddr_589MHz_uart2_m1_v2.10.bin
endef
define Trusted-Firmware-A/rk3308-rock-pi-s
NAME:=Radxa ROCK Pi S
define Trusted-Firmware-A/rk3308-tpl-rock-pi-s
NAME:=Radxa ROCK Pi S board
BUILD_SUBTARGET:=armv8
ATF:=rk33/rk3308_bl31_v2.27.elf
TPL:=rk33/rk3308_ddr_589MHz_uart0_m0_v2.10.bin
endef
@ -50,27 +49,27 @@ define Trusted-Firmware-A/rk3568
TPL:=rk35/rk3568_ddr_1560MHz_v1.23.bin
endef
define Trusted-Firmware-A/rk3568-e25
define Trusted-Firmware-A/rk3568-tpl-e25
NAME:=Radxa E25 board
BUILD_SUBTARGET:=armv8
ATF:=rk35/rk3568_bl31_v1.45.elf
TPL:=rk35/rk3568_ddr_1560MHz_uart2_m0_115200_v1.23.bin
endef
define Trusted-Firmware-A/rk3588-tpl
NAME:=Rockchip RK3588 SoCs
BUILD_SUBTARGET:=armv8
TPL:=rk35/rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.19.bin
endef
TFA_TARGETS:= \
rk3308 \
rk3308-rock-pi-s \
rk3308-tpl-rock-pi-s \
rk3566 \
rk3568 \
rk3568-e25 \
rk3568-tpl-e25 \
rk3588-tpl
ifeq ($(BUILD_VARIANT),rk3308-rock-pi-s)
ifeq ($(BUILD_VARIANT),rk3308-tpl-rock-pi-s)
define Download/rk3308-tpl-rock-pi-s
FILE:=$(notdir $(TPL))
URL_FILE:=$(TPL)
@ -86,7 +85,7 @@ ifeq ($(BUILD_VARIANT),rk3308-rock-pi-s)
endef
endif
ifeq ($(BUILD_VARIANT),rk3568-e25)
ifeq ($(BUILD_VARIANT),rk3568-tpl-e25)
define Download/rk3568-tpl-e25
FILE:=$(notdir $(TPL))
URL_FILE:=$(TPL)

View file

@ -35,7 +35,7 @@ endef
define U-Boot/rock-pi-s-rk3308
$(U-Boot/rk3308/Default)
DEPENDS:=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3308-rock-pi-s
DEPENDS+=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3308-tpl-rock-pi-s
TPL:=rk3308_ddr_589MHz_uart0_m0_v2.10.bin
NAME:=ROCK Pi S
BUILD_DEVICES:= \
@ -235,7 +235,7 @@ endef
define U-Boot/radxa-e25-rk3568
$(U-Boot/rk3568/Default)
DEPENDS:=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3568-e25
DEPENDS+=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3568-tpl-e25
TPL:=rk3568_ddr_1560MHz_uart2_m0_115200_v1.23.bin
NAME:=E25
BUILD_DEVICES:= \