merge of '69b24f05990089d31c143d00fc28da86b70d99bb'
[vuplus_openembedded] / conf / machine / xilinx-ml410.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: Xilinx ML410 FPGA Development Platform
5 #@DESCRIPTION: Machine configuration for Xilinx ML410 Virtex-4 FX Embedded Development Platform  \ 
6 (softcore ppc) development platform http://www.xilinx.com/ml410
7
8 TARGET_ARCH = "powerpc"
9 PACKAGE_EXTRA_ARCHS = "ppc405"
10
11 PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
12
13 MACHINE_FEATURES = "kernel26 ext2"
14
15 TARGET_CPU = "405"
16 OLDEST_KERNEL = "2.6.12"
17
18 SERIAL_CONSOLE = "115200 ttyS0"
19
20 #tune for the 405 cpu
21 require conf/machine/include/tune-ppc405.conf
22