From 65d4849fc3a57372e262b7f6b9cf9ce633a5ce06 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 31 May 2007 19:33:58 +0000 Subject: at32stk1000.conf, atngw100.conf: add skeleton machine descriptions for the atmel avr32 boards * missing: kernel defconfigs and uclibc configs --- conf/machine/at32stk1000.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 conf/machine/at32stk1000.conf (limited to 'conf/machine/at32stk1000.conf') diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf new file mode 100644 index 0000000000..faa4785fb4 --- /dev/null +++ b/conf/machine/at32stk1000.conf @@ -0,0 +1,21 @@ +#@TYPE: Machine +#@Name: Atmel STK1000 AVR32AP7000 Development Platform +#@DESCRIPTION: Atmel STK1000 AVR32AP7000 Development Platform + + +TARGET_ARCH = "avr32" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + +#don't try to access tty1 +USE_VT = "0" + +MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget screen" + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200" + +# used by some images +ROOT_FLASH_SIZE = "8" +EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" -- cgit 1.2.3-korg