summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorJohn Watts <contact@jookia.org>2023-02-02 18:57:38 +1100
committerSascha Hauer <s.hauer@pengutronix.de>2023-02-03 09:01:20 +0100
commit1776849cc6cf9d5bfc50433d9112e8cd83efc304 (patch)
tree5045248a1ade85eca5473934bc518b1121d7ae6a /images
parent8b17624d1bd5c0afe9c74bb535965118ea8b952a (diff)
downloadbarebox-1776849cc6cf9d5bfc50433d9112e8cd83efc304.tar.gz
ARM: novena: Add Kosagi Novena board
The Kosagi Novena is an open source laptop released in 2014. This patch adds the initial project skeleton for running the PBL and debugging over the UART2 port (labeled DEBUG on the board.) Signed-off-by: John Watts <contact@jookia.org> Reviewed-by: Marco Felsch <m.felsch@pengutronix.de> Link: https://lore.barebox.org/20230202075741.2350028-2-contact@jookia.org Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.imx2
1 files changed, 2 insertions, 0 deletions
diff --git a/images/Makefile.imx b/images/Makefile.imx
index e9f4ba64e4..65914212bf 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -258,6 +258,8 @@ $(call build_imx_habv4img, CONFIG_MACH_NITROGEN6, start_imx6dl_nitrogen6x_2g, bo
$(call build_imx_habv4img, CONFIG_MACH_NITROGEN6, start_imx6qp_nitrogen6_max, boundarydevices-nitrogen6/flash-header-nitrogen6qp-max, boundarydevices-imx6qp-nitrogen6_max)
+$(call build_imx_habv4img, CONFIG_MACH_NOVENA, start_imx6q_novena, novena/flash-header-novena, imx6q-novena)
+
$(call build_imx_habv4img, CONFIG_MACH_TX6X, start_imx6dl_tx6x_512m, karo-tx6x/flash-header-tx6dl-512m, karo-imx6dl-tx6x-512m)
$(call build_imx_habv4img, CONFIG_MACH_TX6X, start_imx6dl_tx6x_1g, karo-tx6x/flash-header-tx6dl-1g, karo-imx6dl-tx6x-1g)