From 48e06fe0ed8c265336bb7320c3a294fd0d082c04 Mon Sep 17 00:00:00 2001 From: Bastian Koppelmann Date: Mon, 1 Sep 2014 12:59:46 +0100 Subject: target-tricore: Add target stubs and qom-cpu Add TriCore target stubs, and QOM cpu, and Maintainer Signed-off-by: Bastian Koppelmann Message-id: 1409572800-4116-2-git-send-email-kbastian@mail.uni-paderborn.de Signed-off-by: Peter Maydell --- include/elf.h | 2 ++ include/sysemu/arch_init.h | 1 + 2 files changed, 3 insertions(+) (limited to 'include') diff --git a/include/elf.h b/include/elf.h index e88d52fd76..70107f0c3f 100644 --- a/include/elf.h +++ b/include/elf.h @@ -92,6 +92,8 @@ typedef int64_t Elf64_Sxword; #define EM_SPARCV9 43 /* SPARC v9 64-bit */ +#define EM_TRICORE 44 /* Infineon TriCore */ + #define EM_IA_64 50 /* HP/Intel IA-64 */ #define EM_X86_64 62 /* AMD x86-64 */ diff --git a/include/sysemu/arch_init.h b/include/sysemu/arch_init.h index 182d48d8c3..8939233f37 100644 --- a/include/sysemu/arch_init.h +++ b/include/sysemu/arch_init.h @@ -22,6 +22,7 @@ enum { QEMU_ARCH_OPENRISC = 8192, QEMU_ARCH_UNICORE32 = 0x4000, QEMU_ARCH_MOXIE = 0x8000, + QEMU_ARCH_TRICORE = 0x10000, }; extern const uint32_t arch_type; -- cgit v1.2.3-55-g7522