1
#@TYPE: Machine
2
#@NAME: GHI270 / DuraMax H / DuraMaxHG
3
#@DESCRIPTION: Machine configuration for the GHI270 platform 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
EXTRA_IMAGECMD_jffs2_ghi270 = "-p -n -e 16KiB"
18
19
ROOT_FLASH_SIZE = "64"
20
VOLATILE_STORAGE_SIZE = "64"
21
MACHINE_GUI_CLASS = "smallscreen"
22
MACHINE_DISPLAY_WIDTH_PIXELS = "240"
23
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
24
MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget screen"
25
26
#
27
# Software/packages selection
28
#
29
PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
30
PREFERRED_VERSION_linux-handhelds-2.6               = "2.6.21-hh11"
31
32
PCMCIA_MANAGER = "pcmciautils"
33
MODUTILS = "26"
34
35
#PREFERRED_VERSION_xserver-kdrive = "1.3.0.0"
36
37
#PREFERRED_VERSION_orinoco-modules = "0.15rc1"
38
39
#
40
# Modules autoload and other boot properties
41
#
42
43
#FIXME: this should be controlled by a userspace utility later.
44
module_autoload_g_ether = "g_ether"
45
46
SERIAL_CONSOLE = "115200 ttySA0"