aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicu Pavel <npavel@mini-box.com>2011-09-15 12:12:11 +0300
committerPaul Menzel <paulepanter@users.sourceforge.net>2011-09-23 12:16:55 +0200
commit5477979116e2c93658d827344b6e1aa1c30dfeab (patch)
treef0147c6e5ed0875d9a8ef77c190f6ba84b7dc035
parentff3282af4844af0b72a6c1a069fc48ad87848830 (diff)
downloadopenembedded-5477979116e2c93658d827344b6e1aa1c30dfeab.tar.gz
Add machine configuration for picoSAM9G45 board[1].
More information about this board and software support can be found at [2]. 1. http://www.mini-box.com/pico-SAM9G45-X 2. http://arm.mini-box.com/index.php?title=Main_Page Signed-off-by: Nicu Pavel <npavel@mini-box.com> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r--conf/machine/picosam9.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/picosam9.conf b/conf/machine/picosam9.conf
new file mode 100644
index 0000000000..8e727003e5
--- /dev/null
+++ b/conf/machine/picosam9.conf
@@ -0,0 +1,17 @@
+#@TYPE: Machine
+#@Name: pico-SAM9G45 (http://www.mini-box.com/pico-SAM9G45-X)
+#@DESCRIPTION: Machine configuration for the picoSAM9G45 board with a at91sam9g45 processor
+
+# More information can be found here:
+# http://arm.mini-box.com/index.php?title=Compiling_Angstrom_for_pico-SAM9G45
+# Images tested: base-image and x11-image
+
+TARGET_ARCH = "arm"
+
+PREFERRED_PROVIDER_virtual/kernel = "picosam9"
+
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+
+MACHINE_FEATURES += "usbhost kernel26 apm vfat screen touchscreen ethernet wifi bluetooth"
+
+require conf/machine/include/tune-arm926ejs.inc