From d9db4ac446fa601125b1dbafd9d6c280b429edaa Mon Sep 17 00:00:00 2001 From: Holger Assmann Date: Wed, 26 Oct 2022 11:38:45 +0200 Subject: ARM: i.MX8MP: add TQ mba8mpxl board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds support for the TQ MBa8MPxL with TQMa8MPxL module with i.MX8M Plus Quad/Dual SoC. This very combination results in configuration symbol "MACH_TQ_MBA8MPXL". A possible variant based on i.MX8M Plus Dual would be supported transparently, once barebox deleted the CPU nodes when it detects that they were fused away. It already does so for i.MX8MM and i.MX8MN. We use the respective Linux upstream device trees and their implications regarding hardware support. Known to be unsupported for now is the second Ethernet interface around the eqos dwmac IP. This has to be resolved by porting over the fitting wrapper from Linux. Signed-off-by: Leonard Göhrs Signed-off-by: Holger Assmann Reviewed-by: Ahmad Fatoum Link: https://lore.barebox.org/20221026093845.304181-1-h.assmann@pengutronix.de Signed-off-by: Sascha Hauer --- images/Makefile.imx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'images') diff --git a/images/Makefile.imx b/images/Makefile.imx index 20bbc48eaa..e9f4ba64e4 100644 --- a/images/Makefile.imx +++ b/images/Makefile.imx @@ -456,6 +456,11 @@ CFG_start_nxp_imx8mp_evk.pblb.imximg = $(board)/nxp-imx8mp-evk/flash-header-imx8 FILE_barebox-nxp-imx8mp-evk.img = start_nxp_imx8mp_evk.pblb.pimximg image-$(CONFIG_MACH_NXP_IMX8MP_EVK) += barebox-nxp-imx8mp-evk.img +pblb-$(CONFIG_MACH_TQ_MBA8MPXL) += start_tqma8mpxl +CFG_start_tqma8mpxl.pblb.imximg = $(board)/tqma8mpxl/flash-header-tqma8mpxl.imxcfg +FILE_barebox-tqma8mpxl.img = start_tqma8mpxl.pblb.pimximg +image-$(CONFIG_MACH_TQ_MBA8MPXL) += barebox-tqma8mpxl.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 -- cgit v1.2.1