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