From: Koen Kooi Date: Thu, 12 Mar 2009 13:38:59 +0000 (-0300) Subject: dm355-leopard: add board file for the dm355 leopard board X-Git-Tag: Release-2010-05/1~3796^2~104^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5422d5ba5400acc1c08683c241b13475f6e06d49;p=openembedded.git dm355-leopard: add board file for the dm355 leopard board --- 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 +