[oe-commits] Ulf Samuelsson : Add at91sam9g45df (dataflash-boot) and at91sam9nf ( nandflash-boot) boards

git version control git at git.openembedded.org
Sat Aug 22 14:56:03 UTC 2009


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

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Sat Aug 22 16:09:59 2009 +0200

Add at91sam9g45df (dataflash-boot) and at91sam9nf (nandflash-boot) boards

---

 conf/machine/at91sam9g45df.conf |   20 ++++++++++++++++++++
 conf/machine/at91sam9g45nf.conf |   20 ++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/conf/machine/at91sam9g45df.conf b/conf/machine/at91sam9g45df.conf
new file mode 100644
index 0000000..037ecbc
--- /dev/null
+++ b/conf/machine/at91sam9g45df.conf
@@ -0,0 +1,20 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9G45EK Development Platform
+#@DESCRIPTION: Machine configuration for the at91sam9g45ek development board with a at91sam9g45-ES processor
+# Once a at91sam9g45ek development board with a production at91sam9g45 processor
+# is available we should change the recipe to use the at91sam9m10g45ek_defconfig
+
+include conf/machine/include/AT91-LCD.inc
+
+# Has linux config file in OpenEmbedded
+# Which to use, otherwise?
+# LINUX26_DEFCONFIG = "at91sam9g45ek_defconfig"
+# LINUX26_DEFCONFIG = "at91sam9m10g45ek_defconfig"
+UBOOT_MACHINE = "at91sam9g45ek_dataflash_cs0_config"
+
+# Boot from Dataflash, so we do not have to reprogram
+# At91bootstrap/U-Boot everytime we erase the NAND flash
+AT91BOOTSTRAP_BOARD = "at91sam9g45df"
+
+MACHINE_FEATURES += "usbhost"
+
diff --git a/conf/machine/at91sam9g45nf.conf b/conf/machine/at91sam9g45nf.conf
new file mode 100644
index 0000000..1e1fcf5
--- /dev/null
+++ b/conf/machine/at91sam9g45nf.conf
@@ -0,0 +1,20 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9G45EK Development Platform
+#@DESCRIPTION: Machine configuration for the at91sam9g45ek development board with a at91sam9g45-ES processor
+# Once a at91sam9g45ek development board with a production at91sam9g45 processor
+# is available we should change the recipe to use the at91sam9m10g45ek_defconfig
+
+include conf/machine/include/AT91-LCD.inc
+
+# Has linux config file in OpenEmbedded
+# Which to use, otherwise?
+# LINUX26_DEFCONFIG = "at91sam9g45ek_defconfig"
+# LINUX26_DEFCONFIG = "at91sam9m10g45ek_defconfig"
+UBOOT_MACHINE = "at91sam9g45ek_nandflash_config"
+
+# Boot from Dataflash, so we do not have to reprogram
+# At91bootstrap/U-Boot everytime we erase the NAND flash
+AT91BOOTSTRAP_BOARD = "at91sam9g45nf"
+
+MACHINE_FEATURES += "usbhost"
+





More information about the Openembedded-commits mailing list