[oe-commits] Ulf Samuelsson : Add support for at91sam9260ek 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: 008eaaef2559e2c5fabae28062983d68d7625aa9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=008eaaef2559e2c5fabae28062983d68d7625aa9

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

Add support for at91sam9260ek booting from dataflashcard

---

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

diff --git a/conf/machine/at91sam9260dfc.conf b/conf/machine/at91sam9260dfc.conf
new file mode 100644
index 0000000..de12f61
--- /dev/null
+++ b/conf/machine/at91sam9260dfc.conf
@@ -0,0 +1,13 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9260EK Development Platform
+#@DESCRIPTION: Machine configuration for the at91sam9260ek development board with a at91sam9260 processor
+#@This configuration will boot from an external dataflashcard.
+
+include conf/machine/include/AT91.inc
+
+# Has no linux config file in OpenEmbedded
+LINUX26_DEFCONFIG = "at91sam9260ek_defconfig"
+UBOOT_MACHINE = "at91sam9260ek_dataflash_cs0_config"
+AT91BOOTSTRAP_BOARD = "at91sam9260dfc"
+
+MACHINE_FEATURES += "usbhost"





More information about the Openembedded-commits mailing list