merge of '2de318fc2a95854259cdc31038f89dae83fb0121'
[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 = "ppc440e"
10
11 PREFERRED_PROVIDER_virtual/kernel = "linux"
12 KERNEL_IMAGETYPE = "uImage"
13
14 MACHINE_FEATURES = "kernel26 usbhost"
15
16 PREFERRED_VERSION_u-boot = "1.3.2"
17 UBOOT_MACHINE = "sequoia_config"
18 UBOOT_ENTRYPOINT = "0"
19 UBOOT_LOADADDRESS = "0"
20
21
22
23 #don't try to access tty1
24 USE_VT = "0"
25 SERIAL_CONSOLE = "115200 ttyS0"
26
27 EXTRA_IMAGECMD = "--big-endian"
28 ERASEBLOCK_SIZE = "0x10000"
29 IMAGE_FSTYPES = "jffs2"
30
31 #tune for the AMCC440 cpu
32 require conf/machine/include/tune-ppc440e.inc