[oe-commits] Koen Kooi : dm355-leopard: add board file for the dm355 leopard board

GIT User account git at amethyst.openembedded.net
Fri Mar 13 17:20:59 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-sqeeezy
Commit: 5422d5ba5400acc1c08683c241b13475f6e06d49
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5422d5ba5400acc1c08683c241b13475f6e06d49

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Mar 12 10:38:59 2009 -0300

dm355-leopard: add board file for the dm355 leopard board

---

 conf/machine/dm355-leopard.conf |   19 +++++++++++++++++++
 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 0000000..a969949
--- /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
+





More information about the Openembedded-commits mailing list