From 439d2028a0e3f095e85d779892876efff5c7c9f1 Mon Sep 17 00:00:00 2001 From: Michael Riesch Date: Tue, 31 May 2022 18:26:24 +0200 Subject: arm: rockchip: add support for the radxa rock3 board Add basic support for the Radxa ROCK3 Model A board (featuring the Rockchip RK3568 SoC). Signed-off-by: Michael Riesch Link: https://lore.barebox.org/20220531162624.245664-4-michael.riesch@wolfvision.net Signed-off-by: Sascha Hauer --- images/Makefile.rockchip | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'images') diff --git a/images/Makefile.rockchip b/images/Makefile.rockchip index cdc7772c2e..33c76caf79 100644 --- a/images/Makefile.rockchip +++ b/images/Makefile.rockchip @@ -20,6 +20,9 @@ image-$(CONFIG_MACH_RK3568_BPI_R2PRO) += barebox-rk3568-bpi-r2pro.img pblb-$(CONFIG_MACH_PINE64_QUARTZ64) += start_quartz64a image-$(CONFIG_MACH_PINE64_QUARTZ64) += barebox-quartz64a.img +pblb-$(CONFIG_MACH_RADXA_ROCK3) += start_rock3a +image-$(CONFIG_MACH_RADXA_ROCK3) += barebox-rock3a.img + quiet_cmd_rkimg_image = RK-IMG $@ cmd_rkimg_image = $(objtree)/scripts/rkimage -o $@ $(word 2,$^) $(word 1,$^) @@ -34,3 +37,7 @@ $(obj)/barebox-rk3568-bpi-r2pro.img: $(obj)/start_rk3568_bpi_r2pro.pblb \ $(obj)/barebox-quartz64a.img: $(obj)/start_quartz64a.pblb \ $(board)/pine64-quartz64/sdram-init.bin $(call if_changed,rkimg_image) + +$(obj)/barebox-rock3a.img: $(obj)/start_rock3a.pblb \ + $(board)/radxa-rock3/sdram-init.bin + $(call if_changed,rkimg_image) -- cgit v1.2.1