pcl052: Add machine config

This commit adds a machine configuration for the Phytec Cosmic (pcl052) Vybrid
board.

Signed-off-by: Anthony Felice <tony.felice@timesys.com>
This commit is contained in:
Anthony Felice 2014-03-03 17:23:10 -05:00 committed by Otavio Salvador
parent 10f7914ecd
commit 1cef72fa99

22
conf/machine/pcl052.conf Normal file
View File

@ -0,0 +1,22 @@
#@TYPE: Machine
#@NAME: Phytec Cosmic Vybrid Development Kit
#@SOC: vf60
#@DESCRIPTION: Machine configuration for Phytec Cosmic 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"
UBOOT_MACHINE = "pcl052_config"
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
SERIAL_CONSOLE = "115200 ttymxc1"
MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa"