htctornado.conf: New machine description for HTC Tornado and similar phones.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 18 Apr 2007 12:34:10 +0000 (12:34 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 18 Apr 2007 12:34:10 +0000 (12:34 +0000)
conf/machine/htctornado.conf [new file with mode: 0644]

diff --git a/conf/machine/htctornado.conf b/conf/machine/htctornado.conf
new file mode 100644 (file)
index 0000000..f494a69
--- /dev/null
@@ -0,0 +1,30 @@
+#-----------------------------------------------------------------------------
+#@TYPE: Machine
+#@NAME: HTC Typhoon, HTC Tornado, HTC Hurricane
+#@DESCRIPTION: Machine configuration for the HTC Typhoon/Tornado/Hurricane GSM phones
+#-----------------------------------------------------------------------------
+
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4t armv5te"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-tornado-omap2"
+
+MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget"
+
+MACHINE_EXTRA_RDEPENDS = "alsa-state"
+
+# package gta01 specific modules
+MACHINE_EXTRA_RRECOMMENDS = "\
+  kernel-module-ext2 \
+  alsa-state"
+
+MACHINE_TASK_PROVIDER = "task-base"
+
+# used by some images
+ROOT_FLASH_SIZE = "30"
+
+# extra jffs2 tweaks, not yet used
+EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 -n"
+
+# cpu tuning
+include conf/machine/include/tune-arm926ejs.conf