diff options
author | Alan Carvalho de Assis <acassis@gmail.com> | 2009-06-18 09:19:52 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-06-22 21:58:07 +0200 |
commit | 0526f707372416898c5848e2219b85110666ecbf (patch) | |
tree | 4a3fe5228adbb14c237a6fd6a7278e679622e5b7 /conf/machine/mx27ads.conf | |
parent | ad42bf9065928b2902d7d9534709d3ccea7ec956 (diff) |
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.conf | 19 |
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" |