merge of '572dfaf913dc3e0c5b872fdfe7e4ac14510dc15f'
[vuplus_openembedded] / conf / machine / sequoia.conf
1 # Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
2 # Released under the MIT license (see packages/COPYING)
3 #@TYPE: Machine
4 #@Name: AMCC Sequoia Development Platform
5 #@DESCRIPTION: Machine configuration for the AMCC Sequoia development platform http://www.amcc.com/Embedded/Downloads/440EPx/
6
7
8 TARGET_ARCH = "powerpc"
9 PACKAGE_EXTRA_ARCHS = "all  ${MACHINE} ppc ppc440"
10
11 PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
12
13 MACHINE_FEATURES = "kernel26 usbhost"
14 MACHINE_TASK_PROVIDER = "task-base"
15
16 #don't try to access tty1
17 USE_VT = "0"
18
19
20 SERIAL_CONSOLE = "115200 ttyS0"
21
22 PREFERRED_VERSION_u-boot = "git"
23 EXTRA_IMAGECMD = "--big-endian"
24 ERASEBLOCK_SIZE = "0x10000"
25 IMAGE_FSTYPES = "jffs2"
26
27 #tune for the AMCC440 cpu
28 require conf/machine/include/tune-ppc440.conf