From 1b30f674da19b2b65aa6457dda7c2f395b708df2 Mon Sep 17 00:00:00 2001 From: Marco Cavallini Date: Mon, 22 Mar 2010 10:19:31 +0100 Subject: [PATCH] machine/mh355.conf : Added new Microhard MH355 machine based on AT91SAM9263 --- conf/machine/mh355.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 conf/machine/mh355.conf 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 + -- 2.39.2