Skip to content

uboot imx8mp: add support for D18 / LEVY module

This patch adds basic first support for SECO D18 / LEVY modules.

Current state:

  • Still works on Trizeps and MC3
  • Boots on D18 via USB and eMMC

Several things not working, yet:

  • baseboard.c / baseboard_pfids.c not yet adapted
  • no bootselect button / jumper, yet (will be added in separate US/MR)
  • no SW-based bootselect, yet (will be added in separate US/MR)

Note: This MR already includes a U-Boot device tree for D18, but for this DT to be included in the U-Boot FIT-Image a small modification to sources/meta-seconorth-machine/conf/machine/seco-mx8mp.conf is necessary to add seco-imx8mp-d18.dtb to the UBOOT_ADDITIONAL_DTB_NAMES variable. This change can only be made after this MR here has been merged as it would fail otherwise.

BCS-US: 746-001343

Edited by Marc-Oliver Westerburg

Merge request reports