| 1 |
#@TYPE: Machine |
| 2 |
#@NAME: HTC Blueangel |
| 3 |
#@DESCRIPTION: Machine configuration for the HTC Blueangel device |
| 4 |
|
| 5 |
# |
| 6 |
# Hardware-based properties |
| 7 |
# |
| 8 |
TARGET_ARCH = "arm" |
| 9 |
|
| 10 |
require conf/machine/include/tune-xscale.inc |
| 11 |
|
| 12 |
ROOT_FLASH_SIZE = "32" |
| 13 |
VOLATILE_STORAGE_SIZE = "128" |
| 14 |
MACHINE_GUI_CLASS = "smallscreen" |
| 15 |
MACHINE_DISPLAY_WIDTH_PIXELS = "240" |
| 16 |
MACHINE_DISPLAY_HEIGHT_PIXELS = "320" |
| 17 |
MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen vfat phone" |
| 18 |
|
| 19 |
# |
| 20 |
# Software/packages selection |
| 21 |
# |
| 22 |
PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6" |
| 23 |
PCMCIA_MANAGER = "pcmciautils" |
| 24 |
PREFERRED_PROVIDER_xserver = "xserver-kdrive" |
| 25 |
|
| 26 |
MACHINE_EXTRA_RDEPENDS = "acx-firmware ${PCMCIA_MANAGER}" |
| 27 |
MACHINE_EXTRA_RRECOMMENDS = "kernel-module-blueangel_pcmcia \ |
| 28 |
kernel-module-blueangel_audio \ |
| 29 |
kernel-module-blueangel_rom \ |
| 30 |
kernel-module-blueangel_kp \ |
| 31 |
kernel-module-blueangel_battery \ |
| 32 |
kernel-module-blueangel_leds \ |
| 33 |
kernel-module-himalaya_tsc2200 \ |
| 34 |
kernel-module-himalaya_ts3 \ |
| 35 |
kernel-module-asic3-mmc" |
| 36 |
# |
| 37 |
# Modules autoload and other boot properties |
| 38 |
# |
| 39 |
module_autoload_snd-pcm-oss = "snd-pcm-oss" |
| 40 |
module_autoload_g_ether = "g_ether" |
| 41 |
module_autoload_evdev = "evdev" |
| 42 |
module_autoload_himalaya_tsc2200 = "himalaya_tsc2200" |
| 43 |
module_autoload_himalaya_ts3 = "himalaya_ts3" |
| 44 |
module_autoload_asic3_mmc = "asic3_mmc" |
| 45 |
module_autoload_g_ether = "g_ether" |
| 46 |
module_autoload_blueangel_kp = "blueangel_kp" |
| 47 |
module_autoload_pxa2xx_udc = "pxa2xx_udc" |
| 48 |
module_autoload_blueangel_audio = "blueangel_audio" |
| 49 |
module_autoload_bluenagel_leds = "bleangel_leds" |
| 50 |
module_autoload_hci_uart = "hci_uart" |
| 51 |
module_autoload_snd-mixer-oss = "snd-mixer-oss" |
| 52 |
module_conf_acx = "blacklist acx" |
| 53 |
|
| 54 |
SERIAL_CONSOLE = "115200 ttyS0 vt100" |
| 55 |
USE_VT = "0" |
| 56 |
|
| 57 |
require conf/machine/include/LAB-settings.inc |