summaryrefslogtreecommitdiffstats
path: root/conf/machine/cgtqmx6.conf
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-16 02:06:17 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-16 02:06:17 +0200
commit54eecdabe0cdfdc47d77b3e182fda5899702ded7 (patch)
tree8e28d750773f0aa38f0d2de83109b190faf0b425 /conf/machine/cgtqmx6.conf
downloadmeta-fsl-arm-extra-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
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"