From c27329ca53fa9bbe7e583d5adf654b631ba112df Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Mon, 27 Oct 2014 10:58:59 -0200 Subject: [PATCH] imx6dl-riotboard: Add support for RIoT board 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 Signed-off-by: Otavio Salvador --- 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 + +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"