[oe] [PATCH 2/9] xilinx-virtex5: new file

Adrian Alonso aalonso00 at gmail.com
Mon Jul 12 19:45:43 UTC 2010


* Config machine for virtex5 platforms ml505, ml507, ml510
* Hardware reference design at
  http://github.com/aalonso/xilinx-ml507

Signed-off-by: Adrian Alonso <aalonso00 at gmail.com>
---
 conf/machine/xilinx-virtex5.conf |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)
 create mode 100644 conf/machine/xilinx-virtex5.conf

diff --git a/conf/machine/xilinx-virtex5.conf b/conf/machine/xilinx-virtex5.conf
new file mode 100644
index 0000000..3272f2c
--- /dev/null
+++ b/conf/machine/xilinx-virtex5.conf
@@ -0,0 +1,37 @@
+# Copyright (C) 2010, Adrian Alonso <aalonso00 at gmail.com>
+# Released under the MIT license (see packages/COPYING)
+#@TYPE: Machine
+#@Name: Xilinx ML507 FPGA Development Platform
+#@DESCRIPTION: Machine configuration for Xilinx ML507
+
+TARGET_ARCH ?= "powerpc"
+TARGET_CPU  ?= "440"
+TARGET_FPU  ?= "soft"
+TARGET_TUNE ?= "ppc440"
+#tune for the 440 cpu
+require conf/machine/include/tune-${TARGET_TUNE}.inc
+
+#ASSUME_PROVIDED += "virtual/kernel"
+PREFERRED_PROVIDER_virtual/kernel = "linux-xilinx"
+PREFERRED_VERSION_u-boot_xilinx-virtex5 = "u-boot-xilinx"
+
+KERNEL_IMAGETYPE = "uImage"
+
+MACHINE_FEATURES = "kernel26 apm ext2 vfat ethernet screen"
+MACHINE_EXTRA_RECOMMENDS = "kernel-modules"
+
+UBOOT_ENTRYPOINT ?= "0x00000000"
+UBOOT_LOADADDRESS ?= "0x00000000"
+
+# Xilinx EDK override hardware  definitions for xilinx-bsp
+# Include in your local.conf
+# XILINX_BSP_PATH = "complete path for Xilinx XPS project"
+# XILINX_BOARD = "ml507"
+
+# Don't use tty1
+# USE_VT = "0"
+SERIAL_CONSOLE = "9600 ttyS0"
+
+# Device nodes add xsa for (system ace)
+IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \
+                       files/device_table_add-xsa.txt"
-- 
1.7.1.1





More information about the Openembedded-devel mailing list