imx6ul-pico-hobbit: Add machine configuration

For more information about this reference design, please visit:

http://www.technexion.com/products/pico/pico-som/pico-imx6-emmc

The machine configuration file used to include Yocto Project support to the
board is a consolidation work only.

It only reflects the work done in Linux kernel, U-Boot and FSL Community BSP,
where the hard work is actually done.

Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Daiane Angolini 2016-05-17 16:48:54 -03:00 committed by Otavio Salvador
parent 698cf389aa
commit 089ce85e2e

View File

@ -0,0 +1,20 @@
#@TYPE: Machine
#@NAME: Hobbitboard (PICO-IMX6UL)
#@SOC: i.MX6UL
#@DESCRIPTION: Machine configuration for Hobbitboard (PICO-IMX6UL)
#@MAINTAINER: Daiane Angolini <daiane.angolini@nxp.com>
include conf/machine/include/imx-base.inc
include conf/machine/include/tune-cortexa7.inc
MACHINE_FEATURES += "wifi bluetooth"
SERIAL_CONSOLE = "115200 ttymxc5"
SOC_FAMILY = "mx6ul"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
KERNEL_DEVICETREE = "imx6ul-pico-hobbit.dtb"
UBOOT_CONFIG ??= "sd"
UBOOT_CONFIG[sd] = "pico-imx6ul_config,sdcard"