propagate from branch 'org.openembedded.dev' (head d46c4661bf8a227094ce244e37836233fb...
[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 ppc440e"
10
11 PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
12
13 MACHINE_FEATURES = "kernel26 usbhost"
14
15 #don't try to access tty1
16 USE_VT = "0"
17
18
19 SERIAL_CONSOLE = "115200 ttyS0"
20
21 PREFERRED_VERSION_u-boot = "git"
22 EXTRA_IMAGECMD = "--big-endian"
23 ERASEBLOCK_SIZE = "0x10000"
24 IMAGE_FSTYPES = "jffs2"
25
26 #tune for the AMCC440 cpu
27 require conf/machine/include/tune-ppc440e.inc