summaryrefslogtreecommitdiff
path: root/conf/machine/verdin-imx8mm.conf
AgeCommit message (Collapse)Author
2020-11-01machines: verdin-imx8mm: add additional product idsMax Krummenacher
Add the following additional SKU product ids which are compatible with the verdin-imx8mm machines. 0059: Verdin iMX8M Mini Quad 2GB IT 0060: Verdin iMX8M Mini DualLite 1GB WB IT Related-to: ELB-3128 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 47ee60494d3d6579e2aaa5739ea515fcd86e6b90)
2020-10-30verdin-imx8mm: fix uboot_entrypoint/rd_loadaddress for 1gb dualliteMarcel Ziswiler
E.g. generating a fitimage for the Toradex Easy Installer will use those addresses. Unfortunately, in the Verdin iMX8M Mini DualLite 1GB case, there is no memory at 0x80280000 resp. 0xA0000000 so we need to move them within its 1GB address space (e.g. below 0x80000000). Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2020-03-25verdin-imx8mm: follow renamed dtb name and add new oneMax Krummenacher
Note that currently the Toradex Easy Installer does nothing with the TORADEX_PRODUCT_IDS[0055] setting on eMMC machines. Related-to: ELB-2322 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-03-12machines: move imx wayland/weston version setting to distro layerMax Krummenacher
Thus they are stored in one place and also apply to i.MX6/i.MX7 machines should one build them for wayland/weston. Related-to: ELB-2303 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-01-14meta:mx8: add UBOOT_ENTRYPOINT and UBOOT_RD_LOADADDRESSMing Liu
Add UBOOT_ENTRYPOINT and UBOOT_RD_LOADADDRESS which are needed by fitimage. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-01-13meta: drop do_image_teziimg dependenciesMing Liu
That's already handled by WKS_FILE_DEPENDS, drop the redundant dependencies. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2019-12-13verdin-imx8mm.conf: define serial consoleMax Krummenacher
Without this a getty on the non existing ttyS0 gets additionally started which then fails and gets continously restarted. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-12-03verdin-imx8mm.conf: add machine config fileMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>