rkbin: add rk3566 atf/tpl blobs
Currently there are no atf/tpl blobs for rk3566 SoCs so this commit adds the prebuilt firmware from the vendor. Signed-off-by: Marius Durbaca <mariusd84@gmail.com>
This commit is contained in:
parent
95e633efbd
commit
eec0bec630
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,12 @@ define Trusted-Firmware-A/Default
|
||||||
BUILD_TARGET:=rockchip
|
BUILD_TARGET:=rockchip
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Trusted-Firmware-A/rk3566
|
||||||
|
BUILD_SUBTARGET:=armv8
|
||||||
|
ATF:=rk35/rk3568_bl31_v1.43.elf
|
||||||
|
TPL:=rk35/rk3566_ddr_1056MHz_v1.18.bin
|
||||||
|
endef
|
||||||
|
|
||||||
define Trusted-Firmware-A/rk3568
|
define Trusted-Firmware-A/rk3568
|
||||||
BUILD_SUBTARGET:=armv8
|
BUILD_SUBTARGET:=armv8
|
||||||
ATF:=rk35/rk3568_bl31_v1.43.elf
|
ATF:=rk35/rk3568_bl31_v1.43.elf
|
||||||
|
@ -32,6 +38,7 @@ define Trusted-Firmware-A/rk3568
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TFA_TARGETS:= \
|
TFA_TARGETS:= \
|
||||||
|
rk3566 \
|
||||||
rk3568
|
rk3568
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
|
Loading…
Reference in a new issue