merge of '1f5c493b4303e65b05567cdcc737645e2cff5227'
[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 ipaqsa"
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_h3600_jffs2 = "-e 0x40000 -p"
34
35 EXTRA_IMAGECMD_h3600_jffs2_append = "; echo "${IMAGE_NAME}  ${IMAGE_NAME}.rootfs.jffs2 - root" >> ${DEPLOY_DIR_IMAGE}/reflash.ctl"
36
37
38
39 # TODO: see if any of these modules have 2.6 counterparts
40 # and need to be RRECOMMENDED
41 #
42 #H3600_MODULES = "\
43 #h3600-asic \
44 #hwtimer \
45 #nvrd \
46 #sa1100-cs \
47 #sa1100-ir \
48 #sa1100-wdt \
49 #sa1100-audio \
50 #sa1100-rtc \
51 #sa1100usb-core \
52 #sd-mod \
53 #serial-h3800 \
54 #"
55
56
57
58 #
59 # Modules autoload and other boot properties
60 #
61 SERIAL_CONSOLE = "115200 ttySA0 vt100"
62 USE_VT = "0"