aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/at91sam9g45ek.conf
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2010-01-15 20:43:16 +0100
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2010-01-15 20:43:16 +0100
commit9e6dafe9e3fb2707a10e2416ade1a86cd942b2a3 (patch)
tree3cb69db0ee80b8c76ee7f57f0c90ed170afe91b7 /conf/machine/at91sam9g45ek.conf
parent71e458d4256f4041cc10d085e5a53c0934dc2bb1 (diff)
downloadopenembedded-9e6dafe9e3fb2707a10e2416ade1a86cd942b2a3.tar.gz
Add support for AT91SAM9G45EK (SAM9M10G45EK with AT91SAM9G45 chip)
Split up into three files to allow easier maintenance of AT91 boards. machine/<board>.conf machine/include/AT91.inc machine/include/AT91-LCD.inc A machine with an LCD controller would normally include "AT91-LCD.inc" A machine without an LCD controller would include "AT91.inc" Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com> ---
Diffstat (limited to 'conf/machine/at91sam9g45ek.conf')
-rw-r--r--conf/machine/at91sam9g45ek.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/conf/machine/at91sam9g45ek.conf b/conf/machine/at91sam9g45ek.conf
new file mode 100644
index 0000000000..98fd7113c0
--- /dev/null
+++ b/conf/machine/at91sam9g45ek.conf
@@ -0,0 +1,29 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9G45EK Development Platform
+#@DESCRIPTION: Machine configuration for the at91sam9g45ek development board with a at91sam9g45-ES2 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
+#
+# LINUX26_DEFCONFIG = "at91sam9g45ek_defconfig"
+# LINUX26_DEFCONFIG = "at91sam9m10g45ek_defconfig"
+
+# Supported u-boot machines
+#UBOOT_MACHINE = "at91sam9m10g45ek_nandflash_config"
+#UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_config"
+UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_cs0_config"
+#UBOOT_MACHINE = "at91sam9m10g45ek_config"
+#UBOOT_MACHINE = "at91sam9g45ekes_nandflash_config"
+#UBOOT_MACHINE = "at91sam9g45ekes_dataflash_config"
+#UBOOT_MACHINE = "at91sam9g45ekes_dataflash_cs0_config"
+#UBOOT_MACHINE = "at91sam9g45ekes_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"
+