From: Ulf Samuelsson Date: Fri, 13 Mar 2009 19:44:02 +0000 (+0100) Subject: Add support for AT91SAM9G20EK X-Git-Tag: Release-2010-05/1~3789^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0289d87d39d3b77c70c948a248d94f565ee71029;p=openembedded.git Add support for AT91SAM9G20EK --- diff --git a/conf/machine/at91sam9g20ek.conf b/conf/machine/at91sam9g20ek.conf new file mode 100644 index 0000000000..8a56e3b498 --- /dev/null +++ b/conf/machine/at91sam9g20ek.conf @@ -0,0 +1,27 @@ +#@TYPE: Machine +#@Name: Atmel AT91SAM9G20EK Development Platform +#@DESCRIPTION: Machine configuration for the at91sam9g20ek development board with a at91sam9g20 processor + +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_VERSION_linux = "2.6.28" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + +KERNEL_IMAGETYPE = "uImage" +PREFERRED_VERSION_u-boot = "2009.01" +UBOOT_MACHINE = "at92sam9g20ek_config" + +#don't try to access tty1 +USE_VT = "0" + +MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget" +#EXTRA_IMAGEDEPENDS += "u-boot" +#EXTRA_IMAGEDEPENDS += "at91bootstrap" + +# 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