[oe-commits] Ulf Samuelsson : Add support for at91sam9m10ek

git version control git at git.openembedded.org
Tue Aug 11 17:25:06 UTC 2009


Module: openembedded.git
Branch: ulf/linux-2.6.30.2
Commit: 88bf6a78586ebc5d795672ead5b2b436dde0c4d7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=88bf6a78586ebc5d795672ead5b2b436dde0c4d7

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Tue Aug 11 19:24:32 2009 +0200

Add support for at91sam9m10ek

---

 conf/machine/at91sam9m10ek.conf |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/conf/machine/at91sam9m10ek.conf b/conf/machine/at91sam9m10ek.conf
new file mode 100644
index 0000000..717aa38
--- /dev/null
+++ b/conf/machine/at91sam9m10ek.conf
@@ -0,0 +1,14 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9G45EK Development Platform
+#@DESCRIPTION: Machine configuration for the at91sam9g45ek development board with a at91sam9m10/g45 processor
+# This lacks a linux definition file. Not yet available so it will bomb!
+
+include conf/machine/include/AT91-LCD.inc
+
+# Has no linux config file in OpenEmbedded
+LINUX26_CONFIG = "at91sam9m10g45ek_defconfig"
+UBOOT_MACHINE = "at91sam9m10g45ek_config"
+AT91BOOTSTRAP_BOARD = "at91sam9m10g45ek"
+
+MACHINE_FEATURES += "usbhost"
+





More information about the Openembedded-commits mailing list