merge of '073563c6fb1aad528e3d0c4f974eea7a71e1ad87'
[vuplus_openembedded] / conf / machine / omap5912osk.conf
1 #@TYPE: Machine
2 #@NAME: OMAP5912 cpu on an OSK board
3 #@DESCRIPTION: Machine configuration for the OMAP Starter Kit with a 5912 processor
4
5 TARGET_ARCH = "arm"
6 PACKAGE_EXTRA_ARCHS = "armv5te"
7
8 HOTPLUG = "udev"
9
10 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
11 PREFERRED_PROVIDER_virtual/kernel = "linux-omap1"
12 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
13
14 # PREFERRED_VERSION_u-boot = "1.1.6"
15
16 SERIAL_CONSOLE ?= "115200 ttyS0"
17 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
18
19 ROOT_FLASH_SIZE = "29"
20
21 MACHINE_FEATURES = "kernel26 pcmcia usbhost alsa"
22
23 MACHINE_TASK_PROVIDER = "task-base"
24
25 MACHINE_EXTRA_RRECOMMENDS = "kernel-module-ide-cs \
26                           kernel-module-ide-disk \
27                           kernel-module-ide-core \
28                           kernel-module-nls-iso8859-1 \
29                           kernel-module-nls-cp437 \
30                           kernel-module-nls-base \
31                           kernel-module-vfat"
32
33 require conf/machine/include/tune-arm926ejs.conf
34
35 # old modules setup - partially need to be added into MACHINE_EXTRA_RRECOMMENDS
36
37 # PCMCIA Modules
38 ##BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pcmcia-core kernel-module-pcmcia"
39 ##BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-omap-cf"
40
41 # IDE modules
42 #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-ide-cs kernel-module-ide-disk"
43 #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-ide-core"
44
45 # DOS and VFAT modules
46 #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-msdos kernel-module-nls-iso8859-1"
47 #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nls-cp437 kernel-module-nls-base"
48 #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-vfat kernel-module-fat"
49
50 # Video er LCD Driver
51 ##BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-fb kernel-module-cfbimgblt kernel-module-cfbcopyarea"
52 ##BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-cfbfillrect kernel-module-omapfb kernel-module-softcursor"
53
54 # DSP Interface
55 ##BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-dsp"