[oe-commits] org.oe.dev conf/machine/xilinx-ml410.conf : Initial commit for a machine file for the Xilinx ML410 dev

ifaistos commit openembedded-commits at lists.openembedded.org
Thu Jul 26 15:38:21 UTC 2007


conf/machine/xilinx-ml410.conf : Initial commit for a machine file for the Xilinx ML410 dev 
board

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: 27a6726f10137aaa1d74bdc2a55d3bfb540b1c20
ViewMTN: http://monotone.openembedded.org/revision.psp?id=27a6726f10137aaa1d74bdc2a55d3bfb540b1c20
Files:
1
conf/machine/xilinx-ml410.conf
Diffs:

#
# mt diff -rd3e1ee68d9c89de1b4085676584fee2d731359ac -r27a6726f10137aaa1d74bdc2a55d3bfb540b1c20
#
# 
# 
# add_file "conf/machine/xilinx-ml410.conf"
#  content [4a525b4316d700f38f388e41a8958411ddf17f54]
# 
============================================================
--- conf/machine/xilinx-ml410.conf	4a525b4316d700f38f388e41a8958411ddf17f54
+++ conf/machine/xilinx-ml410.conf	4a525b4316d700f38f388e41a8958411ddf17f54
@@ -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
+






More information about the Openembedded-commits mailing list