[meta-freescale] [meta-fsl-arm-extra][jethro][PATCH 2/5] nitrogen7: add machine configuration

Ian Coolidge ian at boundarydevices.com
Fri Apr 15 16:15:39 PDT 2016


Platform details:
https://boundarydevices.com/product/nitrogen7/

Signed-off-by: Ian Coolidge <ian at boundarydevices.com>
---
 conf/machine/nitrogen7.conf | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 conf/machine/nitrogen7.conf

diff --git a/conf/machine/nitrogen7.conf b/conf/machine/nitrogen7.conf
new file mode 100644
index 0000000..c8eda2b
--- /dev/null
+++ b/conf/machine/nitrogen7.conf
@@ -0,0 +1,32 @@
+#@TYPE: Machine
+#@NAME: Boundary Devices Nitrogen7
+#@SOC: i.MX7D
+#@DESCRIPTION: Machine configuration for Boundary Devices Nitrogen7
+#@MAINTAINER: Ian Coolidge <ian at boundarydevices.com>
+
+require conf/machine/include/imx-base.inc
+require conf/machine/include/tune-cortexa7.inc
+
+SOC_FAMILY = "mx7:mx7d"
+
+KERNEL_DEVICETREE = "imx7d-nitrogen7.dtb"
+KERNEL_IMAGETYPE = "zImage"
+
+PREFERRED_PROVIDER_u-boot = "u-boot-boundary"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-boundary"
+
+# Use SPI NOR U-Boot by default
+IMAGE_BOOTLOADER ?= ""
+
+# Ensure boot scripts will be available at rootfs time
+do_rootfs[depends] += "u-boot-script-boundary:do_deploy"
+
+# Boot scripts to install
+BOOT_SCRIPTS = "6x_bootscript-${MACHINE}:6x_bootscript"
+
+UBOOT_MACHINE ?= "nitrogen7_config"
+
+SERIAL_CONSOLE = "115200 ttymxc0"
+
+MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-wl12xx"
+MACHINE_FEATURES += " pci wifi bluetooth"
-- 
1.9.1



More information about the meta-freescale mailing list