From 7a1b44f2a450b6800a8ae409879132f67fb4bb96 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 11 Jan 2016 13:53:20 +0100 Subject: colibri-imx7: add machine configuration The Toradex Colibri iMX7 computer module is based on i.MX 7. The Colibri iMX7 is a member of the pincompatible Colibri family. They feature on module RAM and NAND, Ethernet PHY, Resistive Touch Controller and Audio Codec. For additional specifications please visit: https://www.toradex.com/computer-on-modules/colibri-arm-family/freescale-imx7 Signed-off-by: Max Krummenacher Signed-off-by: Stefan Agner --- conf/machine/colibri-imx7.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 conf/machine/colibri-imx7.conf diff --git a/conf/machine/colibri-imx7.conf b/conf/machine/colibri-imx7.conf new file mode 100644 index 0000000..81dc8b1 --- /dev/null +++ b/conf/machine/colibri-imx7.conf @@ -0,0 +1,30 @@ +#@TYPE: Machine +#@NAME: Toradex Colibri iMX7D +#@SOC: i.MX7D +#@DESCRIPTION: Machine configuration for Toradex Colibri iMX7 SOM +#@MAINTAINER: Max Krummenacher + +include conf/machine/include/imx-base.inc +include conf/machine/include/tune-cortexa7.inc + +SOC_FAMILY = "mx7" + +PREFERRED_PROVIDER_virtual/kernel ?= "linux-toradex" +KERNEL_IMAGETYPE = "zImage" +KERNEL_DEVICETREE += "imx7d-colibri.dtb imx7s-colibri.dtb" + +# U-Boot expects the kernel and device tree directly in /boot of the rootfs +MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image kernel-devicetree" + +PREFERRED_PROVIDER_u-boot = "u-boot-toradex" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex" +# U-Boot NAND binary includes 0x400 padding required for NAND boot +UBOOT_BINARY = "u-boot-nand.imx" +UBOOT_MAKE_TARGET = "u-boot-nand.imx" +UBOOT_MACHINE = "colibri_imx7_defconfig" + +IMAGE_FSTYPES = "tar.bz2 sdcard" + +SERIAL_CONSOLE = "115200 ttymxc0" + +MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g" -- cgit v1.2.3