[oe-commits] Adrian Alonso : xilinx-ml507.conf: new config file for ml507 devboard

git version control git at git.openembedded.org
Tue Mar 16 18:58:02 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7a6addf03f29380b3771132849c896487f7bb73b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7a6addf03f29380b3771132849c896487f7bb73b

Author: Adrian Alonso <aalonso00 at gmail.com>
Date:   Fri Mar  5 13:15:19 2010 +0000

xilinx-ml507.conf: new config file for ml507 devboard

Signed-off-by: Adrian Alonso <aalonso00 at gmail.com>
Signed-off-by: Stefan Schmidt <stefan at datenfreihafen.org>

---

 conf/machine/xilinx-ml507.conf |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/conf/machine/xilinx-ml507.conf b/conf/machine/xilinx-ml507.conf
new file mode 100644
index 0000000..693f904
--- /dev/null
+++ b/conf/machine/xilinx-ml507.conf
@@ -0,0 +1,38 @@
+# 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"
+#tune for the 440 cpu
+require conf/machine/include/tune-ppc440.inc
+
+#ASSUME_PROVIDED += "virtual/kernel"
+PREFERRED_PROVIDER_virtual/kernel = "linux-xilinx-ml507"
+
+KERNEL_IMAGETYPE = "uImage"
+
+MACHINE_FEATURES = "kernel26 apm ext2 vfat ethernet"
+MACHINE_EXTRA_RECOMMENDS = "kernel-modules"
+
+UBOOT_ARCH = "ppc"
+UBOOT_MACHINE = "ml507_config"
+UBOOT_ENTRYPOINT ?= "0x00000000"
+UBOOT_LOADADDRESS ?= "0x00000000"
+PREFERRED_VERSION_u-boot_xilinx-ml507 = "git"
+
+# 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"





More information about the Openembedded-commits mailing list