diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-07 02:04:59 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-07 02:04:59 +0000 |
commit | e9afb494de2a037545d9fba310875d908267caa2 (patch) | |
tree | 2c15800c63de30c34551767218ace8bc8724137f /conf | |
parent | ffceb77b46e89d7bcc9d76ae005cb2f6bd28f99a (diff) |
htchimalaya: New machine, an HTC phone device.
* Initial version was in #540, but this one is based on the current template.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/htchimalaya.conf | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/conf/machine/htchimalaya.conf b/conf/machine/htchimalaya.conf new file mode 100644 index 0000000000..0cb51ce383 --- /dev/null +++ b/conf/machine/htchimalaya.conf @@ -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 |