summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-06-25 14:05:23 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-06-25 14:05:23 +0000
commite26dd3f56bbcdd01e9f2792a9430090462282a94 (patch)
tree6e287353b48fb6192c4e2f8608f41dceb5fc5753
parentde2beee8d92d9847b54fceb093116e3336b201a0 (diff)
parente582c2af065a7593b0ebc5bf7efbd79c8d5b2e92 (diff)
merge of '730a1eb946899965bd1703a6dcb9e962751d914a'
and 'b02088ae9e5847432d378e1127122006d2d82fa9'
-rw-r--r--conf/machine/htcwallaby.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/conf/machine/htcwallaby.conf b/conf/machine/htcwallaby.conf
new file mode 100644
index 0000000000..32c3f30af1
--- /dev/null
+++ b/conf/machine/htcwallaby.conf
@@ -0,0 +1,29 @@
+#@TYPE: Machine
+#@NAME: HTC Wallaby
+#@DESCRIPTION: Machine configuration for the HTC Wallaby aka XDA aka many other names
+
+#
+# Hardware-based properties
+#
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 "
+
+require conf/machine/include/tune-strongarm.conf
+
+ROOT_FLASH_SIZE = "16" #?
+VOLATILE_STORAGE_SIZE = "32"
+GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda usbgadget screen phone"
+
+#
+# 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
+#
+SERIAL_CONSOLE = "115200 ttySA0 vt100"
+USE_VT = "0"