summaryrefslogtreecommitdiffstats
path: root/images/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-08-03 12:49:59 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-11-06 08:43:42 +0100
commitb92be43696f5201770b33e753b2d8be677873a3c (patch)
tree6c53c642c37b62ff8f7d15090bd2542b3fad4d8b /images/Makefile
parent11c525e18e09b2d21320aa37eb0014496be0ea35 (diff)
downloadbarebox-b92be43696f5201770b33e753b2d8be677873a3c.tar.gz
barebox-b92be43696f5201770b33e753b2d8be677873a3c.tar.xz
ARM: k3: Add initial BeaglePlay board support
This adds basic 2nd stage support for the BeaglePlay board, see https://docs.beagle.cc/latest/boards/beagleplay/index.html The BeaglePlay is based on the Texas Instruments AM62x (K3) SoC. 1st stage support is out of scope for now, but current support is enough to be started as a Kernel from running U-Boot using the booti command. When encapsulated in a FIT image the resulting image can replace u-boot.img to directly boot into barebox. Link: https://lore.barebox.org/20230803105003.4088205-19-s.hauer@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images/Makefile')
-rw-r--r--images/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/images/Makefile b/images/Makefile
index 90d596deab..52cefbfa93 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -170,6 +170,7 @@ include $(srctree)/images/Makefile.zynq
include $(srctree)/images/Makefile.zynqmp
include $(srctree)/images/Makefile.layerscape
include $(srctree)/images/Makefile.riscv
+include $(srctree)/images/Makefile.k3
pblb-$(CONFIG_BOARD_GENERIC_DT) += start_dt_2nd