[meta-freescale] [meta-fsl-arm-extra][PATCH v2] imx6dl-riotboard: Add support for RIoT board

Daiane Angolini daiane.list at gmail.com
Mon Oct 27 05:58:59 PDT 2014


Add support for RIoT board (http://www.riotboard.org/) using by default
linux-fslc and u-boot-fslc.

The machine name follows the linux (kernel.org) naming convention.

The generated uboot is configured by default for usage on the external SDCard
and not for the internal eMMC.

Signed-off-by: Daiane Angolini <daiane.angolini at freescale.com>
---
Changes since v1:
- Commit log

 conf/machine/imx6dl-riotboard.conf | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 conf/machine/imx6dl-riotboard.conf

diff --git a/conf/machine/imx6dl-riotboard.conf b/conf/machine/imx6dl-riotboard.conf
new file mode 100644
index 0000000..fc6dd42
--- /dev/null
+++ b/conf/machine/imx6dl-riotboard.conf
@@ -0,0 +1,17 @@
+#@TYPE: Machine
+#@NAME: RIoTboard
+#@SOC: i.MX6S
+#@DESCRIPTION: Machine configuration for i.MX6S RIoTboard.
+#@MAINTAINER: Daiane Angolini <daiane.angolini at freescale.com>
+
+include conf/machine/include/imx-base.inc
+include conf/machine/include/tune-cortexa9.inc
+
+SOC_FAMILY = "mx6:mx6dl"
+
+UBOOT_MACHINE = "riotboard_defconfig"
+
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
+KERNEL_DEVICETREE = "imx6dl-riotboard.dtb"
+
+SERIAL_CONSOLE = "115200 ttymxc1"
-- 
1.9.1



More information about the meta-freescale mailing list