Add support for at91cap9adk development board with a at91cap9500 processor
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Fri, 13 Mar 2009 19:43:30 +0000 (20:43 +0100)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 6 Apr 2009 08:02:18 +0000 (10:02 +0200)
conf/machine/at91cap9adk.conf [new file with mode: 0644]

diff --git a/conf/machine/at91cap9adk.conf b/conf/machine/at91cap9adk.conf
new file mode 100644 (file)
index 0000000..3512d19
--- /dev/null
@@ -0,0 +1,27 @@
+#@TYPE: Machine
+#@Name: Atmel AT91CAP9ADK Development Platform
+#@DESCRIPTION: Machine configuration for the at91cap9adk development board with a at91cap9500 processor
+
+TARGET_ARCH = "arm"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_VERSION_linux = "2.6.28"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+
+KERNEL_IMAGETYPE = "uImage"
+PREFERRED_VERSION_u-boot = "2009.01"
+UBOOT_MACHINE = "at91cap9adk_config"
+
+#don't try to access tty1
+USE_VT = "0"
+
+MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget screen touchscreen"
+EXTRA_IMAGEDEPENDS += "u-boot"
+#EXTRA_IMAGEDEPENDS += "at91bootstrap"
+
+# 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