merge of '3c71db502f1f99ac9b5d9e0ab928273904283f4f'
[vuplus_openembedded] / conf / machine / omap3evm.conf
1 #@TYPE: Machine
2 #@NAME: omap3 EVM
3 #@DESCRIPTION: Machine configuration for the TI omap3 EVM
4 TARGET_ARCH = "arm"
5 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7 armv7a"
6
7 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
8 XSERVER = "xserver-kdrive-fbdev"
9 GUI_MACHINE_CLASS = "smallscreen"
10
11 #include conf/machine/include/tune-arm1136jf-s.inc
12 # requires gcc 4.3.0:
13 include conf/machine/include/tune-cortexa8.inc
14
15 # Ship all kernel modules
16 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
17
18 IMAGE_FSTYPES ?= "jffs2 tar.bz2"
19 EXTRA_IMAGECMD_jffs2 = "-lnp "
20
21 SERIAL_CONSOLE = "115200 ttyS0"
22
23 PREFERRED_PROVIDER_virtual/kernel ?= "linux-omap"
24
25 KERNEL_IMAGETYPE = "uImage"
26
27 UBOOT_ENTRYPOINT = "0x80008000"
28 UBOOT_LOADADDRESS = "0x80008000"
29 UBOOT_ARCH = "arm"
30
31 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"
32