From patchwork Tue Mar 12 17:52:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [meta-fsl-arm-extra,v4,1/3] cgtqmx6: Add machine definition Date: Tue, 12 Mar 2013 17:52:32 -0000 From: SARTRE Leo X-Patchwork-Id: 46079 Message-Id: <3465D313FDFB824F9A9C8CD24FA4F6BC0108CCD1@frontmail.adetel.com> To: Cc: otavio@ossystems.com.br 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 --- conf/machine/cgtqmx6.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 conf/machine/cgtqmx6.conf -- Léo Sartre Adeneo Embedded www.adeneo-embedded.com 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"