[meta-freescale] [meta-fsl-arm-extra][PATCH V2 3/5] pcl052: Add machine config

Anthony Felice tony.felice at timesys.com
Mon Mar 3 14:23:10 PST 2014


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

Signed-off-by: Anthony Felice <tony.felice at timesys.com>
---
 conf/machine/pcl052.conf | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 conf/machine/pcl052.conf

diff --git a/conf/machine/pcl052.conf b/conf/machine/pcl052.conf
new file mode 100644
index 0000000..611e93d
--- /dev/null
+++ b/conf/machine/pcl052.conf
@@ -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 at 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"
-- 
1.9.0



More information about the meta-freescale mailing list