at91sam9263ek: add support for the at91sam9263-ek evaluation board
authorNicolas Ferre <nicolasfr@gmail.com>
Tue, 12 Jun 2007 17:41:02 +0000 (17:41 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 12 Jun 2007 17:41:02 +0000 (17:41 +0000)
conf/machine/at91sam9263ek.conf [new file with mode: 0644]

diff --git a/conf/machine/at91sam9263ek.conf b/conf/machine/at91sam9263ek.conf
new file mode 100644 (file)
index 0000000..fe0df53
--- /dev/null
@@ -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