[meta-freescale] [meta-fsl-arm-extra][PATCH v2 3/4] cm-fx6: add cm-fx6 machine configuration

Valentin Raevsky valentin at compulab.co.il
Thu Apr 16 06:32:43 PDT 2015


Add cm-fx6 machine configuration: u-boot and kernel.
The cm-fx6 is a CompuLab CoM. The board features:
-- Freescale i.MX6 single/dual/quad-core Cortex-A9 @1GHz-1.2GHz
-- Up to 4GB DDR3 and up to 32GB on-board SSD storage
-- Integrated GPU and 1080p VPU, dual display support
-- WiFi, BT 3.0, GbE, PCIe, SATA, USB x5, UART x5, CAN x2

For more information visit:
http://www.compulab.co.il/products/computer-on-modules/cm-fx6
http://www.compulab.co.il/utilite-computer/web/utilite-models

Signed-off-by: Valentin Raevsky <valentin at compulab.co.il>
---
Fixed commit message: added singel and dual 
Removed KERNEL_IMAGETYPE from the machine recipe

 conf/machine/cm-fx6.conf |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 conf/machine/cm-fx6.conf

diff --git a/conf/machine/cm-fx6.conf b/conf/machine/cm-fx6.conf
new file mode 100644
index 0000000..8166b5a
--- /dev/null
+++ b/conf/machine/cm-fx6.conf
@@ -0,0 +1,21 @@
+#@TYPE: Machine
+#@NAME: CompuLab CM-FX6
+#@SOC: i.MX6 Q/DL
+#@DESCRIPTION: Machine configuration for CompuLab CM-FX6 machines
+#@MAINTAINER: Valentin Raevsky <valentin at compulab.co.il>
+
+require conf/machine/include/imx-base.inc
+require conf/machine/include/tune-cortexa9.inc
+
+SOC_FAMILY = "mx6:mx6dl:mx6q"
+
+PREFERRED_PROVIDER_u-boot = "u-boot-compulab"
+PREFERRED_PROVIDER_virtual/kernel = "linux-compulab"
+
+UBOOT_MACHINE ?= "cm_fx6_defconfig"
+
+KERNEL_DEVICETREE = "imx6dl-cm-fx6.dtb  imx6dl-sbc-fx6.dtb  imx6dl-sbc-fx6m.dtb  imx6q-cm-fx6.dtb  imx6q-sbc-fx6.dtb  imx6q-sbc-fx6m.dtb"
+
+MACHINE_FEATURES += "pci wifi bluetooth alsa bluetooth serial usbhost wifi"
+
+SERIAL_CONSOLE = "115200 ttymxc3"
-- 
1.7.9.5



More information about the meta-freescale mailing list