summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-01-11 13:53:20 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-03-14 14:26:30 +0100
commit8a965bbcddf015ac14ebf48b2fa02721209e6b02 (patch)
tree51c867f46cfa639320a348722768d14f02fafaaf /conf
parent6391302653c8cbb78b3692a2018769f37514f922 (diff)
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 <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/colibri-imx7.conf30
1 files changed, 30 insertions, 0 deletions
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 <max.krummenacher@toradex.com>
+
+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"