[oe-commits] Ulf Samuelsson : Add support for at91sam9g20ek booting from dataflashcard

git version control git at git.openembedded.org
Wed Aug 12 13:45:12 UTC 2009


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

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Wed Aug 12 15:41:58 2009 +0200

Add support for at91sam9g20ek booting from dataflashcard

---

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

diff --git a/conf/machine/at91sam9g20dfc.conf b/conf/machine/at91sam9g20dfc.conf
new file mode 100644
index 0000000..b716420
--- /dev/null
+++ b/conf/machine/at91sam9g20dfc.conf
@@ -0,0 +1,16 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9G20EK Development Platform
+#@DESCRIPTION: Machine configuration for the at91sam9g20ek development board with a at91sam9g20 processor
+#@This configuration will boot from an external dataflashcard.
+
+include conf/machine/include/AT91.inc
+
+# Has linux config file in OpenEmbedded
+# LINUX26_DEFCONFIG = "at91sam9g20ek_defconfig"
+UBOOT_MACHINE = "at91sam9g20ek_dataflash_cs0_config"
+AT91BOOTSTRAP_BOARD = "at91sam9g20dfc"
+
+MACHINE_FEATURES += "usbhost"
+
+
+





More information about the Openembedded-commits mailing list