cgtqmx6: Add machine definition

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@adeneo-embedded.com>
This commit is contained in:
SARTRE Leo 2013-03-12 17:52:32 +00:00 committed by Otavio Salvador
parent 3dea2b434c
commit c3138e965a

19
conf/machine/cgtqmx6.conf Normal file
View File

@ -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"