aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/atngw100.conf
blob: f82d446d688344351e29c766ed0dc632dad2003b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#@TYPE: Machine
#@Name: Atmel ATNGW100 AVR32AP7000 Network Gateway Kit 
#@DESCRIPTION: Atmel ATNGW100 Network Gateway Kit

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 usbgadget"

# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttyS0"

# used by some images
IMAGE_FSTYPES ?= "tar.bz2 jffs2"
ROOT_FLASH_SIZE = "8"
EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536"

KERNEL_IMAGETYPE = "uImage"
PREFERRED_VERSION_u-boot = "2009.01"

UBOOT_MACHINE = "atngw100_config"
UBOOT_ENTRYPOINT = "0x90000000"
UBOOT_LOADADDRESS = "0x10000000"

require conf/machine/include/tune-at32ap7000.inc