merge of '3a72c4b2962d909444aaaee9569be3bb90169577'
[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 TARGET_ARCH = "arm"
6 IPKG_EXTRA_ARCHS = "ipaqsa"
7 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
8 PREFERRED_PROVIDER_virtual/kernel = "handhelds-sa"
9 PREFERRED_VERSION_handhelds-sa ?= "2.4.19-rmk6-pxa1-hh42"
10 EXTRA_IMAGECMD_h3600_jffs2 = "-e 0x40000 -p"
11 BOOTSTRAP_EXTRA_RDEPENDS = "alsa-driver kernel ipaq-boot-params ${@linux_module_packages('${H3600_MODULES}', d)}"
12
13 ROOT_FLASH_SIZE = "16"
14
15 H3600_MODULES = "\
16 h3600-asic \
17 h3600-micro \
18 hwtimer \
19 nvrd \
20 sa1100-cs \
21 sa1100-ir \
22 sa1100-wdt \
23 sa1100-audio \
24 sa1100-rtc \
25 sa1100usb-core \
26 sd-mod \
27 serial-h3800 \
28 usb-char \
29 usb-eth"
30
31 USE_DEVFS = "1"
32 USE_VT = "0"
33
34
35 require conf/machine/include/tune-strongarm.conf
36
37 SERIAL_CONSOLE = "115200 ttySA0"