summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2023-02-08 14:35:19 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-02-10 10:44:17 +0100
commit570294e6555d562acd092759947a790bfee268d8 (patch)
tree7358dcbf0cc234943d7b53b75cf4e3feda87d5fc /images
parent9c6f1ff171687360721d68518d8ece264b01bf25 (diff)
downloadbarebox-570294e6555d562acd092759947a790bfee268d8.tar.gz
ARM: i.MX8MP: add initial Polyhex DEBIX Model A support
The Polyhex DEBIX Model A is an i.MX8MP based Rpi form factor board. This commit imports the v6 of the Linux device tree[1], and the timings from the vendor U-Boot[2] and combines it with existing barebox i.MX8MP support. [1]: https://lore.kernel.org/all/20221213152024.2638377-4-dan.scally@ideasonboard.com/ [2]: https://github.com/debix-tech/uboot/blob/lf_v2021.04/board/freescale/imx8mp_evk/lpddr4_timing.c Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> [lst: cleaned up WIP patch] Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Link: https://lore.barebox.org/20230208133519.1114700-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 65914212bf..ece8ea8197 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -463,6 +463,11 @@ CFG_start_tqma8mpxl.pblb.imximg = $(board)/tqma8mpxl/flash-header-tqma8mpxl.imxc
FILE_barebox-tqma8mpxl.img = start_tqma8mpxl.pblb.pimximg
image-$(CONFIG_MACH_TQ_MBA8MPXL) += barebox-tqma8mpxl.img
+pblb-$(CONFIG_MACH_POLYHEX_DEBIX) += start_polyhex_debix
+CFG_start_polyhex_debix.pblb.imximg = $(board)/polyhex-debix/flash-header-polyhex-debix.imxcfg
+FILE_barebox-polyhex-debix.img = start_polyhex_debix.pblb.pimximg
+image-$(CONFIG_MACH_POLYHEX_DEBIX) += barebox-polyhex-debix.img
+
# ----------------------- i.MX8mq based boards --------------------------
pblb-$(CONFIG_MACH_NXP_IMX8MQ_EVK) += start_nxp_imx8mq_evk
CFG_start_nxp_imx8mq_evk.pblb.imximg = $(board)/nxp-imx8mq-evk/flash-header-imx8mq-evk.imxcfg