aboutsummaryrefslogtreecommitdiffstats
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-contrib-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 0000000000..3e48097eb3
--- /dev/null
+++ b/conf/machine/include/davinci.inc
@@ -0,0 +1,25 @@
+require conf/machine/include/tune-arm926ejs.inc
+
+# Increase this everytime you change something in the kernel
+MACHINE_KERNEL_PR = "r50"
+
+TARGET_ARCH = "arm"
+
+KERNEL_IMAGETYPE = "uImage"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-davinci"
+
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
+UBOOT_MACHINE = "davinci_dvevm_config"
+
+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"
+
+EXTRA_IMAGEDEPENDS += "u-boot"
+
+SERIAL_CONSOLE ?= "115200 ttyS0"
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
+
+#ROOT_FLASH_SIZE = "29"
+
+MACHINE_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 0000000000..4c222753df
--- /dev/null
+++ b/conf/machine/include/omapl138.inc
@@ -0,0 +1 @@
+SOC_FAMILY = "omapl138"