diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-07-26 15:07:17 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-07-26 15:07:17 +0000 |
commit | af8b2fe02162610233b4ef2f7c753f7c9c38671f (patch) | |
tree | 1508fa0ad71614c0b0eab0b762ef410427f6b931 /conf/machine/xilinx-ml410.conf | |
parent | 6856959000dfd27cf11424e0af2db5bb297cf767 (diff) |
conf/machine/xilinx-ml410.conf : Initial commit for a machine file for the Xilinx ML410 dev
board
Diffstat (limited to 'conf/machine/xilinx-ml410.conf')
-rw-r--r-- | conf/machine/xilinx-ml410.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/machine/xilinx-ml410.conf b/conf/machine/xilinx-ml410.conf new file mode 100644 index 0000000000..9adb26e43e --- /dev/null +++ b/conf/machine/xilinx-ml410.conf @@ -0,0 +1,22 @@ +# Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved +# Released under the MIT license (see packages/COPYING) +#@TYPE: Machine +#@Name: Xilinx ML410 FPGA Development Platform +#@DESCRIPTION: Machine configuration for Xilinx ML410 Virtex-4 FX Embedded Development Platform \ +(softcore ppc) development platform http://www.xilinx.com/ml410 + +TARGET_ARCH = "powerpc" +PACKAGE_EXTRA_ARCHS = "ppc405" + +PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" + +MACHINE_FEATURES = "kernel26 ext2" + +TARGET_CPU = "405" +OLDEST_KERNEL = "2.6.12" + +SERIAL_CONSOLE = "115200 ttyS0" + +#tune for the 405 cpu +require conf/machine/include/tune-ppc405.conf + |