summaryrefslogtreecommitdiffstats
path: root/conf/machine/nitrogen6x.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/nitrogen6x.conf')
-rw-r--r--conf/machine/nitrogen6x.conf57
1 files changed, 57 insertions, 0 deletions
diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf
new file mode 100644
index 0000000..bd18995
--- /dev/null
+++ b/conf/machine/nitrogen6x.conf
@@ -0,0 +1,57 @@
1#@TYPE: Machine
2#@NAME: Boundary Devices Nitrogen6X
3#@SOC: i.MX6Q
4#@DESCRIPTION: Machine configuration for Boundary Devices Nitrogen6X
5#@MAINTAINER: Eric Nelson <eric.nelson@boundarydevices.com>
6#
7# Note that this machine configuration also supports the SABRE Lite
8# reference design and the Nitrogen6X-SOM.
9#
10# By default, this machine will build for the standard Quad-Core, 1GB
11# option.
12#
13# To build U-Boot for other CPU or memory combinations, you can set
14# the UBOOT_MACHINE variable in your local.conf according to the
15# following table:
16#
17# Processor Memory Configuration
18# -------------- ------ --------------------
19# i.MX6Quad/Dual 1GB nitrogen6q_config
20# i.MX6Quad/Dual 2GB nitrogen6q2g_config
21# i.MX6Dual-Lite 1GB nitrogen6dl_config
22# i.MX6Dual-Lite 2GB nitrogen6dl2g_config
23# i.MX6Solo 512MB nitrogen6s_config
24# i.MX6Solo 1GB nitrogen6s1g_config
25#
26# See this blog post for details:
27# http://boundarydevices.com/u-boot-updates-for-i-mx6-single
28#
29#
30
31include conf/machine/include/imx-base.inc
32include conf/machine/include/tune-cortexa9.inc
33
34SOC_FAMILY = "mx6:mx6dl:mx6q"
35
36KERNEL_DEVICETREE = "imx6q-sabrelite.dtb imx6q-nitrogen6x.dtb imx6dl-nitrogen6x.dtb"
37
38PREFERRED_PROVIDER_u-boot = "u-boot-boundary"
39PREFERRED_PROVIDER_virtual/kernel ?= "linux-boundary"
40PREFERRED_VERSION_linux-boundary ?= "3.10.17"
41
42# Use SPI NOR U-Boot by default
43IMAGE_BOOTLOADER ?= ""
44
45# Ensure boot scripts will be available at rootfs time
46do_rootfs[depends] += "u-boot-script-boundary:do_deploy"
47
48# Boot scripts to install
49BOOT_SCRIPTS = "6x_bootscript-${MACHINE}:6x_bootscript"
50
51UBOOT_MACHINE ?= "nitrogen6q_config"
52
53SERIAL_CONSOLE = "115200 ttymxc1"
54
55MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-wl12xx"
56
57MACHINE_FEATURES += " pci wifi bluetooth"