summaryrefslogtreecommitdiffstats
path: root/conf/machine/cubox-i.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/cubox-i.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/cubox-i.conf')
-rw-r--r--conf/machine/cubox-i.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/conf/machine/cubox-i.conf b/conf/machine/cubox-i.conf
new file mode 100644
index 0000000..99416c1
--- /dev/null
+++ b/conf/machine/cubox-i.conf
@@ -0,0 +1,33 @@
1#@TYPE: Machine
2#@NAME: SolidRun CuBox-i
3#@SOC: i.MX6 Q/DL
4#@DESCRIPTION: Machine configuration for SolidRun CuBox-i and HummingBoard machines
5#@MAINTAINER: Carlos Rafael Giani <dv@pseudoterminal.org>
6
7# Machine config for the SolidRun CuBox-i and HummingBoard machines.
8# They all use the same machine config, since the u-boot SPL autodetects the
9# machine type upon booting. SOC_FAMILY includes all SoCs from all of these machines
10# to let recipes include firmware etc. for all of these SoCs.
11
12require conf/machine/include/imx-base.inc
13require conf/machine/include/tune-cortexa9.inc
14
15SOC_FAMILY = "mx6:mx6dl:mx6q"
16
17PREFERRED_PROVIDER_u-boot = "u-boot-cubox-i"
18PREFERRED_PROVIDER_virtual/kernel = "linux-cubox-i"
19
20UBOOT_MAKE_TARGET = ""
21UBOOT_SUFFIX = "img"
22UBOOT_ENTRYPOINT = "0x10800000"
23UBOOT_CONFIG ??= "sd"
24UBOOT_CONFIG[sd] = "mx6_cubox-i_config,sdcard"
25UENV_FILENAME = "uEnv-${MACHINE}.txt"
26SPL_BINARY = "SPL"
27
28BOOT_SCRIPTS = "${UENV_FILENAME}:uEnv.txt"
29
30MACHINE_FEATURES += "pci wifi bluetooth alsa bluetooth irda serial usbhost wifi"
31MACHINE_FIRMWARE_append_mx6 = " linux-firmware-ath6k"
32
33SERIAL_CONSOLE = "115200 ttymxc0"