This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@TYPE: Machine |
| 2 |
#@Name: Atmel STK1000 AVR32AP7000 Development Platform |
| 3 |
#@DESCRIPTION: Atmel STK1000 AVR32AP7000 Development Platform |
| 4 |
|
| 5 |
TARGET_ARCH = "avr32" |
| 6 |
|
| 7 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 8 |
PREFERRED_VERSION_linux = "2.6.28" |
| 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 ttyS0" |
| 18 |
|
| 19 |
# used by some images |
| 20 |
IMAGE_FSTYPES ?= "tar.bz2 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 = "2009.01" |
| 26 |
|
| 27 |
UBOOT_MACHINE = "atstk1002_config" |
| 28 |
UBOOT_ENTRYPOINT = "0x90000000" |
| 29 |
UBOOT_LOADADDRESS = "0x10000000" |
| 30 |
|
| 31 |
require conf/machine/include/tune-at32ap7000.inc |