From: Nicolas Ferre Date: Tue, 12 Jun 2007 17:41:02 +0000 (+0000) Subject: at91sam9263ek: add support for the at91sam9263-ek evaluation board X-Git-Tag: Release-2010-05/1~8868^2~397 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f43275b770da93119a616b5ec9722f32e4b69b6;p=openembedded.git at91sam9263ek: add support for the at91sam9263-ek evaluation board --- diff --git a/conf/machine/at91sam9263ek.conf b/conf/machine/at91sam9263ek.conf new file mode 100644 index 0000000000..fe0df53cc5 --- /dev/null +++ b/conf/machine/at91sam9263ek.conf @@ -0,0 +1,19 @@ +#@TYPE: Machine +#@Name: Atmel AT91SAM9263EK Development Platform +#@DESCRIPTION: Machine configuration for the at91sam9263ek development board with a at91sam9263 processor + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4t armv5te" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + +#don't try to access tty1 +USE_VT = "0" + +MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget screen" + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyS0" + +require conf/machine/include/tune-arm926ejs.conf