From 9f7e313d9136d588e399422d556f458ba1772912 Mon Sep 17 00:00:00 2001 From: Nicolas Ferre Date: Mon, 11 Jan 2010 03:06:44 +0000 Subject: Update of ATMEL board configuration files Correction of at91sam9260ek and at91sam9g20ek configuration files: Xserver is not needed. At91sam9rlek configuration file: no usbhost. Adding of two new boards: at91sam9g10ek and at91sam9g45ekes. "es" stands for Engineering Sample and correspond to the marking that is on the board. Signed-off-by: Nicolas Ferre Signed-off-by: Khem Raj --- conf/machine/at91sam9g10ek.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 conf/machine/at91sam9g10ek.conf (limited to 'conf/machine/at91sam9g10ek.conf') diff --git a/conf/machine/at91sam9g10ek.conf b/conf/machine/at91sam9g10ek.conf new file mode 100644 index 0000000000..9f41fd9b11 --- /dev/null +++ b/conf/machine/at91sam9g10ek.conf @@ -0,0 +1,23 @@ +#@TYPE: Machine +#@Name: Atmel AT91SAM9G10EK Development Platform +#@DESCRIPTION: Machine configuration for the at91sam9g10ek development board with a at91sam9g10 processor + +TARGET_ARCH = "arm" +#PACKAGE_EXTRA_ARCHS = "armv4t armv5te" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + +KERNEL_IMAGETYPE = "uImage" + +#don't try to access tty1 +USE_VT = "0" + +MACHINE_FEATURES = "kernel26 alsa 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 -- cgit 1.2.3-korg