From: Marco Cavallini Date: Mon, 22 Mar 2010 09:19:31 +0000 (+0100) Subject: machine/mh355.conf : Added new Microhard MH355 machine based on AT91SAM9263 X-Git-Tag: Release-2010-05/1~339^2~20^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b30f674da19b2b65aa6457dda7c2f395b708df2;p=openembedded.git machine/mh355.conf : Added new Microhard MH355 machine based on AT91SAM9263 --- diff --git a/conf/machine/mh355.conf b/conf/machine/mh355.conf new file mode 100644 index 0000000000..14fe7437dd --- /dev/null +++ b/conf/machine/mh355.conf @@ -0,0 +1,24 @@ +#@TYPE: Machine +#@Name: Microhard MH355 CPU Module based on AT91SAM9263 processor +#@DESCRIPTION: Machine.configuration for the Microhard board with MH355 module +#@MAINTAINER: Marco Cavallini + +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_PROVIDER_xserver = "xserver-xorg" + +KERNEL_IMAGETYPE = "uImage" + +#don't try to access tty1 +USE_VT = "0" + +MACHINE_FEATURES = "kernel26 ext2 usbhost usbgadget screen touchscreen" + +# 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 +