mx25-3-stack: add machine's configuration file
authorEric Bénard <eric@eukrea.com>
Wed, 10 Nov 2010 13:17:10 +0000 (14:17 +0100)
committerEric Bénard <eric@eukrea.com>
Wed, 10 Nov 2010 13:19:21 +0000 (14:19 +0100)
this file was forgotten in commit :
50ea5378c92557b609324a962fea56c076783edf

Signed-off-by: Eric Bénard <eric@eukrea.com>
conf/machine/mx25-3stack.conf [new file with mode: 0644]

diff --git a/conf/machine/mx25-3stack.conf b/conf/machine/mx25-3stack.conf
new file mode 100644 (file)
index 0000000..89b12a5
--- /dev/null
@@ -0,0 +1,23 @@
+#@TYPE: Machine
+#@Name: Freescale i.MX25_3stack
+#@DESCRIPTION: Machine configuration for Freescale i.MX25_3stack
+#@Homepage: http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX25PDK&fsrch=1
+
+TARGET_ARCH = "arm"
+
+MACHINE_FEATURES = "kernel26 apm alsa ext2 usbhost usbgadget touchscreen"
+
+GUI_MACHINE_CLASS = "smallscreen"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
+UBOOT_MACHINE="mx25_3stack_config"
+
+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"
+KERNEL_IMAGETYPE = "uImage"
+
+require conf/machine/include/tune-arm926ejs.inc
+
+SERIAL_CONSOLE = "115200 ttymxc0"
+