aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/afeb9260.conf
diff options
context:
space:
mode:
authorSergey Lapin <slapin@ossfans.org>2008-11-29 21:07:47 +0300
committerSergey Lapin <slapin@ossfans.org>2008-11-29 21:38:12 +0300
commit5330c5b321e0277b69ab4c1a6a986b6478098439 (patch)
tree49bd7ff5918381df74c0ac841c3ca2d741f72973 /conf/machine/afeb9260.conf
parent8b8666b8b2bb431c0cc70e5cb5ec9b13d958595d (diff)
downloadopenembedded-5330c5b321e0277b69ab4c1a6a986b6478098439.tar.gz
afeb9260: adding machine conf
Signed-off-by: Sergey Lapin <slapin@ossfans.org>
Diffstat (limited to 'conf/machine/afeb9260.conf')
-rw-r--r--conf/machine/afeb9260.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/conf/machine/afeb9260.conf b/conf/machine/afeb9260.conf
new file mode 100644
index 0000000000..dc85cce102
--- /dev/null
+++ b/conf/machine/afeb9260.conf
@@ -0,0 +1,26 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9260EK Development Platform
+#@DESCRIPTION: Machine.inciguration for the at91sam9260ek development board with a at91sam9260 processor
+
+TARGET_ARCH = "arm"
+#PACKAGE_EXTRA_ARCHS = "armv4t armv5te"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+XSERVER = "xserver-kdrive-fbdev"
+
+KERNEL_IMAGETYPE = "uImage"
+
+#don't try to access tty1
+USE_VT = "0"
+
+MACHINE_FEATURES = "kernel26 ext2 usbhost usbgadget"
+EXTRA_IMAGEDEPENDS += "at91bootstrap u-boot"
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttyS0"
+IMAGE_FSTYPES ?= "jffs2"
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
+
+require conf/machine/include/tune-arm926ejs.inc
+