[meta-freescale] [PATCH 3/3] twr-vf65gs10: Add machine support for Vybrid Tower VF65GS10

Andy Voltz andy.voltz at timesys.com
Thu Jun 13 08:26:02 PDT 2013


Signed-off-by: Andy Voltz <andy.voltz at timesys.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 conf/machine/twr-vf65gs10.conf |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 conf/machine/twr-vf65gs10.conf

diff --git a/conf/machine/twr-vf65gs10.conf b/conf/machine/twr-vf65gs10.conf
new file mode 100644
index 0000000..29142e2
--- /dev/null
+++ b/conf/machine/twr-vf65gs10.conf
@@ -0,0 +1,21 @@
+#@TYPE: Machine
+#@NAME: Freescale Vybrid TWR-VF65GS10
+#@SOC: vf60
+#@DESCRIPTION: Machine configuration for Freescale Vybrid TWR-VF65GS10
+
+include conf/machine/include/imx-base.inc
+include conf/machine/include/tune-cortexa5.inc
+
+SOC_FAMILY = "vf60"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-vybrid"
+PREFERRED_PROVIDER_u-boot = "u-boot-vybrid"
+
+UBOOT_MACHINE = "vybrid_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 touchscreen"
-- 
1.7.9.5




More information about the meta-freescale mailing list