checksum.ini: Added nbd 2.9.11
[openembedded/mini2440.git] / conf / machine / ghi270.conf
blobaf4ddea21cc988d421e78839e70f901f37a15d65
1 #@TYPE: Machine
2 #@NAME: GHI270 / DuraMax H / DuraMaxHG
3 #@DESCRIPTION: Machine configuration for the GHI270 platform with a pxa27x CPU
6 # Hardware-based properties
8 TARGET_ARCH = "arm"
9 PACKAGE_EXTRA_ARCHS = " iwmmxt "
11 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
12 require conf/machine/include/tune-xscale.inc
14 # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
15 #require conf/machine/include/tune-iwmmxt.inc
17 EXTRA_IMAGECMD_jffs2_ghi270 = "-p -n -e 16KiB"
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"
27 # Software/packages selection
29 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
30 PREFERRED_VERSION_linux-handhelds-2.6               = "2.6.21-hh11"
32 PCMCIA_MANAGER = "pcmciautils"
33 MODUTILS = "26"
35 #PREFERRED_VERSION_xserver-kdrive = "1.3.0.0"
37 #PREFERRED_VERSION_orinoco-modules = "0.15rc1"
40 # Modules autoload and other boot properties
43 #FIXME: this should be controlled by a userspace utility later.
44 module_autoload_g_ether = "g_ether"
46 SERIAL_CONSOLE = "115200 ttySA0"