[oe-commits] Ulf Samuelsson : Add support for at91sam9260ek booting from internal dataflash

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


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

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

Add support for at91sam9260ek booting from internal dataflash

---

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

diff --git a/conf/machine/at91sam9260df.conf b/conf/machine/at91sam9260df.conf
new file mode 100644
index 0000000..42938ab
--- /dev/null
+++ b/conf/machine/at91sam9260df.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 the internal dataflash
+
+include conf/machine/include/AT91.inc
+
+# Has no linux config file in OpenEmbedded
+LINUX26_DEFCONFIG = "at91sam9260ek_defconfig"
+UBOOT_MACHINE = "at91sam9260ek_dataflash_cs1_config"
+AT91BOOTSTRAP_BOARD = "at91sam9260df"
+
+MACHINE_FEATURES += "usbhost"





More information about the Openembedded-commits mailing list