blob: 662fb546924d7c6dac45a539728d4f140a82f044 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#@TYPE: Machine
#@Name: Xilinx ML403 FPGA Development Platform
#@DESCRIPTION: Machine configuration for Xilinx ML403 (softcore ppc) development platform
\http://www.xilinx.com/xlnx/xebiz/designResources/ip_product_details.jsp?key=HW-V4-ML403-USA&iLanguageID=1
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
|