summaryrefslogtreecommitdiff
path: root/conf/machine/at91sam9261ek.conf
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2007-09-06 18:38:51 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2007-09-06 18:38:51 +0000
commita7589dab7b4c398d55f348d9268923443c682865 (patch)
treea25c027f7e0b057404d1be1de1c803ce85adaf66 /conf/machine/at91sam9261ek.conf
parentc9c254484253372aa618c49ac06be459089e96d9 (diff)
parentd39ad541854182c47c70071aa6c883ba3480b994 (diff)
merge of 'b90c6e333490c73f6f5aae24f3e0898b87bef4df'
and 'f42f34d21e079ddd26f790b8cfe615ab71d489cd'
Diffstat (limited to 'conf/machine/at91sam9261ek.conf')
-rw-r--r--conf/machine/at91sam9261ek.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/at91sam9261ek.conf b/conf/machine/at91sam9261ek.conf
new file mode 100644
index 0000000000..489575cd2b
--- /dev/null
+++ b/conf/machine/at91sam9261ek.conf
@@ -0,0 +1,20 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9261EK Development Platform
+#@DESCRIPTION: Machine configuration for the at91sam9261ek development board with a at91sam9261 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 alsa ext2 usbhost usbgadget screen touchscreen"
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttyS0"
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
+
+require conf/machine/include/tune-arm926ejs.conf