summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsujak.marek <sujak.marek@gmail.com>2011-01-31 17:25:26 +0000
committerEric Bénard <eric@eukrea.com>2011-01-31 22:00:42 +0100
commitb02c5f2f25a71722b7c29730a93c6520482fdb7a (patch)
treee3916854a60ef07b71b9e98a9f8454f63826d285
parentd94f68a7b21659a57011c333ce05b8646ce261f4 (diff)
downloadopenembedded-b02c5f2f25a71722b7c29730a93c6520482fdb7a.tar.gz
VMX25: Add machine support for vmx25
* i.mx25 cpu based module * removed PREFERRED_VERSION_linux line * added correct UBI VOLNAME * tested on angstom console, terminal, x11, qt4e image * depends on vmx25 barebox 2010.10 patch, vmx25 kernel 2.5.35 patch Signed-off-by: Marek Sujak <sujak.marek@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r--conf/machine/vmx25.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/conf/machine/vmx25.conf b/conf/machine/vmx25.conf
new file mode 100644
index 0000000000..2d82dd2ae4
--- /dev/null
+++ b/conf/machine/vmx25.conf
@@ -0,0 +1,33 @@
+#@TYPE: Machine
+#@Name: Voipac vmx25 module
+#@DESCRIPTION: Machine configuration for Voipac vmx25 module & baseboard
+#@Homepage: http://voipac.com/#X25-DKT-265
+
+TARGET_ARCH = "arm"
+
+PREFERRED_PROVIDER_virtual/bootloader = "barebox"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+
+MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget touchscreen keyboard"
+
+GUI_MACHINE_CLASS = "bigscreen"
+XSERVER ?= "xserver-xorg \
+ xf86-input-tslib \
+ xf86-input-evdev \
+ xf86-input-mouse \
+ xf86-input-keyboard \
+ xf86-video-fbdev \
+"
+
+# ubi fs args
+UBI_VOLNAME = "rootfs-vmx25"
+MKUBIFS_ARGS = "-m 2KiB -e 126KiB -c 989"
+UBINIZE_ARGS = "-m 2KiB -p 128KiB -s 512"
+
+IMAGE_FSTYPES += "tar.gz ubi"
+
+require conf/machine/include/tune-arm926ejs.inc
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttymxc0"