diff mbox

[10/10,v11] target-tilegx: Add TILE-Gx building files

Message ID BLU436-SMTP195254EA46F097673F6031AB9C80@phx.gbl
State New
Headers show

Commit Message

Chen Gang May 30, 2015, 9:19 p.m. UTC
Add related configuration, make files for tilegx. Now, qemu tilegx can
pass building, and finish running "Hello world" static/shared elf64
binary.

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
---
 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

Comments

Peter Maydell June 2, 2015, 5:52 p.m. UTC | #1
On 30 May 2015 at 22:19, Chen Gang <xili_gchen_5257@hotmail.com> wrote:
> Add related configuration, make files for tilegx. Now, qemu tilegx can
> pass building, and finish running "Hello world" static/shared elf64
> binary.
>
> Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM
Chen Gang June 2, 2015, 8:26 p.m. UTC | #2
On 6/3/15 01:52, Peter Maydell wrote:
> On 30 May 2015 at 22:19, Chen Gang <xili_gchen_5257@hotmail.com> wrote:
>> Add related configuration, make files for tilegx. Now, qemu tilegx can
>> pass building, and finish running "Hello world" static/shared elf64
>> binary.
>>
>> Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
> 
> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
> 

OK, thanks.
diff mbox

Patch

diff --git a/configure b/configure
index 4e2f78a..92729eb 100755
--- a/configure
+++ b/configure
@@ -5294,6 +5294,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