| Submitter | SARTRE Leo |
|---|---|
| Date | March 12, 2013, 4:54 p.m. |
| Message ID | <3465D313FDFB824F9A9C8CD24FA4F6BC0108CCCD@frontmail.adetel.com> |
| Download | mbox | patch |
| Permalink | /patch/46065/ |
| State | Changes Requested |
| Delegated to: | Otavio Salvador |
| Headers | show |
Comments
Patch
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"
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> --- 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