merge of '1458e9ca6c6d9b78bff4114c4a3b09c7aa6b7a8e'
[vuplus_openembedded] / conf / machine / at32stk1000.conf
1 #@TYPE: Machine
2 #@Name: Atmel STK1000 AVR32AP7000 Development Platform
3 #@DESCRIPTION: Atmel STK1000 AVR32AP7000 Development Platform
4
5
6 TARGET_ARCH = "avr32"
7
8 PREFERRED_PROVIDER_virtual/kernel = "linux"
9 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
10
11 #don't try to access tty1
12 USE_VT = "0"
13
14 MACHINE_FEATURES = "kernel26 alsa ext2 usbgadget touchscreen screen"
15
16 # used by sysvinit_2
17 SERIAL_CONSOLE = "115200"
18
19 # used by some images
20 IMAGE_FSTYPES ?= "jffs2"
21 ROOT_FLASH_SIZE = "8"
22 EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536"
23
24 KERNEL_IMAGETYPE = "uImage"
25 PREFERRED_VERSION_u-boot = "1.1.4"
26
27 UBOOT_ENTRYPOINT = "0x90000000"
28 UBOOT_LOADADDRESS = "0x10000000"
29
30