mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
parent
1fd443d852
commit
7460dcc802
@ -25,6 +25,10 @@ case "$VARIANT" in
|
||||
ATF="rk35/rk3568_bl31_v1.43.elf"
|
||||
DDR="rk35/rk3568_ddr_1560MHz_v1.18.bin"
|
||||
;;
|
||||
"rk3588")
|
||||
ATF="rk35/rk3588_bl31_v1.40.elf"
|
||||
DDR="rk35/rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.12.bin"
|
||||
;;
|
||||
*)
|
||||
echo -e "Not compatible with your platform: $VARIANT."
|
||||
exit 1
|
||||
|
@ -89,7 +89,7 @@ define U-Boot/nanopi-r4s-rk3399
|
||||
friendlyarm_nanopi-r4s
|
||||
DEPENDS:=+PACKAGE_u-boot-nanopi-r4s-rk3399:arm-trusted-firmware-rk3399
|
||||
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
||||
ATF:=rk3399_bl31_v1.35.elf
|
||||
ATF:=rk3399_bl31_v1.36.elf
|
||||
USE_RKBIN:=1
|
||||
endef
|
||||
|
||||
@ -100,7 +100,7 @@ define U-Boot/nanopi-r4se-rk3399
|
||||
friendlyarm_nanopi-r4se
|
||||
DEPENDS:=+PACKAGE_u-boot-nanopi-r4se-rk3399:arm-trusted-firmware-rk3399
|
||||
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
||||
ATF:=rk3399_bl31_v1.35.elf
|
||||
ATF:=rk3399_bl31_v1.36.elf
|
||||
USE_RKBIN:=1
|
||||
endef
|
||||
|
||||
@ -131,7 +131,7 @@ define U-Boot/rongpin-king3399-rk3399
|
||||
rongpin_king3399
|
||||
DEPENDS:=+PACKAGE_u-boot-rongpin-king3399-rk3399:arm-trusted-firmware-rk3399
|
||||
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
||||
ATF:=rk3399_bl31_v1.35.elf
|
||||
ATF:=rk3399_bl31_v1.36.elf
|
||||
USE_RKBIN:=1
|
||||
endef
|
||||
|
||||
@ -142,7 +142,7 @@ define U-Boot/rocktech-mpc1903-rk3399
|
||||
rocktech_mpc1903
|
||||
DEPENDS:=+PACKAGE_u-boot-rocktech-mpc1903-rk3399:arm-trusted-firmware-rk3399
|
||||
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
||||
ATF:=rk3399_bl31_v1.35.elf
|
||||
ATF:=rk3399_bl31_v1.36.elf
|
||||
USE_RKBIN:=1
|
||||
endef
|
||||
|
||||
@ -153,7 +153,7 @@ define U-Boot/sharevdi-h3399pc-rk3399
|
||||
sharevdi_h3399pc
|
||||
DEPENDS:=+PACKAGE_u-boot-sharevdi-h3399pc-rk3399:arm-trusted-firmware-rk3399
|
||||
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
||||
ATF:=rk3399_bl31_v1.35.elf
|
||||
ATF:=rk3399_bl31_v1.36.elf
|
||||
USE_RKBIN:=1
|
||||
endef
|
||||
|
||||
@ -164,7 +164,7 @@ define U-Boot/dilusense-dlfr100-rk3399
|
||||
dilusense_dlfr100
|
||||
DEPENDS:=+PACKAGE_u-boot-dilusense-dlfr100-rk3399:arm-trusted-firmware-rk3399
|
||||
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
||||
ATF:=rk3399_bl31_v1.35.elf
|
||||
ATF:=rk3399_bl31_v1.36.elf
|
||||
USE_RKBIN:=1
|
||||
endef
|
||||
|
||||
@ -175,7 +175,7 @@ define U-Boot/xiaobao-nas-v1-rk3399
|
||||
codinge_xiaobao-nas-v1
|
||||
DEPENDS:=+PACKAGE_u-boot-xiaobao-nas-v1-rk3399:arm-trusted-firmware-rk3399
|
||||
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
||||
ATF:=rk3399_bl31_v1.35.elf
|
||||
ATF:=rk3399_bl31_v1.36.elf
|
||||
USE_RKBIN:=1
|
||||
endef
|
||||
|
||||
@ -188,8 +188,8 @@ define U-Boot/panther-x2-rk3566
|
||||
panther_x2
|
||||
DEPENDS:=+PACKAGE_u-boot-panther-x2-rk3566:arm-trusted-firmware-rk3566
|
||||
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
||||
ATF:=rk3568_bl31_v1.34.elf
|
||||
DDR:=rk3566_ddr_1056MHz_v1.13.bin
|
||||
ATF:=rk3568_bl31_v1.43.elf
|
||||
DDR:=rk3566_ddr_1056MHz_v1.18.bin
|
||||
endef
|
||||
|
||||
# RK3568 boards
|
||||
@ -201,8 +201,8 @@ define U-Boot/lyt-t68m-rk3568
|
||||
lyt_t68m
|
||||
DEPENDS:=+PACKAGE_u-boot-lyt-t68m-rk3568:arm-trusted-firmware-rk3568
|
||||
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
||||
ATF:=rk3568_bl31_v1.34.elf
|
||||
DDR:=rk3568_ddr_1560MHz_v1.13.bin
|
||||
ATF:=rk3568_bl31_v1.43.elf
|
||||
DDR:=rk3568_ddr_1560MHz_v1.18.bin
|
||||
endef
|
||||
|
||||
define U-Boot/mrkaio-m68s-rk3568
|
||||
@ -213,8 +213,8 @@ define U-Boot/mrkaio-m68s-rk3568
|
||||
ezpro_mrkaio-m68s-plus
|
||||
DEPENDS:=+PACKAGE_u-boot-mrkaio-m68s-rk3568:arm-trusted-firmware-rk3568
|
||||
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
||||
ATF:=rk3568_bl31_v1.34.elf
|
||||
DDR:=rk3568_ddr_1560MHz_v1.13.bin
|
||||
ATF:=rk3568_bl31_v1.43.elf
|
||||
DDR:=rk3568_ddr_1560MHz_v1.18.bin
|
||||
endef
|
||||
|
||||
define U-Boot/nanopi-r5s-rk3568
|
||||
@ -225,8 +225,8 @@ define U-Boot/nanopi-r5s-rk3568
|
||||
friendlyarm_nanopi-r5s
|
||||
DEPENDS:=+PACKAGE_u-boot-nanopi-r5s-rk3568:arm-trusted-firmware-rk3568
|
||||
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
||||
ATF:=rk3568_bl31_v1.34.elf
|
||||
DDR:=rk3568_ddr_1560MHz_v1.13.bin
|
||||
ATF:=rk3568_bl31_v1.43.elf
|
||||
DDR:=rk3568_ddr_1560MHz_v1.18.bin
|
||||
endef
|
||||
|
||||
define U-Boot/opc-h68k-rk3568
|
||||
@ -238,8 +238,8 @@ define U-Boot/opc-h68k-rk3568
|
||||
hinlink_opc-h69k
|
||||
DEPENDS:=+PACKAGE_u-boot-opc-h68k-rk3568:arm-trusted-firmware-rk3568
|
||||
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
||||
ATF:=rk3568_bl31_v1.34.elf
|
||||
DDR:=rk3568_ddr_1560MHz_v1.13.bin
|
||||
ATF:=rk3568_bl31_v1.43.elf
|
||||
DDR:=rk3568_ddr_1560MHz_v1.18.bin
|
||||
endef
|
||||
|
||||
define U-Boot/photonicat-rk3568
|
||||
@ -249,8 +249,8 @@ define U-Boot/photonicat-rk3568
|
||||
ariaboard_photonicat
|
||||
DEPENDS:=+PACKAGE_u-boot-photonicat-rk3568:arm-trusted-firmware-rk3568
|
||||
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
||||
ATF:=rk3568_bl31_v1.34.elf
|
||||
DDR:=rk3568_ddr_1560MHz_v1.13.bin
|
||||
ATF:=rk3568_bl31_v1.43.elf
|
||||
DDR:=rk3568_ddr_1560MHz_v1.18.bin
|
||||
endef
|
||||
|
||||
define U-Boot/radxa-e25-rk3568
|
||||
@ -260,8 +260,8 @@ define U-Boot/radxa-e25-rk3568
|
||||
radxa_e25
|
||||
DEPENDS:=+PACKAGE_u-boot-radxa-e25-rk3568:arm-trusted-firmware-rk3568
|
||||
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
||||
ATF:=rk3568_bl31_v1.34.elf
|
||||
DDR:=rk3568_ddr_1560MHz_v1.13.bin
|
||||
ATF:=rk3568_bl31_v1.43.elf
|
||||
DDR:=rk3568_ddr_1560MHz_v1.18.bin
|
||||
endef
|
||||
|
||||
define U-Boot/rock-3a-rk3568
|
||||
@ -271,8 +271,8 @@ define U-Boot/rock-3a-rk3568
|
||||
radxa_rock-3a
|
||||
DEPENDS:=+PACKAGE_u-boot-rock-3a-rk3568:arm-trusted-firmware-rk3568
|
||||
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
||||
ATF:=rk3568_bl31_v1.34.elf
|
||||
DDR:=rk3568_ddr_1560MHz_v1.13.bin
|
||||
ATF:=rk3568_bl31_v1.43.elf
|
||||
DDR:=rk3568_ddr_1560MHz_v1.18.bin
|
||||
endef
|
||||
|
||||
define U-Boot/r66s-rk3568
|
||||
@ -283,8 +283,8 @@ define U-Boot/r66s-rk3568
|
||||
fastrhino_r68s
|
||||
DEPENDS:=+PACKAGE_u-boot-r66s-rk3568:arm-trusted-firmware-rk3568
|
||||
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
||||
ATF:=rk3568_bl31_v1.34.elf
|
||||
DDR:=rk3568_ddr_1560MHz_v1.13.bin
|
||||
ATF:=rk3568_bl31_v1.43.elf
|
||||
DDR:=rk3568_ddr_1560MHz_v1.18.bin
|
||||
endef
|
||||
|
||||
define U-Boot/station-p2-rk3568
|
||||
@ -294,8 +294,8 @@ define U-Boot/station-p2-rk3568
|
||||
firefly_station-p2
|
||||
DEPENDS:=+PACKAGE_u-boot-station-p2-rk3568:arm-trusted-firmware-rk3568
|
||||
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
||||
ATF:=rk3568_bl31_v1.34.elf
|
||||
DDR:=rk3568_ddr_1560MHz_v1.13.bin
|
||||
ATF:=rk3568_bl31_v1.43.elf
|
||||
DDR:=rk3568_ddr_1560MHz_v1.18.bin
|
||||
endef
|
||||
|
||||
UBOOT_TARGETS := \
|
||||
|
Loading…
Reference in New Issue
Block a user