From 9f43275b770da93119a616b5ec9722f32e4b69b6 Mon Sep 17 00:00:00 2001 From: Nicolas Ferre Date: Tue, 12 Jun 2007 17:41:02 +0000 Subject: at91sam9263ek: add support for the at91sam9263-ek evaluation board --- conf/machine/at91sam9263ek.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 conf/machine/at91sam9263ek.conf (limited to 'conf') 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 -- cgit v1.2.3