From e9afb494de2a037545d9fba310875d908267caa2 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 7 Jan 2007 02:04:59 +0000 Subject: htchimalaya: New machine, an HTC phone device. * Initial version was in #540, but this one is based on the current template. --- conf/machine/htchimalaya.conf | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 conf/machine/htchimalaya.conf (limited to 'conf/machine/htchimalaya.conf') 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 -- cgit v1.2.3