projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3ce005
)
rkbin: pack rk3576 tpl blob
author
Tianling Shen
<
[email protected]
>
Sat, 13 Sep 2025 11:49:35 +0000
(19:49 +0800)
committer
Hauke Mehrtens
<
[email protected]
>
Thu, 2 Oct 2025 20:42:35 +0000
(22:42 +0200)
Currently there's no usable open source TPL implementation for
rk3576 SoCs, so pack the prebuilt firmware from the vendor.
Signed-off-by: Tianling Shen <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/20041
Signed-off-by: Hauke Mehrtens <
[email protected]
>
package/boot/rkbin/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/rkbin/Makefile
b/package/boot/rkbin/Makefile
index 668b8a9e94a4a10e766dcb0325c9231eebd13f41..70ef0c5e358e744acedb455112c6c67897f067c7 100644
(file)
--- a/
package/boot/rkbin/Makefile
+++ b/
package/boot/rkbin/Makefile
@@
-55,6
+55,12
@@
define Trusted-Firmware-A/rk3568-tpl-e25
TPL:=rk35/rk3568_ddr_1560MHz_uart2_m0_115200_v1.23.bin
endef
+define Trusted-Firmware-A/rk3576-tpl
+ NAME:=Rockchip RK3576 SoCs
+ BUILD_SUBTARGET:=armv8
+ TPL:=rk35/rk3576_ddr_lp4_2112MHz_lp5_2736MHz_v1.09.bin
+endef
+
define Trusted-Firmware-A/rk3588-tpl
NAME:=Rockchip RK3588 SoCs
BUILD_SUBTARGET:=armv8
@@
-67,6
+73,7
@@
TFA_TARGETS:= \
rk3566 \
rk3568 \
rk3568-tpl-e25 \
+ rk3576-tpl \
rk3588-tpl
ifeq ($(BUILD_VARIANT),rk3308-tpl-rock-pi-s)