summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorDavid Jander <david@protonic.nl>2021-05-28 15:30:39 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-05-31 09:20:12 +0200
commit6eaf7cad597cb78db666b44dc911167631560384 (patch)
treedb62ff6e96fe5eb78d001ca87134057089849a05 /images
parent94b691dd4dac3ede4259444e8fc31b9443247bb6 (diff)
downloadbarebox-6eaf7cad597cb78db666b44dc911167631560384.tar.gz
barebox-6eaf7cad597cb78db666b44dc911167631560384.tar.xz
ARM: protonic: add initial support for the Protonic PRT8MM family of boards
This board is a low-cost 7" touchscreen virtual terminal for agricultural applications. There is no upstream Linux DT yet, so we add a minimal DT for use with the bootloader in this patch. Signed-off-by: David Jander <david@protonic.nl> [lst: fixed and cleaned up for upstream] Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Link: https://lore.barebox.org/20210528133041.1109923-2-l.stach@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.imx5
1 files changed, 5 insertions, 0 deletions
diff --git a/images/Makefile.imx b/images/Makefile.imx
index 0ee12786b5..dd927aba55 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -420,6 +420,11 @@ CFG_start_nxp_imx8mm_evk.pblb.imximg = $(board)/nxp-imx8mm-evk/flash-header-imx8
FILE_barebox-nxp-imx8mm-evk.img = start_nxp_imx8mm_evk.pblb.pimximg
image-$(CONFIG_MACH_NXP_IMX8MM_EVK) += barebox-nxp-imx8mm-evk.img
+pblb-$(CONFIG_MACH_PROTONIC_IMX8M) += start_prt_prt8mm
+CFG_start_prt_prt8mm.pblb.imximg = $(board)/protonic-imx8m/flash-header-prt8mm.imxcfg
+FILE_barebox-prt-prt8mm.img = start_prt_prt8mm.pblb.pimximg
+image-$(CONFIG_MACH_PROTONIC_IMX8M) += barebox-prt-prt8mm.img
+
# ----------------------- i.MX8mp based boards --------------------------
pblb-$(CONFIG_MACH_NXP_IMX8MP_EVK) += start_nxp_imx8mp_evk
CFG_start_nxp_imx8mp_evk.pblb.imximg = $(board)/nxp-imx8mp-evk/flash-header-imx8mp-evk.imxcfg