From: Adrian Alonso <aalonso00@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 1/9] xilinx-virtex4: new file
Date: Mon, 12 Jul 2010 14:45:42 -0500 [thread overview]
Message-ID: <1278963950-2587-1-git-send-email-aalonso00@gmail.com> (raw)
* New config machine, generic support for Xilinx
Virtex4 platforms ml401, ml403, ml405, ml410
* Tested on ml405 target board, powerpc based ref
design at http://github.com/aalonso/xilinx-ml405
* Target configuration handled in xilinx-bsp.bbclass
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
---
conf/machine/xilinx-virtex4.conf | 40 ++++++++++++++++++++++++++++++++++++++
1 files changed, 40 insertions(+), 0 deletions(-)
create mode 100644 conf/machine/xilinx-virtex4.conf
diff --git a/conf/machine/xilinx-virtex4.conf b/conf/machine/xilinx-virtex4.conf
new file mode 100644
index 0000000..942b63f
--- /dev/null
+++ b/conf/machine/xilinx-virtex4.conf
@@ -0,0 +1,40 @@
+# Copyright (C) 2010, Adrian Alonso <aalonso00@gmail.com>
+# Released under the MIT license (see packages/COPYING)
+#@TYPE: Machine
+#@Name: Xilinx Virtex4 FPGA Development Platform
+#@DESCRIPTION: Machine configuration for Xilinx Virtex4 family
+# Supported targets
+# ML403, ML405, ML410
+
+# Default arch can be overrided in local.conf
+TARGET_ARCH ?= "powerpc"
+TARGET_CPU ?= "405"
+TARGET_FPU ?= "soft"
+TARGET_TUNE ?= "ppc405"
+#tune for the selected cpu
+require conf/machine/include/tune-${TARGET_TUNE}.inc
+
+#ASSUME_PROVIDED += "virtual/kernel"
+PREFERRED_PROVIDER_virtual/kernel = "linux-xilinx"
+PREFERRED_VERSION_u-boot_xilinx-virtex4 = "u-boot-xilinx"
+
+KERNEL_IMAGETYPE = "uImage"
+
+MACHINE_FEATURES = "kernel26 apm ext2 vfat ethernet"
+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 = "ml410"
+
+# 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
next reply other threads:[~2010-07-12 19:49 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-12 19:45 Adrian Alonso [this message]
2010-07-12 19:45 ` [PATCH 2/9] xilinx-virtex5: new file Adrian Alonso
2010-07-13 6:11 ` Frans Meulenbroeks
2010-07-12 19:45 ` [PATCH 3/9] linux-xilinx: new files Adrian Alonso
2010-07-13 6:12 ` Frans Meulenbroeks
2010-07-14 21:07 ` Frans Meulenbroeks
2010-07-14 21:19 ` Adrian Alonso
2010-07-16 16:45 ` Adrian Alonso
2010-07-12 19:45 ` [PATCH 4/9] xilinx-linux: new kernel recipe Adrian Alonso
2010-07-13 6:10 ` Frans Meulenbroeks
2010-07-12 19:45 ` [PATCH 5/9] u-boot-xilinx: new file Adrian Alonso
2010-07-12 19:45 ` [PATCH 6/9] xilinx-bsp: handle more xilinx targets Adrian Alonso
2010-07-12 19:45 ` [PATCH 7/9] xserver-kdrive-common: xilinx virtex5 support Adrian Alonso
2010-07-14 21:12 ` Frans Meulenbroeks
2010-07-15 7:08 ` Marcin Juszkiewicz
2010-07-16 15:30 ` Adrian Alonso
2010-07-12 19:45 ` [PATCH 8/9] xorg-xserver-conf: virtex5 machine support Adrian Alonso
2010-07-12 19:45 ` [PATCH 9/9] glibc: fix LD_LIBRARY_PATH Adrian Alonso
2010-07-14 21:08 ` Frans Meulenbroeks
2010-07-13 6:01 ` [PATCH 1/9] xilinx-virtex4: new file Frans Meulenbroeks
2010-07-13 16:00 ` Adrian Alonso
2010-07-13 20:46 ` Frans Meulenbroeks
2010-07-13 22:52 ` 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=1278963950-2587-1-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