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

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: 1f7ee3cddd83b8f0dce985ed5edbbc17db1b6338
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1f7ee3cddd83b8f0dce985ed5edbbc17db1b6338

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

Add support for at91sam9g10ek

---

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

diff --git a/conf/machine/at91sam9g10ek.conf b/conf/machine/at91sam9g10ek.conf
new file mode 100644
index 0000000..74ed954
--- /dev/null
+++ b/conf/machine/at91sam9g10ek.conf
@@ -0,0 +1,14 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9G10EK Development Platform
+#@DESCRIPTION: Machine configuration for the at91sam9g10ek development board with a at91sam9g10 processor
+
+
+include conf/machine/include/AT91-LCD.inc
+
+# Has linux config file in OpenEmbedded
+# LINUX26_DEFCONFIG = "at91sam9g10ek_defconfig"
+UBOOT_MACHINE = "at91sam9g10ek_config"
+AT91BOOTSTRAP_BOARD = "at91sam9g10ek"
+
+MACHINE_FEATURES += "usbhost"
+





More information about the Openembedded-commits mailing list