merge of 425cf1b391611c169a1c3b78f1fe86df088902b9
[vuplus_openembedded] / conf / machine / collie.conf
1 #@TYPE: Machine
2 #@NAME: Sharp Zaurus SL-5000, Sharp Zaurus SL-5500
3 #@DESCRIPTION: Machine configuration for the SA1100 based Sharp Zaurus SL-5000 and SL-5500 devices
4
5 TARGET_ARCH = "arm"
6 PREFERRED_PROVIDER_xserver ?= "xserver-kdrive"
7 PREFERRED_PROVIDER_virtual/kernel ?= "collie-kernels-2.4-embedix"
8
9 #
10 # no keyboard feature because 2.4 kernel keymap works ok and we have limited flash
11 # no usbgadget feature because 2.4 kernel handle it in own way on each machine
12 #
13 MACHINE_FEATURES = "kernel24 apm pcmcia screen irda"
14
15 MACHINE_EXTRA_RRECOMMENDS = "kernel-module-net-fd kernel-module-sa1100-bi \
16 kernel-module-usbdcore kernel-module-usbdmonitor sharp-sdmmc-support"
17
18 # kernel-module-collie-ssp kernel-module-collie-tc35143af if buzzer.patch applied
19
20 # This is needed for the ramdisk script to work
21 MACHINE_EXTRA_RDEPENDS += "e2fsprogs-mke2fs"
22
23 EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n"
24
25 IMAGE_LINGUAS = ""
26
27 include conf/machine/include/tune-strongarm.conf
28
29 SERIAL_CONSOLE = "115200 ttyS0"
30
31 ROOT_FLASH_SIZE = "14"
32 # actually 14680064, see EXTRA_IMAGECMD above
33
34 # Later versions are broken on kernel 2.4
35 PREFERRED_VERSION_orinoco-modules = "0.13e"
36
37 MACHINE_TASK_PROVIDER = "task-base"