merge of '7ad3f9d635aeae55347b5d737664b09b109d5e44'
[vuplus_openembedded] / conf / machine / xilinx-ml403.conf
1 #@TYPE: Machine
2 #@Name: Xilinx ML403 FPGA Development Platform
3 #@DESCRIPTION: Machine configuration for Xilinx ML403 (softcore ppc) development platform 
4 \http://www.xilinx.com/xlnx/xebiz/designResources/ip_product_details.jsp?key=HW-V4-ML403-USA&iLanguageID=1
5
6 TARGET_ARCH = "powerpc"
7 PACKAGE_EXTRA_ARCHS = "ppc405"
8
9 PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
10
11 MACHINE_FEATURES = "kernel26 ext2"
12
13 TARGET_CPU = "405"
14 OLDEST_KERNEL = "2.6.12"
15
16 SERIAL_CONSOLE = "115200 ttyS0"
17
18 #tune for the 405 cpu
19 require conf/machine/include/tune-ppc405.conf
20