diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-04-19 17:43:16 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-04-19 17:43:16 +0000 |
commit | 58c2e58f58d3ba4a6cdfd08e61939136284ecbd8 (patch) | |
tree | 197a52ecf1446d8922742dffc954467e92743895 | |
parent | 140ca073d04adb99248b5a850838ac4ed3af11e2 (diff) | |
parent | 75711a34f3c458aa0d497a8f8ecff6811b209f2c (diff) |
merge of '7ad3f9d635aeae55347b5d737664b09b109d5e44'
and 'c52967556717cfa194f2126112fc25006c4cb7ab'
-rw-r--r-- | conf/machine/xilinx-ml403.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/xilinx-ml403.conf b/conf/machine/xilinx-ml403.conf new file mode 100644 index 0000000000..662fb54692 --- /dev/null +++ b/conf/machine/xilinx-ml403.conf @@ -0,0 +1,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 + |