dm355-leopard: add board file for the dm355 leopard board
authorKoen Kooi <koen@openembedded.org>
Thu, 12 Mar 2009 13:38:59 +0000 (10:38 -0300)
committerKoen Kooi <koen@openembedded.org>
Fri, 13 Mar 2009 13:07:31 +0000 (10:07 -0300)
conf/machine/dm355-leopard.conf [new file with mode: 0644]

diff --git a/conf/machine/dm355-leopard.conf b/conf/machine/dm355-leopard.conf
new file mode 100644 (file)
index 0000000..a969949
--- /dev/null
@@ -0,0 +1,19 @@
+#@TYPE: Machine
+#@NAME: Leopard "beagle buddy" DM355 based IP cam board
+#@DESCRIPTION: Machine configuration for the DM355 leopard board
+
+TARGET_ARCH = "arm"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-davinci"
+PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
+
+PREFERRED_VERSION_u-boot = "1.2.0"
+UBOOT_MACHINE = "dm355_leopard_config"
+UBOOT_ENTRYPOINT = "0x80008000"
+
+SERIAL_CONSOLE ?= "115200 ttyS0"
+
+MACHINE_FEATURES = "kernel26 alsa"
+
+require conf/machine/include/tune-arm926ejs.inc
+