summaryrefslogtreecommitdiffstats
path: root/extras/conf/machine/include/davinci.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-06-11 20:44:56 -0400
committerDenys Dmytriyenko <denys@ti.com>2012-06-11 20:44:56 -0400
commit88867c1d96684925027a0ecc9e25c6ea70040cc6 (patch)
treee1ad8651aa7663850f6dc1108b278f56a2b92a91 /extras/conf/machine/include/davinci.inc
parenta1e2573369c6714956af561523ba274aa9c185f7 (diff)
downloadmeta-ti-split.tar.gz
extras: move things to extrassplit
Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'extras/conf/machine/include/davinci.inc')
-rw-r--r--extras/conf/machine/include/davinci.inc24
1 files changed, 24 insertions, 0 deletions
diff --git a/extras/conf/machine/include/davinci.inc b/extras/conf/machine/include/davinci.inc
new file mode 100644
index 00000000..80198449
--- /dev/null
+++ b/extras/conf/machine/include/davinci.inc
@@ -0,0 +1,24 @@
1require conf/machine/include/tune-arm926ejs.inc
2
3# Increase this everytime you change something in the kernel
4MACHINE_KERNEL_PR = "r51"
5
6
7KERNEL_IMAGETYPE = "uImage"
8
9PREFERRED_PROVIDER_virtual/kernel = "linux-davinci"
10
11PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
12UBOOT_MACHINE = "davinci_dvevm_config"
13
14UBOOT_ENTRYPOINT = "0x80008000"
15UBOOT_LOADADDRESS = "0x80008000"
16
17EXTRA_IMAGEDEPENDS += "u-boot"
18
19SERIAL_CONSOLE ?= "115200 ttyS0"
20EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
21
22#ROOT_FLASH_SIZE = "29"
23
24MACHINE_FEATURES = "kernel26 serial ethernet usbhost usbgadget mmc alsa"