aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-03-12 10:38:59 -0300
committerKoen Kooi <koen@openembedded.org>2009-03-13 10:07:31 -0300
commit5422d5ba5400acc1c08683c241b13475f6e06d49 (patch)
tree8a27cfb9b33a7d01508b6eccbe14baedaa373d4a
parent0bd2004ded71983d0cc555eb13efec27ebf4fe50 (diff)
downloadopenembedded-5422d5ba5400acc1c08683c241b13475f6e06d49.tar.gz
dm355-leopard: add board file for the dm355 leopard board
-rw-r--r--conf/machine/dm355-leopard.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/dm355-leopard.conf b/conf/machine/dm355-leopard.conf
new file mode 100644
index 0000000000..a9699499b7
--- /dev/null
+++ b/conf/machine/dm355-leopard.conf
@@ -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
+