summaryrefslogtreecommitdiff
path: root/conf/machine
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
commitf498512a668290f1ea84988d6fa8bd83906c222b (patch)
treeebda04e37fe52178c1f336b9a369158f36d4f408 /conf/machine
parent0e1426d82c5bf39c7b43cdc475f1efedcc67e71c (diff)
colibri-vf50: add the machine, kernel and u-boot
- also add the relevant configuration files
Diffstat (limited to 'conf/machine')
-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