]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/conf/machine/omap5912osk.conf
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / 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 IPKG_ARCHS = "all arm armv5te ${MACHINE}"
7
8 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
9 PREFERRED_PROVIDER_virtual/kernel = "linux-omap1"
10 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
11
12 BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel modutils-collateral"
13 BOOTSTRAP_EXTRA_RDEPENDS += "modutils-collateral"
14
15 SERIAL_CONSOLE ?= "115200 ttyS0"
16 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000"
17
18 # PCMCIA Modules
19 BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pcmcia-core kernel-module-pcmcia"
20 BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-omap-cf"
21 # IDE modules
22 BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-ide-cs kernel-module-ide-disk"
23 BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-ide-core"
24 # DOS and VFAT modules
25 BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-msdos kernel-module-nls-iso8859-1"
26 BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nls-cp437 kernel-module-nls-base"
27 BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-vfat kernel-module-fat"
28 # Video er LCD Driver
29 BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-fb kernel-module-cfbimgblt kernel-module-cfbcopyarea"
30 BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-cfbfillrect kernel-module-omapfb kernel-module-softcursor"
31 # DSP Interface
32 BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-dsp"
33
34 include conf/machine/tune-arm926ejs.conf