[oe] [PATCH 1/8] davinci.inc: add common DaVinci machine configuration

Denys Dmytriyenko denis at denix.org
Tue May 12 00:54:21 UTC 2009


Signed-off-by: Denys Dmytriyenko <denis at denix.org>
---
 conf/machine/include/davinci.inc |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
 create mode 100644 conf/machine/include/davinci.inc

diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc
new file mode 100644
index 0000000..1f688f4
--- /dev/null
+++ b/conf/machine/include/davinci.inc
@@ -0,0 +1,24 @@
+require conf/machine/include/tune-arm926ejs.inc
+
+# Increase this everytime you change something in the kernel
+MACHINE_KERNEL_PR = "r0"
+
+TARGET_ARCH = "arm"
+
+HOTPLUG = "udev"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-davinci"
+
+KERNEL_IMAGETYPE = "uImage"
+
+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"
+
+#EXTRA_IMAGEDEPENDS += "u-boot ubl"
+
+SERIAL_CONSOLE ?= "115200 ttyS0"
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
+
+#ROOT_FLASH_SIZE = "29"
+
+MACHINE_FEATURES += " kernel26 serial usbhost alsa "
-- 
1.6.0.6





More information about the Openembedded-devel mailing list