summaryrefslogtreecommitdiffstats
path: root/configs/platform-v8a/platformconfig
diff options
context:
space:
mode:
authorJohannes Zink <j.zink@pengutronix.de>2022-09-05 18:36:09 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2022-09-06 16:11:20 +0200
commit58b541596f730f9f4d2b9ca2f403d5462bc4caaf (patch)
treee949f221bb0029ecde924b5084af249a6d2ec31b /configs/platform-v8a/platformconfig
parenteb7f6579a5b60fb5eccf55025fdf5043cf19da34 (diff)
downloadDistroKit-58b541596f730f9f4d2b9ca2f403d5462bc4caaf.tar.gz
DistroKit-58b541596f730f9f4d2b9ca2f403d5462bc4caaf.tar.xz
v8a: rockchip: add rule for rockchip firmware
There are prebuilt binaries by Rockchip for SDRAM configuration of the board we use. Add a rule to download them off Github. This rule also downloads BL31 (TF-A) and BL32 (OP-TEE) binaries, which we will eventually compile from source. However, as of now, Rockchip did not release the source code and we have to use use the prebuilt binaries. Any board specific setup we need will happen within Barebox. Signed-off-by: Johannes Zink <j.zink@pengutronix.de> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Link: https://lore.pengutronix.de/20220905163615.2807729-15-m.tretter@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-v8a/platformconfig')
-rw-r--r--configs/platform-v8a/platformconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/platform-v8a/platformconfig b/configs/platform-v8a/platformconfig
index e71e649..e00371b 100644
--- a/configs/platform-v8a/platformconfig
+++ b/configs/platform-v8a/platformconfig
@@ -265,3 +265,9 @@ PTXCONF_FIRMWARE_IMX=y
#
# non-free firmware blobs
#
+PTXCONF_FIRMWARE_ROCKCHIP=y
+# PTXCONF_FIRMWARE_ROCKCHIP_RK3566_SDRAM is not set
+PTXCONF_FIRMWARE_ROCKCHIP_RK3568_SDRAM=y
+PTXCONF_FIRMWARE_ROCKCHIP_RK356x_BL31=y
+PTXCONF_FIRMWARE_ROCKCHIP_RK356x_BL32=y
+# end of non-free firmware blobs