]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - conf/machine/include/omap3.inc
99f0c80cd9c28ac88770ab92a064f19a182a5f09
[glsdk/meta-ti-glsdk.git] / conf / machine / include / omap3.inc
1 SOC_FAMILY = "omap3"
2 require conf/machine/include/soc-family.inc
4 require conf/machine/include/tune-cortexa8.inc
6 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
8 # For built-in LCD, add xf86-input-tslib
9 XSERVER = "xserver-xorg \
10            xf86-input-evdev \
11            xf86-input-mouse \
12            xf86-video-omapfb \
13            xf86-input-keyboard"
15 # Default to external video, change to smallscreen for built-in LCD
16 GUI_MACHINE_CLASS = "bigscreen"
18 # Increase this everytime you change something in the kernel
19 MACHINE_KERNEL_PR = "r123"
21 KERNEL_IMAGETYPE = "uImage"
23 # Default providers, may need to override for specific machines
24 PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
25 PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
27 UBOOT_ARCH = "arm"
28 UBOOT_MACHINE = "omap3_evm_config"
29 XLOAD_MACHINE = "omap3evm_config"
31 UBOOT_ENTRYPOINT = "0x80008000"
32 UBOOT_LOADADDRESS = "0x80008000"
34 # If SPL is not used, may need to add x-load
35 EXTRA_IMAGEDEPENDS += "u-boot"
37 # List common SoC features, may need to add touchscreen/ethernet for specific machines
38 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa sgx"