quartz: Add machine config

This commit adds a machine configuration for the Device Solutions Quartz Vybrid
board.

Signed-off-by: Anthony Felice <tony.felice@timesys.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Anthony Felice 2014-03-19 11:28:24 -04:00 committed by Otavio Salvador
parent 961c04abf9
commit a97a460440

23
conf/machine/quartz.conf Normal file
View File

@ -0,0 +1,23 @@
#@TYPE: Machine
#@NAME: Device Solutions Quartz Vybrid Development Kit
#@SOC: vf60
#@DESCRIPTION: Machine configuration for Device Solutions Quartz Vybrid Development Kit
#@MAINTAINER: Anthony Felice <tony.felice@timesys.com>
include conf/machine/include/imx-base.inc
include conf/machine/include/tune-cortexa5.inc
SOC_FAMILY = "vf60"
PREFERRED_PROVIDER_virtual/kernel = "linux-timesys"
PREFERRED_PROVIDER_u-boot = "u-boot-timesys"
# The quartz_nand_config target supports both SD and NAND boot.
UBOOT_MACHINE = "quartz_nand_config"
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
SERIAL_CONSOLE = "115200 ttymxc0"
MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"