aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2011-02-21 16:10:22 +0100
committerLeon Woestenberg <leon@sidebranch.com>2011-02-21 16:11:04 +0100
commit9d4875fd723cc3501086631f00ec7ceb47a5b2e6 (patch)
tree11e39dad336304bc953fff40ed630969f5cdba29 /conf
parent78be426591d344ae5c202c5c463bf381bf30308f (diff)
downloadopenembedded-9d4875fd723cc3501086631f00ec7ceb47a5b2e6.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"
+