summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-02 16:57:36 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-02 16:57:36 +0100
commitdb2a74cb3417afb3712270b25b0c927f001373d7 (patch)
treebd1f8adfc3e2ac3b93057a68ddf944bb9d9db1f8 /conf
parent6661f4da6e46dcb9b2c95dd6914cc06218a4a8bc (diff)
downloadmeta-openembedded-db2a74cb3417afb3712270b25b0c927f001373d7.tar.gz
omapl138: import machine includes from OE
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/davinci.inc25
-rw-r--r--conf/machine/include/omapl138.inc1
2 files changed, 26 insertions, 0 deletions
diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc
new file mode 100644
index 000000000..3e48097eb
--- /dev/null
+++ b/conf/machine/include/davinci.inc
@@ -0,0 +1,25 @@
1require conf/machine/include/tune-arm926ejs.inc
2
3# Increase this everytime you change something in the kernel
4MACHINE_KERNEL_PR = "r50"
5
6TARGET_ARCH = "arm"
7
8KERNEL_IMAGETYPE = "uImage"
9
10PREFERRED_PROVIDER_virtual/kernel = "linux-davinci"
11
12PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
13UBOOT_MACHINE = "davinci_dvevm_config"
14
15UBOOT_ENTRYPOINT = "0x80008000"
16UBOOT_LOADADDRESS = "0x80008000"
17
18EXTRA_IMAGEDEPENDS += "u-boot"
19
20SERIAL_CONSOLE ?= "115200 ttyS0"
21EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
22
23#ROOT_FLASH_SIZE = "29"
24
25MACHINE_FEATURES = "kernel26 serial ethernet usbhost usbgadget mmc alsa"
diff --git a/conf/machine/include/omapl138.inc b/conf/machine/include/omapl138.inc
new file mode 100644
index 000000000..4c222753d
--- /dev/null
+++ b/conf/machine/include/omapl138.inc
@@ -0,0 +1 @@
SOC_FAMILY = "omapl138"