diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-27 21:55:53 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-27 21:55:53 +0000 |
commit | 0b5a79be0ad671646df9fcbfbc4e635048abb0c1 (patch) | |
tree | 10269bc671e2bec95decb3ccdc19028c261fb6eb /conf/machine/htcblueangel.conf | |
parent | 32fb15f326e277cb103479c29084262e9e434157 (diff) |
blueangel: Rename machine to htcblueangel.
* Because otherwise soon we'll have dozen machines, with most people have no
idea what they are, and a bit later - cases of duplicate machine names
(HTC nicknames are pretty commonwords).
* Discussed with Blueangel people.
* 'magician' remains on pH5's conscience ;-).
Diffstat (limited to 'conf/machine/htcblueangel.conf')
-rw-r--r-- | conf/machine/htcblueangel.conf | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/conf/machine/htcblueangel.conf b/conf/machine/htcblueangel.conf new file mode 100644 index 0000000000..dd079c244b --- /dev/null +++ b/conf/machine/htcblueangel.conf @@ -0,0 +1,43 @@ +#@TYPE: Machine +#@NAME: HTC Blueangel +#@DESCRIPTION: Machine configuration for the HTC Blueangel device + +KERNEL ?= "kernel26" + +OVERRIDES =. "${KERNEL}:" + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ipaqpxa" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/kernel_kernel26 = "xanadux-ba-2.6" +PREFERRED_PROVIDER_virtual/kernel = "xanadux-ba-2.6" + +BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${BA_MODULES}', d)}" +BOOTSTRAP_EXTRA_RDEPENDS_append_kernel26 = " udev module-init-tools" + +BA_MODULES_kernel26 = " evdev tsdev himalaya_tsc2200 himalaya_ts3 asic3_mmc mmc_core g_ether blueangel_battery \ + pcmcia-core hci_uart blueangel_pcmcia snd-mixer-oss blueangel_audio blueangel_rom blueangel_kp" +# pxa2xx_udc is built in to the kernel + +module_autoload_evdev = "evdev" +module_autoload_himalaya_tsc2200 = "himalaya_tsc2200" +module_autoload_himalaya_ts3 = "himalaya_ts3" +module_autoload_asic3_mmc = "asic3_mmc" +module_autoload_g_ether = "g_ether" +module_autoload_blueangel_kp = "blueangel_kp" +module_autoload_pxa2xx_udc = "pxa2xx_udc" +module_autoload_blueangel_audio = "blueangel_audio" +module_autoload_bluenagel_leds = "bleangel_leds" +module_autoload_hci_uart = "hci_uart" +module_autoload_snd-mixer-oss = "snd-mixer-oss" +module_autoload_snd-pcm-oss = "snd-pcm-oss" + +SERIAL_CONSOLE = "115200 tts/2 vt100" + +USE_VT = "0" + +GUI_MACHINE_CLASS = "smallscreen" +ROOT_FLASH_SIZE = "32" + +# optimize images, but build feeds without using tune-xscale so as to retain backwards compatibility +include conf/machine/include/tune-xscale.conf |