aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/mx27ads.conf
diff options
context:
space:
mode:
authorAlan Carvalho de Assis <acassis@gmail.com>2009-06-18 09:19:52 +0000
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-06-22 21:58:07 +0200
commit0526f707372416898c5848e2219b85110666ecbf (patch)
tree4a3fe5228adbb14c237a6fd6a7278e679622e5b7 /conf/machine/mx27ads.conf
parentad42bf9065928b2902d7d9534709d3ccea7ec956 (diff)
downloadopenembedded-0526f707372416898c5848e2219b85110666ecbf.tar.gz
Add basic support for i.MX27ADS board
This patch adds basic support on OpenEmbedded for i.MX27ADS board. It uses the mainline kernel instead Freescale one. The mainline doesn't have support for USB, Camera, etc. Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'conf/machine/mx27ads.conf')
-rw-r--r--conf/machine/mx27ads.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/mx27ads.conf b/conf/machine/mx27ads.conf
new file mode 100644
index 0000000000..d7e8782a50
--- /dev/null
+++ b/conf/machine/mx27ads.conf
@@ -0,0 +1,19 @@
+#@TYPE: Machine
+#@Name: Freescale MX27ADS
+#@DESCRIPTION: Machine configuration for Freescale MX27ADS
+
+TARGET_ARCH = "arm"
+
+MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget"
+
+GUI_MACHINE_CLASS = "smallscreen"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+
+require conf/machine/include/tune-arm926ejs.inc
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttymxc0"
+
+# used by opie-collections.inc
+ROOT_FLASH_SIZE = "32"