merge of '6b3a4b7868d3ebe4f5c8cf504377475025fcaaed'
[vuplus_openembedded] / conf / machine / h3600.conf
1 #@TYPE: Machine
2 #@NAME: Compaq iPAQ 36xx,Compaq iPAQ 37xx,Compaq iPAQ 38xx
3 #@DESCRIPTION: Machine configuration for the Compaq iPAQ 36xx, Compaq iPAQ 37xx and Compaq iPAQ 38xx devices
4
5 #
6 # Hardware-based properties
7 #
8 TARGET_ARCH = "arm"
9 PACKAGE_EXTRA_ARCHS = "armv4 "
10
11 require conf/machine/include/tune-strongarm.conf
12
13 # h3700, h3800 have 32, but let that be the bonus
14 ROOT_FLASH_SIZE = "16"
15 # h3630 have 32Mb only
16 VOLATILE_STORAGE_SIZE = "64"
17 GUI_MACHINE_CLASS = "smallscreen"
18 MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda usbgadget  screen"
19
20 #
21 # Software/packages selection
22 #
23 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
24 PCMCIA_MANAGER = "pcmciautils"
25 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
26
27 MACHINE_TASK_PROVIDER = "task-base"
28
29 MACHINE_EXTRA_RDEPENDS = "ipaq-boot-params"
30 MACHINE_EXTRA_RRECOMMENDS = "kernel-module-nls-cp437 \
31                              kernel-module-micro"
32
33 EXTRA_IMAGECMD_jffs2 = "-e 0x40000 -p ; echo '${IMAGE_NAME}  ${IMAGE_NAME}.rootfs.jffs2 - root' >> ${DEPLOY_DIR_IMAGE}/reflash.ctl"
34
35
36
37 # TODO: see if any of these modules have 2.6 counterparts
38 # and need to be RRECOMMENDED
39 #
40 #H3600_MODULES = "\
41 #h3600-asic \
42 #hwtimer \
43 #nvrd \
44 #sa1100-cs \
45 #sa1100-ir \
46 #sa1100-wdt \
47 #sa1100-audio \
48 #sa1100-rtc \
49 #sa1100usb-core \
50 #sd-mod \
51 #serial-h3800 \
52 #"
53
54
55
56 #
57 # Modules autoload and other boot properties
58 #
59 SERIAL_CONSOLE = "115200 ttySA0 vt100"
60 USE_VT = "0"