summaryrefslogtreecommitdiffstats
path: root/conf/machine/cgtqmx6.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/cgtqmx6.conf')
-rw-r--r--conf/machine/cgtqmx6.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/cgtqmx6.conf b/conf/machine/cgtqmx6.conf
new file mode 100644
index 0000000..467379a
--- /dev/null
+++ b/conf/machine/cgtqmx6.conf
@@ -0,0 +1,23 @@
1#@TYPE: Machine
2#@NAME: Congatec Qmx6
3#@SOC: i.MX6Q
4#@DESCRIPTION: Machine configuration for Congatec Qmx6 board
5
6include conf/machine/include/imx-base.inc
7include conf/machine/include/tune-cortexa9.inc
8
9SOC_FAMILY = "mx6:mx6q"
10
11# Use u-boot imx
12UBOOT_SUFFIX = "bin"
13UBOOT_PADDING = "2"
14PREFERRED_PROVIDER_u-boot = "u-boot-imx"
15PREFERRED_VERSION_u-boot-imx = "2009.08"
16
17PREFERRED_PROVIDER_virtual/kernel ?= "linux-congatec"
18
19UBOOT_MACHINE = "cgtqmx6_config"
20
21SERIAL_CONSOLE = "115200 ttymxc1"
22
23MACHINE_FEATURES += " pci"