qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, cmetcalf@ezchip.com,
	Chen Gang <gang.chen.5i5j@gmail.com>,
	xili_gchen_5257@hotmail.com, walt@tilera.com
Subject: [Qemu-devel] [PATCH v13r 11/14] target-tilegx: Add TILE-Gx building files
Date: Thu, 20 Aug 2015 22:32:41 -0700	[thread overview]
Message-ID: <1440135164-23526-12-git-send-email-rth@twiddle.net> (raw)
In-Reply-To: <1440135164-23526-1-git-send-email-rth@twiddle.net>

From: Chen Gang <xili_gchen_5257@hotmail.com>

Add related configuration and make files for tilegx.
The target can now build, though not run anything.

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <BLU436-SMTP1588E5A03AD5E94B07E988B9660@phx.gbl>
Signed-off-by: Richard Henderson <rth@twiddle.net>
---
 configure                             | 2 ++
 default-configs/tilegx-linux-user.mak | 1 +
 target-tilegx/Makefile.objs           | 1 +
 3 files changed, 4 insertions(+)
 create mode 100644 default-configs/tilegx-linux-user.mak
 create mode 100644 target-tilegx/Makefile.objs

diff --git a/configure b/configure
index cc6ced9..20ce491 100755
--- a/configure
+++ b/configure
@@ -5393,6 +5393,8 @@ case "$target_name" in
   s390x)
     gdb_xml_files="s390x-core64.xml s390-acr.xml s390-fpr.xml s390-vx.xml"
   ;;
+  tilegx)
+  ;;
   tricore)
   ;;
   unicore32)
diff --git a/default-configs/tilegx-linux-user.mak b/default-configs/tilegx-linux-user.mak
new file mode 100644
index 0000000..3e47493
--- /dev/null
+++ b/default-configs/tilegx-linux-user.mak
@@ -0,0 +1 @@
+# Default configuration for tilegx-linux-user
diff --git a/target-tilegx/Makefile.objs b/target-tilegx/Makefile.objs
new file mode 100644
index 0000000..8b3dc76
--- /dev/null
+++ b/target-tilegx/Makefile.objs
@@ -0,0 +1 @@
+obj-y += cpu.o translate.o helper.o
-- 
2.4.3

  parent reply	other threads:[~2015-08-21  5:33 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-21  5:32 [Qemu-devel] [PATCH v13r 00/14] Revised tilegx-linux-user decoding Richard Henderson
2015-08-21  5:32 ` [Qemu-devel] [PATCH v13r 01/14] linux-user: tilegx: Firstly add architecture related features Richard Henderson
2015-08-21  5:32 ` [Qemu-devel] [PATCH v13r 02/14] linux-user: Support tilegx architecture in linux-user Richard Henderson
2015-08-21  5:32 ` [Qemu-devel] [PATCH v13r 03/14] linux-user: Conditionalize syscalls which are not defined in tilegx Richard Henderson
2015-08-21  5:32 ` [Qemu-devel] [PATCH v13r 04/14] target-tilegx: Add opcode basic implementation from Tilera Corporation Richard Henderson
2015-08-21  5:32 ` [Qemu-devel] [PATCH v13r 05/14] target-tilegx: Modify opcode_tilegx.h to fit QEMU usage Richard Henderson
2015-08-21  5:32 ` [Qemu-devel] [PATCH v13r 06/14] target-tilegx: Modify _SPECIAL_ opcodes Richard Henderson
2015-08-21  5:32 ` [Qemu-devel] [PATCH v13r 07/14] target-tilegx: Add special register information from Tilera Corporation Richard Henderson
2015-08-21  5:32 ` [Qemu-devel] [PATCH v13r 08/14] target-tilegx: Add cpu basic features for linux-user Richard Henderson
2015-08-21  5:32 ` [Qemu-devel] [PATCH v13r 09/14] target-tilegx: Add several helpers for instructions translation Richard Henderson
2015-08-21  5:32 ` [Qemu-devel] [PATCH v13r 10/14] target-tilegx: Framework for decoding bundles Richard Henderson
2015-08-21  5:32 ` Richard Henderson [this message]
2015-08-21  5:32 ` [Qemu-devel] [PATCH v13r 12/14] target-tilegx: Handle simple logical operations Richard Henderson
2015-08-21  5:32 ` [Qemu-devel] [PATCH v13r 13/14] target-tilegx: Handle arithmetic instructions Richard Henderson
2015-08-21  5:32 ` [Qemu-devel] [PATCH v13r 14/14] target-tilegx: Handle most bit manipulation instructions Richard Henderson
     [not found] ` <55D7995A.3060905@hotmail.com>
2015-08-21 21:33   ` [Qemu-devel] [PATCH v13r 00/14] Revised tilegx-linux-user decoding gchen gchen

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=1440135164-23526-12-git-send-email-rth@twiddle.net \
    --to=rth@twiddle.net \
    --cc=cmetcalf@ezchip.com \
    --cc=gang.chen.5i5j@gmail.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=walt@tilera.com \
    --cc=xili_gchen_5257@hotmail.com \
    /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;
as well as URLs for NNTP newsgroup(s).