From: Adrian Alonso <aalonso00@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 7/7] xilinx-ml507.conf: new config file for ml507 devboard
Date: Fri, 5 Mar 2010 17:15:19 -0600 [thread overview]
Message-ID: <1267830919-14718-7-git-send-email-aalonso00@gmail.com> (raw)
In-Reply-To: <1267830919-14718-6-git-send-email-aalonso00@gmail.com>
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
---
conf/machine/xilinx-ml507.conf | 38 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 38 insertions(+), 0 deletions(-)
create mode 100644 conf/machine/xilinx-ml507.conf
diff --git a/conf/machine/xilinx-ml507.conf b/conf/machine/xilinx-ml507.conf
new file mode 100644
index 0000000..bcb83a5
--- /dev/null
+++ b/conf/machine/xilinx-ml507.conf
@@ -0,0 +1,38 @@
+# Copyright (C) 2010, Adrian Alonso <aalonso00@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"
--
1.6.6.1
next prev parent reply other threads:[~2010-03-06 0:00 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-05 23:15 [PATCH 1/7] device_table_add-xsa: add dev nodes for system ace Adrian Alonso
2010-03-05 23:15 ` [PATCH 2/7] defconfig: xilinx ml507 kernel config Adrian Alonso
2010-03-05 23:15 ` [PATCH 3/7] linux-xilinx-ml507_git: new kernel recipe for xilinx ml507 Adrian Alonso
2010-03-05 23:15 ` [PATCH 4/7] xilinx-bsp.bbclass: add support " Adrian Alonso
2010-03-05 23:15 ` [PATCH 5/7] linux.inc: add device tree " Adrian Alonso
2010-03-05 23:15 ` [PATCH 6/7] tune-ppc440.inc: add base to extra archs Adrian Alonso
2010-03-05 23:15 ` Adrian Alonso [this message]
2010-03-16 19:00 ` [PATCH 1/7] device_table_add-xsa: add dev nodes for system ace Stefan Schmidt
2010-03-17 22:00 ` Adrian Alonso
2010-03-17 23:00 ` Khem Raj
2010-03-18 16:42 ` Adrian Alonso
2010-03-18 19:05 ` Khem Raj
2010-03-18 22:09 ` Adrian Alonso
2010-03-18 22:11 ` Khem Raj
2010-03-19 14:09 ` Adrian Alonso
-- strict thread matches above, loose matches on Subject: below --
2010-03-05 15:55 Adrian Alonso
2010-03-05 15:55 ` [PATCH 2/7] defconfig: xilinx ml507 kernel config Adrian Alonso
2010-03-05 15:55 ` [PATCH 3/7] linux-xilinx-ml507_git: new kernel recipe for xilinx ml507 Adrian Alonso
2010-03-05 15:55 ` [PATCH 4/7] xilinx-bsp.bbclass: add support " Adrian Alonso
2010-03-05 15:55 ` [PATCH 5/7] linux.inc: add device tree " Adrian Alonso
2010-03-05 15:55 ` [PATCH 6/7] tune-ppc440.inc: add base to extra archs Adrian Alonso
2010-03-05 15:55 ` [PATCH 7/7] xilinx-ml507.conf: new config file for ml507 devboard Adrian Alonso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1267830919-14718-7-git-send-email-aalonso00@gmail.com \
--to=aalonso00@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox