summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-06-19 06:50:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-06-24 08:53:47 +0200
commitb90af8c6b56954987105dfd2d557edce7837c7c2 (patch)
treeed9552cd4d2789774f8950ae3f4c1f2fe83831c0 /images
parentad256e2499dbc2ec462318dfe9b30047f31db8bb (diff)
downloadbarebox-b90af8c6b56954987105dfd2d557edce7837c7c2.tar.gz
barebox-b90af8c6b56954987105dfd2d557edce7837c7c2.tar.xz
RISC-V: StarFive: add board support for BeagleV Starlight
With the different drivers now in place, we have everything to start a barebox image. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20210619045055.779-30-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.riscv4
1 files changed, 4 insertions, 0 deletions
diff --git a/images/Makefile.riscv b/images/Makefile.riscv
index c44c683431..4410765cf6 100644
--- a/images/Makefile.riscv
+++ b/images/Makefile.riscv
@@ -15,3 +15,7 @@ pblb-$(CONFIG_BOARD_HIFIVE) += start_hifive_unmatched start_hifive_unleashed
FILE_barebox-hifive-unmatched.img = start_hifive_unmatched.pblb
FILE_barebox-hifive-unleashed.img = start_hifive_unleashed.pblb
image-$(CONFIG_BOARD_HIFIVE) += barebox-hifive-unmatched.img barebox-hifive-unleashed.img
+
+pblb-$(CONFIG_BOARD_BEAGLEV) += start_beaglev_starlight
+FILE_barebox-beaglev-starlight.img = start_beaglev_starlight.pblb
+image-$(CONFIG_BOARD_BEAGLEV) += barebox-beaglev-starlight.img