[meta-freescale] [meta-fsl-arm-extra][PATCH v3 1/3] cgtqmx6: Add machine definition

SARTRE Leo lsartre at adeneo-embedded.com
Tue Mar 12 09:54:07 PDT 2013


Conga-QEVAl board from Congatec using a Conga-QMX6 module (based on Freescale's new i.MX6 ARM processor).
Further reading on the module: http://www.congatec.com/en/products/qseven/dView/conga-qmx6.html
Further reading on the board : http://www.congatec.com/en/products/accessories/dView/conga-qeval.html

Signed-off-by: Leo Sartre <lsartre at adeneo-embedded.com>
---
 conf/machine/cgtqmx6.conf |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 conf/machine/cgtqmx6.conf

diff --git a/conf/machine/cgtqmx6.conf b/conf/machine/cgtqmx6.conf
new file mode 100644
index 0000000..34e3a74
--- /dev/null
+++ b/conf/machine/cgtqmx6.conf
@@ -0,0 +1,19 @@
+#@TYPE: Machine
+#@NAME: Congatec Qmx6
+#@DESCRIPTION: Machine configuration for Congatec Qmx6 board
+
+include conf/machine/include/imx-base.inc
+include conf/machine/include/tune-cortexa9.inc
+
+SOC_FAMILY = "mx6q:mx6"
+
+# Use u-boot imx
+UBOOT_SUFFIX = "bin"
+UBOOT_PADDING = "2"
+PREFERRED_PROVIDER_u-boot = "u-boot-imx"
+
+UBOOT_MACHINE = "cgtqmx6_config"
+
+SERIAL_CONSOLE = "115200 ttymxc1"
+
+MACHINE_FEATURES += " pci"
-- 
Léo Sartre
Adeneo Embedded
www.adeneo-embedded.com


More information about the meta-freescale mailing list