summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-10-10 19:10:02 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-10-10 19:10:02 +0200
commitac746db3bc038172c4b4f17b0950d23888ef57db (patch)
tree663e148f579f13dfa462b76b612702aed30d952e /conf
parent7b02d1749ca0a0bf32d7547110281ab750f70fd4 (diff)
colibri-vf50: add the machine, kernel and u-boot
- also add the relevant configuration files
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/colibri-vf50.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/colibri-vf50.conf b/conf/machine/colibri-vf50.conf
new file mode 100644
index 0000000..c482ca5
--- /dev/null
+++ b/conf/machine/colibri-vf50.conf
@@ -0,0 +1,24 @@
+#@TYPE: Machine
+#@NAME: colibri_vf50 SOM powered by Freescale Vybrid family
+#@SOC: vf50
+#@DESCRIPTION: Toradex Colibri VF50
+
+include conf/machine/include/imx-base.inc
+include conf/machine/include/tune-cortexa5.inc
+
+#TODO
+SOC_FAMILY = "vf60"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-vf"
+PREFERRED_PROVIDER_u-boot = "u-boot-colibri-vf"
+UBOOT_SUFFIX = "nand"
+UBOOT_MAKE_TARGET = ""
+UBOOT_MACHINE = "colibri_vf50_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 ext2 alsa touchscreen ethernet wifi bluetooth 3g"
+EXTRA_IMAGEDEPENDS += "u-boot" \ No newline at end of file