[oe-commits] Ulf Samuelsson : at91: Add support for at91cap9stk

git version control git at git.openembedded.org
Sat Apr 16 19:56:12 UTC 2011


Module: openembedded.git
Branch: ulf/linux-2.6.30-2011-04-16
Commit: 0a3457d06e4c60cb97c54177932a019cfd537dfa
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0a3457d06e4c60cb97c54177932a019cfd537dfa

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Sat Apr 16 18:35:21 2011 +0200

at91: Add support for at91cap9stk

Signed-off-by: Ulf Samuelsson <ulf.samuelsson at atmel.com>

---

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

diff --git a/conf/machine/at91cap9stk.conf b/conf/machine/at91cap9stk.conf
new file mode 100644
index 0000000..5a6385f
--- /dev/null
+++ b/conf/machine/at91cap9stk.conf
@@ -0,0 +1,21 @@
+#@TYPE: Machine
+#@Name: Atmel AT91CAP9STK Development Platform
+#@DESCRIPTION: Machine configuration for the at91cap9stk board with a at91cap9 processor
+
+include conf/machine/include/at91-2.6.38.inc
+include conf/machine/include/at91-lcd.inc
+
+# Has linux config file in OpenEmbedded
+#
+# LINUX26_DEFCONFIG = "at91cap9stk_defconfig"
+
+
+# Supported u-boot machines
+UBOOT_MACHINE = "at91cap9adk_config"
+
+UBOOT_MACHINES = " at91cap9adk "
+
+AT91BOOTSTRAP_BOARD = " at91cap9stk at91cap9stkdf at91cap9stkf "
+
+MACHINE_FEATURES += " usbhost "
+





More information about the Openembedded-commits mailing list