merge of 5d13f311dd93df73db461d6abca7480b39bbecbc
[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 IPKG_EXTRA_ARCHS = "ipaqsa"
10
11 require conf/machine/include/tune-strongarm.conf
12
13 # h3700, h3800 have 32, but let that be bonus
14 ROOT_FLASH_SIZE = "16"
15 # h3630 have 32Mb only
16 VOLATILE_STORAGE_SIZE = "64"
17 GUI_MACHINE_CLASS = "smallscreen"
18
19 #
20 # Software/packages selection
21 #
22 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
23 PREFERRED_PROVIDER_virtual/kernel = "handhelds-sa"
24 PREFERRED_VERSION_handhelds-sa ?= "2.4.19-rmk6-pxa1-hh42"
25 BOOTSTRAP_EXTRA_RDEPENDS = "alsa-driver kernel ipaq-boot-params ${@linux_module_packages('${H3600_MODULES}', d)}"
26 EXTRA_IMAGECMD_h3600_jffs2 = "-e 0x40000 -p"
27
28 H3600_MODULES = "\
29 h3600-asic \
30 h3600-micro \
31 hwtimer \
32 nvrd \
33 sa1100-cs \
34 sa1100-ir \
35 sa1100-wdt \
36 sa1100-audio \
37 sa1100-rtc \
38 sa1100usb-core \
39 sd-mod \
40 serial-h3800 \
41 usb-char \
42 usb-eth"
43
44 #
45 # Modules autoload and other boot properties
46 #
47 USE_DEVFS = "1"
48 USE_VT = "0"
49
50 SERIAL_CONSOLE = "115200 ttySA0"