1
#@TYPE: Machine
2
#@NAME: Axim x50/x51
3
#@DESCRIPTION: Machine configuration for the Dell Axim x50/x51 with a pxa27x CPU
4
5
#
6
# Hardware-based properties
7
#
8
TARGET_ARCH = "arm"
9
PACKAGE_EXTRA_ARCHS = " iwmmxt "
10
11
# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
12
require conf/machine/include/tune-xscale.inc
13
14
# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
15
#require conf/machine/include/tune-iwmmxt.inc
16
17
ROOT_FLASH_SIZE = "256"
18
VOLATILE_STORAGE_SIZE = "64"
19
MACHINE_GUI_CLASS ?= "smallscreen"
20
MACHINE_DISPLAY_WIDTH_PIXELS ?= "240"
21
MACHINE_DISPLAY_HEIGHT_PIXELS ?= "320"
22
MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget screen"
23
24
#
25
# Software/packages selection
26
#
27
PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
28
PCMCIA_MANAGER = "pcmciautils"
29
MODUTILS = "26"	
30
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
31
32
PREFERRED_VERSION_orinoco-modules = "0.15rc1"
33
34
MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware"
35
MACHINE_EXTRA_RRECOMMENDS = "\
36
				kernel-module-i2c-pxa"
37
38
#
39
# Modules autoload and other boot properties
40
#
41
module_autoload_evdev = "evdev"
42
module_autoload_mmc_block = "mmc_block"
43
module_autoload_pxa27x_udc = "pxa27x_udc"
44
45
#FIXME: this should be controlled by a userspace utility later.
46
module_autoload_g_ether = "g_ether"
47
48
SERIAL_CONSOLE = "115200 ttyS0"