htchimalaya: New machine, an HTC phone device.
authorPaul Sokolovsky <pmiscml@gmail.com>
Sun, 7 Jan 2007 02:04:59 +0000 (02:04 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Sun, 7 Jan 2007 02:04:59 +0000 (02:04 +0000)
* Initial version was in #540, but this one is based on the current template.

conf/machine/htchimalaya.conf [new file with mode: 0644]

diff --git a/conf/machine/htchimalaya.conf b/conf/machine/htchimalaya.conf
new file mode 100644 (file)
index 0000000..0cb51ce
--- /dev/null
@@ -0,0 +1,34 @@
+#@TYPE: Machine
+#@NAME: HTC Himalaya
+#@DESCRIPTION: Machine configuration for the HTC Himalaya device
+
+#
+# Hardware-based properties
+#
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ipaqpxa"
+
+require conf/machine/include/tune-xscale.conf
+
+ROOT_FLASH_SIZE = "32"
+VOLATILE_STORAGE_SIZE = "64"
+GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda usbgadget screen"
+
+#
+# Software/packages selection
+#
+PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
+PCMCIA_MANAGER = "pcmciautils"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+
+#
+# Modules autoload and other boot properties
+#
+module_autoload_snd-pcm-oss = "snd-pcm-oss"
+
+
+SERIAL_CONSOLE = "115200 ttyS0 vt100"
+USE_VT = "0"
+
+require conf/machine/include/LAB-settings.conf