[meta-freescale] [3rdparty][PATCH] colibri-imx6ull: add machine configuration

Fabio Berton fabio.berton at ossystems.com.br
Mon Jul 23 05:17:38 PDT 2018


Merged to master.

Thanks,

Fabio Berton

On Mon, Jul 16, 2018 at 9:27 AM, Max Krummenacher <max.oss.09 at gmail.com> wrote:
> The Toradex Colibri iMX6ULL computer module is based on i.MX 6ULL.
>
> The Colibri iMX6 is a member of the pincompatible Colibri family.
>
> They feature on module RAM and NAND, Ethernet PHY, Resistive Touch
> Controller and optional Wi-Fi module.
>
> For additional specifications please visit:
> https://www.toradex.com/de/computer-on-modules/colibri-arm-family/nxp-imx6ull
>
> Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
> ---
>  conf/machine/colibri-imx6ull.conf | 29 +++++++++++++++++++++++++++++
>  1 file changed, 29 insertions(+)
>  create mode 100644 conf/machine/colibri-imx6ull.conf
>
> diff --git a/conf/machine/colibri-imx6ull.conf b/conf/machine/colibri-imx6ull.conf
> new file mode 100644
> index 0000000..748a12b
> --- /dev/null
> +++ b/conf/machine/colibri-imx6ull.conf
> @@ -0,0 +1,29 @@
> +#@TYPE: Machine
> +#@NAME: Toradex Colibri iMX6ULL
> +#@SOC: i.MX6ULL
> +#@DESCRIPTION: Machine configuration for Toradex Colibri iMX6 ULL SOM
> +#@MAINTAINER: Max Krummenacher <max.krummenacher at toradex.com>
> +
> +MACHINEOVERRIDES =. "mx6:mx6ul:mx6ull:"
> +
> +include conf/machine/include/imx-base.inc
> +include conf/machine/include/tune-cortexa7.inc
> +
> +PREFERRED_PROVIDER_virtual/kernel ?= "linux-toradex"
> +KERNEL_DEVICETREE += "imx6ull-colibri-eval-v3.dtb imx6ull-colibri-wifi-eval-v3.dtb"
> +KERNEL_IMAGETYPE = "zImage"
> +# The kernel lives in its own ubi volume.
> +RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
> +
> +PREFERRED_PROVIDER_u-boot ?= "u-boot-toradex"
> +PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-toradex"
> +UBOOT_BINARY = "u-boot-nand.imx"
> +UBOOT_MAKE_TARGET = "u-boot-nand.imx"
> +UBOOT_MACHINE ?= "colibri-imx6ull_defconfig"
> +
> +IMAGE_FSTYPES += "tar.xz"
> +# wic support
> +WKS_FILE = "sdimage-bootpart.wks"
> +
> +MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g"
> +MACHINE_FIRMWARE_remove = "firmware-imx-epdc"
> --
> 2.13.6
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list