diff options
author | Leon Woestenberg <leon@witty.(none)> | 2008-10-25 02:38:01 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@witty.(none)> | 2008-10-25 02:38:01 +0200 |
commit | 69e1cede32e6a7ff56d0a766ca6d57ef15636eac (patch) | |
tree | a59aaf1e42154eddce8bb121ab2853230036d171 /conf/machine/canyonlands.conf | |
parent | 8e522a5c03a3a4a90a2a226726e554ffe2c10819 (diff) |
canyonlands.conf: New machine for AMCC460EX (PowerPC) development board.
Diffstat (limited to 'conf/machine/canyonlands.conf')
-rw-r--r-- | conf/machine/canyonlands.conf | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/conf/machine/canyonlands.conf b/conf/machine/canyonlands.conf new file mode 100644 index 0000000000..5ad5c8e2ee --- /dev/null +++ b/conf/machine/canyonlands.conf @@ -0,0 +1,33 @@ +# Copyright (C) 2008, Leon Woestenberg, Sidebranch, All Rights Reserved +# Released under the MIT license (see packages/COPYING) +#@TYPE: Machine +#@Name: AMCC Canyonlands Development Platform +#@DESCRIPTION: Machine configuration for the AMCC Canyonlands development platform http://www.amcc.com/Embedded/Downloads/460EX/ + + +TARGET_ARCH = "powerpc" +PACKAGE_EXTRA_ARCHS = "ppc440e" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +KERNEL_IMAGETYPE = "uImage" + +MACHINE_FEATURES = "kernel26 usbhost" + +PREFERRED_VERSION_u-boot = "1.3.2" +UBOOT_MACHINE = "canyonlands_config" +UBOOT_ENTRYPOINT = "0" +UBOOT_LOADADDRESS = "0" + + + +#don't try to access tty1 +USE_VT = "0" +SERIAL_CONSOLE = "115200 ttyS0" + +EXTRA_IMAGECMD = "--big-endian" +ERASEBLOCK_SIZE = "0x10000" +IMAGE_FSTYPES = "jffs2" + +#tune for the AMCC460 cpu +#(it has a 440 core with FPU) +require conf/machine/include/tune-ppc440e.inc |