summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorNicolas Ferre <nicolasfr@gmail.com>2007-06-12 17:41:02 +0000
committerKoen Kooi <koen@openembedded.org>2007-06-12 17:41:02 +0000
commit9f43275b770da93119a616b5ec9722f32e4b69b6 (patch)
treea0c2a788bf845e2661c455a1cae59d3b3686c554 /conf
parentd783b292e368524a360b6e986c122b13e99b85c0 (diff)
at91sam9263ek: add support for the at91sam9263-ek evaluation board
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/at91sam9263ek.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/at91sam9263ek.conf b/conf/machine/at91sam9263ek.conf
new file mode 100644
index 0000000000..fe0df53cc5
--- /dev/null
+++ b/conf/machine/at91sam9263ek.conf
@@ -0,0 +1,19 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9263EK Development Platform
+#@DESCRIPTION: Machine configuration for the at91sam9263ek development board with a at91sam9263 processor
+
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4t armv5te"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+
+#don't try to access tty1
+USE_VT = "0"
+
+MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget screen"
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttyS0"
+
+require conf/machine/include/tune-arm926ejs.conf