tx27.conf: Initial machine description for Ka-Ro TX27 board
authorFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 29 May 2009 17:08:21 +0000 (19:08 +0200)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 29 May 2009 17:14:17 +0000 (19:14 +0200)
conf/machine/tx27.conf [new file with mode: 0644]

diff --git a/conf/machine/tx27.conf b/conf/machine/tx27.conf
new file mode 100644 (file)
index 0000000..fd04a63
--- /dev/null
@@ -0,0 +1,19 @@
+#@TYPE: Machine
+#@Name: KARO TX27 
+#@DESCRIPTION: Machine configuration for Freescale i.MX27 based Karo TX27 + baseboard
+
+TARGET_ARCH = "arm"
+
+MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget screen camera"
+
+GUI_MACHINE_CLASS = "bigscreen"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_VERSION_linux = "2.6.28"
+
+require conf/machine/include/tune-arm926ejs.inc
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttymxc0"
+
+ROOT_FLASH_SIZE = "128"