afeb9260: adding machine conf
[vuplus_openembedded] / conf / machine / afeb9260.conf
1 #@TYPE: Machine
2 #@Name: Atmel AT91SAM9260EK Development Platform
3 #@DESCRIPTION: Machine.inciguration for the at91sam9260ek development board with a at91sam9260 processor
4
5 TARGET_ARCH = "arm"
6 #PACKAGE_EXTRA_ARCHS = "armv4t armv5te"
7
8 PREFERRED_PROVIDER_virtual/kernel = "linux"
9 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
10 XSERVER = "xserver-kdrive-fbdev"
11
12 KERNEL_IMAGETYPE = "uImage"
13
14 #don't try to access tty1
15 USE_VT = "0"
16
17 MACHINE_FEATURES = "kernel26 ext2 usbhost usbgadget"
18 EXTRA_IMAGEDEPENDS += "at91bootstrap u-boot"
19
20 # used by sysvinit_2
21 SERIAL_CONSOLE = "115200 ttyS0"
22 IMAGE_FSTYPES ?= "jffs2"
23 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
24
25 require conf/machine/include/tune-arm926ejs.inc
26