[oe-commits] Ulf Samuelsson : Update sam9g45/m10 configs to support AT91bootstrap 2. 13-rc3

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


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

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Wed Aug 19 23:11:12 2009 +0200

Update sam9g45/m10 configs to support AT91bootstrap 2.13-rc3

---

 conf/machine/at91sam9g45ek.conf   |   12 ++++++------
 conf/machine/at91sam9g45ekes.conf |    7 +++++--
 conf/machine/at91sam9m10ek.conf   |    7 +++++--
 3 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/conf/machine/at91sam9g45ek.conf b/conf/machine/at91sam9g45ek.conf
index 0735101..53ab626 100644
--- a/conf/machine/at91sam9g45ek.conf
+++ b/conf/machine/at91sam9g45ek.conf
@@ -7,14 +7,14 @@
 include conf/machine/include/AT91-LCD.inc
 
 # Has linux config file in OpenEmbedded
+# Which to use, otherwise?
 # LINUX26_DEFCONFIG = "at91sam9g45ek_defconfig"
-UBOOT_MACHINE = "at91sam9g45ekes_config"
-AT91BOOTSTRAP_BOARD = "at91sam9g45ekes"
-
 # LINUX26_DEFCONFIG = "at91sam9m10g45ek_defconfig"
-# UBOOT_MACHINE = "at91sam9m10g45ek_defconfig"
-# Not sure we have a board?
-# AT91BOOTSTRAP_BOARD = "at91sam9g45???"
+UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_cs0_defconfig"
+
+# 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/at91sam9g45ekes.conf b/conf/machine/at91sam9g45ekes.conf
index c65b661..dce6965 100644
--- a/conf/machine/at91sam9g45ekes.conf
+++ b/conf/machine/at91sam9g45ekes.conf
@@ -7,8 +7,11 @@ include conf/machine/include/AT91-LCD.inc
 
 # Has linux config file in OpenEmbedded, no ekes in linux...
 # LINUX26_DEFCONFIG = "at91sam9g45ek_defconfig"
-UBOOT_MACHINE = "at91sam9g45ekes_config"
-AT91BOOTSTRAP_BOARD = "at91sam9g45ekes"
+UBOOT_MACHINE = "at91sam9g45ekes_dataflash_cs0_config"
+
+# Boot from Dataflash, so we do not have to reprogram
+# At91bootstrap/U-Boot everytime we erase the NAND flash
+AT91BOOTSTRAP_BOARD = "at91sam9g45dfes"
 
 MACHINE_FEATURES += "usbhost"
 
diff --git a/conf/machine/at91sam9m10ek.conf b/conf/machine/at91sam9m10ek.conf
index a2a2b00..d37db6f 100644
--- a/conf/machine/at91sam9m10ek.conf
+++ b/conf/machine/at91sam9m10ek.conf
@@ -7,8 +7,11 @@ include conf/machine/include/AT91-LCD.inc
 
 # Has no linux config file in OpenEmbedded
 LINUX26_DEFCONFIG = "at91sam9m10g45ek_defconfig"
-UBOOT_MACHINE = "at91sam9m10g45ek_config"
-AT91BOOTSTRAP_BOARD = "at91sam9m10g45ek"
+UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_cs0_config"
+
+# Boot from Dataflash, so we do not have to reprogram
+# At91bootstrap/U-Boot everytime we erase the NAND flash
+AT91BOOTSTRAP_BOARD = "at91sam9m10df"
 
 MACHINE_FEATURES += "usbhost"
 





More information about the Openembedded-commits mailing list