]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - conf/machine/include/davinci.inc
machine includes: move from meta-oe
[glsdk/meta-ti-glsdk.git] / conf / machine / include / davinci.inc
1 require conf/machine/include/tune-arm926ejs.inc
3 # Increase this everytime you change something in the kernel
4 MACHINE_KERNEL_PR = "r50"
6 TARGET_ARCH = "arm"
8 KERNEL_IMAGETYPE = "uImage"
10 PREFERRED_PROVIDER_virtual/kernel = "linux-davinci"
12 PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
13 UBOOT_MACHINE = "davinci_dvevm_config"
15 UBOOT_ENTRYPOINT = "0x80008000"
16 UBOOT_LOADADDRESS = "0x80008000"
18 EXTRA_IMAGEDEPENDS += "u-boot"
20 SERIAL_CONSOLE ?= "115200 ttyS0"
21 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
23 #ROOT_FLASH_SIZE = "29"
25 MACHINE_FEATURES = "kernel26 serial ethernet usbhost usbgadget mmc alsa"