projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
221e6c8
)
rkbin: pack rk3528 atf/tpl blobs
author
Tianling Shen
<
[email protected]
>
Sat, 11 Oct 2025 09:04:07 +0000
(17:04 +0800)
committer
Hauke Mehrtens
<
[email protected]
>
Sat, 15 Nov 2025 18:56:27 +0000
(19:56 +0100)
Currently there's no usable mainline (open source) TF-A implementation
for rk3528 SoCs, so pack the prebuilt firmware from the vendor.
Signed-off-by: Tianling Shen <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/20375
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 70ef0c5e358e744acedb455112c6c67897f067c7..2162338eb03200beea69e7ffac14dca272e4baef 100644
(file)
--- a/
package/boot/rkbin/Makefile
+++ b/
package/boot/rkbin/Makefile
@@
-37,6
+37,12
@@
define Trusted-Firmware-A/rk3308-tpl-rock-pi-s
TPL:=rk33/rk3308_ddr_589MHz_uart0_m0_v2.10.bin
endef
+define Trusted-Firmware-A/rk3528
+ BUILD_SUBTARGET:=armv8
+ ATF:=rk35/rk3528_bl31_v1.20.elf
+ TPL:=rk35/rk3528_ddr_1056MHz_v1.11.bin
+endef
+
define Trusted-Firmware-A/rk3566
BUILD_SUBTARGET:=armv8
ATF:=rk35/rk3568_bl31_v1.45.elf
@@
-70,6
+76,7
@@
endef
TFA_TARGETS:= \
rk3308 \
rk3308-tpl-rock-pi-s \
+ rk3528 \
rk3566 \
rk3568 \
rk3568-tpl-e25 \