[oe-commits] Ulf Samuelsson : Cleanup machine configurations

git version control git at git.openembedded.org
Wed Aug 12 23:07:58 UTC 2009


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

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Thu Aug 13 00:57:14 2009 +0200

Cleanup machine configurations

---

 conf/machine/at91sam9260df.conf  |    4 ++--
 conf/machine/at91sam9260dfc.conf |    4 ++--
 conf/machine/at91sam9260ek.conf  |    4 ++--
 conf/machine/at91sam9260nf.conf  |    4 ++--
 conf/machine/at91sam9261df.conf  |   14 ++++++++++++++
 conf/machine/at91sam9261ek.conf  |    4 ++--
 conf/machine/at91sam9263dfc.conf |   13 +++++++++++++
 conf/machine/at91sam9263ek.conf  |    4 ++--
 conf/machine/at91sam9g10df.conf  |   14 ++++++++++++++
 conf/machine/at91sam9g10nf.conf  |   14 ++++++++++++++
 conf/machine/at91sam9xedfc.conf  |   13 +++++++++++++
 11 files changed, 80 insertions(+), 12 deletions(-)

diff --git a/conf/machine/at91sam9260df.conf b/conf/machine/at91sam9260df.conf
index 42938ab..ebb88bf 100644
--- a/conf/machine/at91sam9260df.conf
+++ b/conf/machine/at91sam9260df.conf
@@ -5,8 +5,8 @@
 
 include conf/machine/include/AT91.inc
 
-# Has no linux config file in OpenEmbedded
-LINUX26_DEFCONFIG = "at91sam9260ek_defconfig"
+# Has linux config file in OpenEmbedded
+# LINUX26_DEFCONFIG = "at91sam9260ek_defconfig"
 UBOOT_MACHINE = "at91sam9260ek_dataflash_cs1_config"
 AT91BOOTSTRAP_BOARD = "at91sam9260df"
 
diff --git a/conf/machine/at91sam9260dfc.conf b/conf/machine/at91sam9260dfc.conf
index de12f61..ab6ab56 100644
--- a/conf/machine/at91sam9260dfc.conf
+++ b/conf/machine/at91sam9260dfc.conf
@@ -5,8 +5,8 @@
 
 include conf/machine/include/AT91.inc
 
-# Has no linux config file in OpenEmbedded
-LINUX26_DEFCONFIG = "at91sam9260ek_defconfig"
+# Has linux config file in OpenEmbedded
+# LINUX26_DEFCONFIG = "at91sam9260ek_defconfig"
 UBOOT_MACHINE = "at91sam9260ek_dataflash_cs0_config"
 AT91BOOTSTRAP_BOARD = "at91sam9260dfc"
 
diff --git a/conf/machine/at91sam9260ek.conf b/conf/machine/at91sam9260ek.conf
index 6cf9cc9..c112f59 100644
--- a/conf/machine/at91sam9260ek.conf
+++ b/conf/machine/at91sam9260ek.conf
@@ -5,8 +5,8 @@
 
 include conf/machine/include/AT91.inc
 
-# Has no linux config file in OpenEmbedded
-LINUX26_DEFCONFIG = "at91sam9260ek_defconfig"
+# Has linux config file in OpenEmbedded
+# LINUX26_DEFCONFIG = "at91sam9260ek_defconfig"
 UBOOT_MACHINE = "at91sam9260ek_config"
 AT91BOOTSTRAP_BOARD = "at91sam9260ek"
 
diff --git a/conf/machine/at91sam9260nf.conf b/conf/machine/at91sam9260nf.conf
index 593d7e6..438f441 100644
--- a/conf/machine/at91sam9260nf.conf
+++ b/conf/machine/at91sam9260nf.conf
@@ -5,8 +5,8 @@
 
 include conf/machine/include/AT91.inc
 
-# Has no linux config file in OpenEmbedded
-LINUX26_DEFCONFIG = "at91sam9260ek_defconfig"
+# Has linux config file in OpenEmbedded
+# LINUX26_DEFCONFIG = "at91sam9260ek_defconfig"
 UBOOT_MACHINE = "at91sam9260ek_nandflash_config"
 AT91BOOTSTRAP_BOARD = "at91sam9260nf"
 
diff --git a/conf/machine/at91sam9261df.conf b/conf/machine/at91sam9261df.conf
new file mode 100644
index 0000000..fc8952a
--- /dev/null
+++ b/conf/machine/at91sam9261df.conf
@@ -0,0 +1,14 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9261EK Development Platform
+#@DESCRIPTION: Machine configuration for the at91sam9261ek development board with a at91sam9261 processor
+
+
+include conf/machine/include/AT91-LCD.inc
+
+# Has linux config file in OpenEmbedded
+# LINUX26_DEFCONFIG = "at91sam9261ek_defconfig"
+UBOOT_MACHINE = "at91sam9261ek_dataflash_cs0_config"
+AT91BOOTSTRAP_BOARD = "at91sam9261df"
+
+MACHINE_FEATURES += "usbhost"
+
diff --git a/conf/machine/at91sam9261ek.conf b/conf/machine/at91sam9261ek.conf
index fd7ef87..dee2206 100644
--- a/conf/machine/at91sam9261ek.conf
+++ b/conf/machine/at91sam9261ek.conf
@@ -5,8 +5,8 @@
 
 include conf/machine/include/AT91-LCD.inc
 
-# Has no linux config file in OpenEmbedded
-LINUX26_DEFCONFIG = "at91sam9261ek_defconfig"
+# Has linux config file in OpenEmbedded
+# LINUX26_DEFCONFIG = "at91sam9261ek_defconfig"
 UBOOT_MACHINE = "at91sam9261ek_config"
 AT91BOOTSTRAP_BOARD = "at91sam9261ek"
 
diff --git a/conf/machine/at91sam9263dfc.conf b/conf/machine/at91sam9263dfc.conf
new file mode 100644
index 0000000..3acf52f
--- /dev/null
+++ b/conf/machine/at91sam9263dfc.conf
@@ -0,0 +1,13 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9263EK Development Platform
+#@DESCRIPTION: Machine configuration for the at91sam9263ek development board with a at91sam9263 processor
+
+
+include conf/machine/include/AT91-LCD.inc
+
+# Has linux config file in OpenEmbedded
+# LINUX26_DEFCONFIG = "at91sam9263ek_defconfig"
+UBOOT_MACHINE = "at91sam9263ek_dataflash_cs0_config"
+AT91BOOTSTRAP_BOARD = "at91sam9263dfc"
+
+MACHINE_FEATURES += "usbhost"
diff --git a/conf/machine/at91sam9263ek.conf b/conf/machine/at91sam9263ek.conf
index 87bf1e3..ef07360 100644
--- a/conf/machine/at91sam9263ek.conf
+++ b/conf/machine/at91sam9263ek.conf
@@ -5,8 +5,8 @@
 
 include conf/machine/include/AT91-LCD.inc
 
-# Has no linux config file in OpenEmbedded
-LINUX26_DEFCONFIG = "at91sam9263ek_defconfig"
+# Has linux config file in OpenEmbedded
+# LINUX26_DEFCONFIG = "at91sam9263ek_defconfig"
 UBOOT_MACHINE = "at91sam9263ek_config"
 AT91BOOTSTRAP_BOARD = "at91sam9263ek"
 
diff --git a/conf/machine/at91sam9g10df.conf b/conf/machine/at91sam9g10df.conf
new file mode 100644
index 0000000..6f0a78a
--- /dev/null
+++ b/conf/machine/at91sam9g10df.conf
@@ -0,0 +1,14 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9G10EK Development Platform
+#@DESCRIPTION: Machine configuration for the at91sam9g10ek development board with a at91sam9g10 processor
+#@This configuration will boot from the internal dataflash
+
+include conf/machine/include/AT91-LCD.inc
+
+# Has linux config file in OpenEmbedded
+# LINUX26_DEFCONFIG = "at91sam9g10ek_defconfig"
+UBOOT_MACHINE = "at91sam9g10ek_dataflash_cs0_config"
+AT91BOOTSTRAP_BOARD = "at91sam9g10df"
+
+MACHINE_FEATURES += "usbhost"
+
diff --git a/conf/machine/at91sam9g10nf.conf b/conf/machine/at91sam9g10nf.conf
new file mode 100644
index 0000000..f8fc13a
--- /dev/null
+++ b/conf/machine/at91sam9g10nf.conf
@@ -0,0 +1,14 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9G10EK Development Platform
+#@DESCRIPTION: Machine configuration for the at91sam9g10ek development board with a at91sam9g10 processor
+#@This configuration will boot from NAND Flash
+
+include conf/machine/include/AT91-LCD.inc
+
+# Has linux config file in OpenEmbedded
+# LINUX26_DEFCONFIG = "at91sam9g10ek_defconfig"
+UBOOT_MACHINE = "at91sam9g10ek_nandflash_config"
+AT91BOOTSTRAP_BOARD = "at91sam9g10nf"
+
+MACHINE_FEATURES += "usbhost"
+
diff --git a/conf/machine/at91sam9xedfc.conf b/conf/machine/at91sam9xedfc.conf
new file mode 100644
index 0000000..3b2f7f7
--- /dev/null
+++ b/conf/machine/at91sam9xedfc.conf
@@ -0,0 +1,13 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9XEEK Development Platform
+#@DESCRIPTION: Machine configuration for the at91sam9xeek development board with a at91sam9xe processor
+#@This configuration will boot from an external dataflashcard.
+
+include conf/machine/include/AT91.inc
+
+# Has linux config file in OpenEmbedded
+# LINUX26_DEFCONFIG = "at91sam9xeek_defconfig"
+UBOOT_MACHINE = "at91sam9xeek_dataflash_cs0_config"
+AT91BOOTSTRAP_BOARD = "at91sam9xedfc"
+
+MACHINE_FEATURES += "usbhost"





More information about the Openembedded-commits mailing list