All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] VMX25: Add machine support for vmx25
@ 2011-01-28 13:00 sujak.marek
  2011-01-28 13:15 ` Paul Menzel
  2011-01-28 17:50 ` Khem Raj
  0 siblings, 2 replies; 12+ messages in thread
From: sujak.marek @ 2011-01-28 13:00 UTC (permalink / raw)
  To: openembedded-devel

* Add config file for http://voipac.com/#X25-DKT-265

Signed-off-by: sujak.marek <sujak.marek@gmail.com>
---
 conf/machine/vmx25.conf |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)
 create mode 100644 conf/machine/vmx25.conf

diff --git a/conf/machine/vmx25.conf b/conf/machine/vmx25.conf
new file mode 100644
index 0000000..8ba7197
--- /dev/null
+++ b/conf/machine/vmx25.conf
@@ -0,0 +1,38 @@
+#@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"
+
+PREFERRED_VERSION_linux = "2.6.35"
+
+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 \
+"
+# Data Image FG0700K6DSSWBG01 TFT lcd
+#MACHINE_DISPLAY_WIDTH_PIXELS = "800"
+#MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
+#MACHINE_DISPLAY_PPI = "133"
+
+# ubi fs args
+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"
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-01-31  9:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-28 13:00 [PATCH v2] VMX25: Add machine support for vmx25 sujak.marek
2011-01-28 13:15 ` Paul Menzel
2011-01-28 13:44   ` Marek Sujak
2011-01-28 16:32     ` Paul Menzel
2011-01-28 17:15       ` Marek Sujak
2011-01-28 17:50 ` Khem Raj
2011-01-28 18:43   ` Eric Bénard
2011-01-28 18:58     ` Tom Rini
2011-01-29  8:17     ` Khem Raj
2011-01-29  7:54   ` Marek Sujak
2011-01-29  9:45   ` Koen Kooi
2011-01-31  9:32     ` Marek Sujak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.