aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2011-02-21 16:10:22 +0100
committerSteffen Sledz <sledz@dresearch.de>2011-02-25 08:48:50 +0100
commit1e866e3af0fa543145a532009f949bf34174e5d8 (patch)
tree11e39dad336304bc953fff40ed630969f5cdba29 /conf
parent7d43644e5285df3142f9f9d5a2f044c9e4ccc605 (diff)
downloadopenembedded-1e866e3af0fa543145a532009f949bf34174e5d8.tar.gz
ronetix-pm9g45: Added new machine, with kernel 2.6.30.
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ronetix-pm9g45.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/machine/ronetix-pm9g45.conf b/conf/machine/ronetix-pm9g45.conf
new file mode 100644
index 0000000000..766fe91ca6
--- /dev/null
+++ b/conf/machine/ronetix-pm9g45.conf
@@ -0,0 +1,22 @@
+#@TYPE: Machine
+#@Name: Ronetix SAM9G45
+#@DESCRIPTION: Machine configuration for Ronetix module with AT91SAM9G45 processor
+
+include conf/machine/include/at91-2.6.30.inc
+include conf/machine/include/at91-lcd.inc
+
+#PREFERRED_VERSION_linux = "2.6.30"
+
+# Has linux config file in OpenEmbedded
+#
+LINUX26_DEFCONFIG = "at91sam9g45ek_defconfig"
+
+# Supported u-boot machines
+UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_cs0_config"
+#UBOOT_MACHINE = "icnova_arm9sodimm_config"
+UBOOT_ENTRYPOINT = "0x70008000"
+
+AT91BOOTSTRAP_BOARD = "at91sam9g45df at91sam9g45ek at91sam9g45nf"
+
+MACHINE_FEATURES += "usbhost"
+