]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - conf/machine/include/ti33x.inc
ti33x: switch default u-boot preference to ti-staging tree
[glsdk/meta-ti-glsdk.git] / conf / machine / include / ti33x.inc
1 SOC_FAMILY = "ti33x"
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-fbdev \
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 = "r19"
21 # Default providers, may need to override for specific machines
22 PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
23 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
24 PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
26 KERNEL_IMAGETYPE = "uImage"
28 UBOOT_ARCH = "arm"
29 UBOOT_MACHINE = "am335x_evm_config"
31 UBOOT_ENTRYPOINT = "0x80008000"
32 UBOOT_LOADADDRESS = "0x80008000"
34 EXTRA_IMAGEDEPENDS += "u-boot"
36 # List common SoC features, may need to add touchscreen for specific machines
37 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx"