summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-07-27 12:11:56 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-07-27 12:11:56 +0000
commitb83f96f847a2bae76cddb3bea49a8787c9a69e89 (patch)
tree640818ea1a774e3e85c8213949ab38d809466679 /conf/machine
parent3bede78036a8de908532294e594f9a96bf3e2e74 (diff)
parent12e9dd26696aaa5b1ffbc48b8d8eff9afc2c6102 (diff)
merge of 'af3f6db370a187f22f801a7ed4bdea1061e52e32'
and 'e1ad326dec67a2aaab1bc01b6d70829706bbd6c0'
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/xilinx-ml403.conf6
-rw-r--r--conf/machine/xilinx-ml410.conf22
2 files changed, 26 insertions, 2 deletions
diff --git a/conf/machine/xilinx-ml403.conf b/conf/machine/xilinx-ml403.conf
index 662fb54692..a4979d4527 100644
--- a/conf/machine/xilinx-ml403.conf
+++ b/conf/machine/xilinx-ml403.conf
@@ -1,7 +1,9 @@
+# Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
#@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
+#@DESCRIPTION: Machine configuration for Xilinx ML403 (softcore ppc) development platform \
+http://www.xilinx.com/ml403
TARGET_ARCH = "powerpc"
PACKAGE_EXTRA_ARCHS = "ppc405"
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
+