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