summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-04-18 11:37:07 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-05-23 09:11:28 +0200
commite4beeb1ede7f7be2cfe33ec2dc0df06af0498787 (patch)
treeb35afdffc27ee0227b58d48416ec8a10927d7c7c /firmware
parent8744a7a86bc49248160e0c45e82e37e9180b7927 (diff)
downloadbarebox-e4beeb1ede7f7be2cfe33ec2dc0df06af0498787.tar.gz
barebox-e4beeb1ede7f7be2cfe33ec2dc0df06af0498787.tar.xz
ARM: rockchip: Add rk3588 support
This adds the assorted rk3588 support stuff which is very similar to the existing rk3568 support Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'firmware')
-rw-r--r--firmware/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 984192f030..75812cb6bf 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -21,6 +21,8 @@ fw-external-$(CONFIG_FIRMWARE_IMX8MN_OPTEE) += imx8mn-bl32.bin
fw-external-$(CONFIG_FIRMWARE_IMX8MP_OPTEE) += imx8mp-bl32.bin
firmware-$(CONFIG_ARCH_RK3568) += rk3568-bl31.bin
firmware-$(CONFIG_ARCH_RK3568_OPTEE) += rk3568-op-tee.bin
+firmware-$(CONFIG_ARCH_RK3588) += rk3588-bl31.bin
+firmware-$(CONFIG_ARCH_RK3588_OPTEE) += rk3588-op-tee.bin
firmware-$(CONFIG_ARCH_RK3399) += rk3399-bl31.bin
firmware-$(CONFIG_ARCH_RK3399_OPTEE) += rk3399-op-tee.bin
firmware-$(CONFIG_DRIVER_NET_FSL_FMAN) += fsl_fman_ucode_ls1046_r1.0_106_4_18.bin