1
# Copyright (C) 2008, Leon Woestenberg, Sidebranch, All Rights Reserved
2
# Released under the MIT license (see packages/COPYING)
3
#@TYPE: Machine
4
#@Name: AMCC Canyonlands Development Platform
5
#@DESCRIPTION: Machine configuration for the AMCC Canyonlands development platform http://www.amcc.com/Embedded/Downloads/460EX/
6
7
8
TARGET_ARCH = "powerpc"
9
10
PREFERRED_PROVIDER_virtual/kernel = "linux"
11
PREFERRED_VERSION_linux = "2.6.26"
12
KERNEL_IMAGETYPE = "uImage"
13
14
MACHINE_FEATURES = "kernel26 usbhost"
15
16
PREFERRED_VERSION_u-boot = "1.3.2"
17
UBOOT_MACHINE = "canyonlands_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 AMCC460 cpu
32
#(it has a 440 core with FPU)
33
require conf/machine/include/tune-ppc440e.inc