From patchwork Sat Mar 9 13:35:00 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anthony Green X-Patchwork-Id: 226332 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E66372C02BD for ; Sun, 10 Mar 2013 00:37:57 +1100 (EST) Received: from localhost ([::1]:47205 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEJyG-0002fy-4m for incoming@patchwork.ozlabs.org; Sat, 09 Mar 2013 08:37:56 -0500 Received: from eggs.gnu.org ([208.118.235.92]:32998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEJvw-00089N-4v for qemu-devel@nongnu.org; Sat, 09 Mar 2013 08:35:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEJvq-00055O-S2 for qemu-devel@nongnu.org; Sat, 09 Mar 2013 08:35:32 -0500 Received: from mail-ia0-x231.google.com ([2607:f8b0:4001:c02::231]:60845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEJvq-00055F-MA for qemu-devel@nongnu.org; Sat, 09 Mar 2013 08:35:26 -0500 Received: by mail-ia0-f177.google.com with SMTP id y25so2236294iay.8 for ; Sat, 09 Mar 2013 05:35:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=jDw8j2PgTssQgAtb5hYqrp56QqR8puTyjRRykHqRYZo=; b=WpAmdvlXlyarhdTXvj3zhM37owZh20o+vi9esCXMLL4Ncyd7q8b6mAF9pXlrupZUDM usQ3o4dMEnPISQmTM9Dm43Ah+zwaCMIAMTXlFLlGYtEEXbbliIPXhiaGOR4Mik4ElmuY BcYIIyzaGB6aj7BO8QKwGywIXX8rb5M8CKL6vVoQAGZAl5EBPo0XeyARwmsevtFWMkcU mVi0DujoO9jWlSRb4E7uMZ/Qk2aNBFZ6dhafBNIPW8CS8M7/r2CZqDA0wJvybVC5dyTP KjDYOBzhYXt/a1HZ+JUHDjE8XnzXaJiVrdHQes3mss1S1RuH0ZJLYdkcNAsPtrUC8KtL ZLdA== X-Received: by 10.50.212.38 with SMTP id nh6mr2185455igc.72.1362836126199; Sat, 09 Mar 2013 05:35:26 -0800 (PST) Received: from dev.moxielogic.com ([64.56.247.247]) by mx.google.com with ESMTPS id xc3sm3871435igb.10.2013.03.09.05.35.23 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 09 Mar 2013 05:35:25 -0800 (PST) Received: by dev.moxielogic.com (sSMTP sendmail emulation); Sat, 09 Mar 2013 08:35:22 -0500 From: Anthony Green To: qemu-devel@nongnu.org Date: Sat, 9 Mar 2013 08:35:00 -0500 Message-Id: <1362836100-1788-5-git-send-email-green@moxielogic.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1362836100-1788-1-git-send-email-green@moxielogic.com> References: <1362836100-1788-1-git-send-email-green@moxielogic.com> X-Gm-Message-State: ALoCoQlrba53fuqBrd3Sr1SAp2yL5+U4V9/s9cxr1Mz0Mf5tcGdMDUf3FRjzlBjEoEeAXnyUQLSr X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c02::231 Cc: Anthony Green Subject: [Qemu-devel] [PATCH v9 4/4] Add top level changes for moxie X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Anthony Green --- MAINTAINERS | 5 +++++ arch_init.c | 2 ++ configure | 9 ++++++++- cpu-exec.c | 2 ++ default-configs/moxie-softmmu.mak | 2 ++ qapi-schema.json | 6 +++--- 6 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 default-configs/moxie-softmmu.mak diff --git a/MAINTAINERS b/MAINTAINERS index 2439614..c8036c0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -91,6 +91,11 @@ M: Aurelien Jarno S: Odd Fixes F: target-mips/ +Moxie +M: Anthony Green +S: Maintained +F: target-moxie/ + PowerPC M: Alexander Graf L: qemu-ppc@nongnu.org diff --git a/arch_init.c b/arch_init.c index 8daeafa..ddae1b7 100644 --- a/arch_init.c +++ b/arch_init.c @@ -85,6 +85,8 @@ int graphic_depth = 15; #define QEMU_ARCH QEMU_ARCH_MICROBLAZE #elif defined(TARGET_MIPS) #define QEMU_ARCH QEMU_ARCH_MIPS +#elif defined(TARGET_MOXIE) +#define QEMU_ARCH QEMU_ARCH_MOXIE #elif defined(TARGET_OPENRISC) #define QEMU_ARCH QEMU_ARCH_OPENRISC #elif defined(TARGET_PPC) diff --git a/configure b/configure index 2f98c5a..da7e407 100755 --- a/configure +++ b/configure @@ -958,6 +958,7 @@ mips-softmmu \ mipsel-softmmu \ mips64-softmmu \ mips64el-softmmu \ +moxie-softmmu \ or32-softmmu \ ppc-softmmu \ ppcemb-softmmu \ @@ -3917,7 +3918,7 @@ target_arch2=`echo $target | cut -d '-' -f 1` target_bigendian="no" case "$target_arch2" in - armeb|lm32|m68k|microblaze|mips|mipsn32|mips64|or32|ppc|ppcemb|ppc64|ppc64abi32|s390x|sh4eb|sparc|sparc64|sparc32plus|xtensaeb) + armeb|lm32|m68k|microblaze|mips|mipsn32|mips64|moxie|or32|ppc|ppcemb|ppc64|ppc64abi32|s390x|sh4eb|sparc|sparc64|sparc32plus|xtensaeb) target_bigendian=yes ;; esac @@ -4023,6 +4024,8 @@ case "$target_arch2" in echo "TARGET_ABI_MIPSN64=y" >> $config_target_mak target_long_alignment=8 ;; + moxie) + ;; or32) TARGET_ARCH=openrisc TARGET_BASE_ARCH=openrisc @@ -4267,6 +4270,10 @@ for i in $ARCH $TARGET_BASE_ARCH ; do echo "CONFIG_MIPS_DIS=y" >> $config_target_mak echo "CONFIG_MIPS_DIS=y" >> config-all-disas.mak ;; + moxie*) + echo "CONFIG_MOXIE_DIS=y" >> $config_target_mak + echo "CONFIG_MOXIE_DIS=y" >> config-all-disas.mak + ;; or32) echo "CONFIG_OPENRISC_DIS=y" >> $config_target_mak echo "CONFIG_OPENRISC_DIS=y" >> config-all-disas.mak diff --git a/cpu-exec.c b/cpu-exec.c index 9092145..12060f4 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -236,6 +236,7 @@ int cpu_exec(CPUArchState *env) #elif defined(TARGET_LM32) #elif defined(TARGET_MICROBLAZE) #elif defined(TARGET_MIPS) +#elif defined(TARGET_MOXIE) #elif defined(TARGET_OPENRISC) #elif defined(TARGET_SH4) #elif defined(TARGET_CRIS) @@ -686,6 +687,7 @@ int cpu_exec(CPUArchState *env) | env->cc_dest | (env->cc_x << 4); #elif defined(TARGET_MICROBLAZE) #elif defined(TARGET_MIPS) +#elif defined(TARGET_MOXIE) #elif defined(TARGET_OPENRISC) #elif defined(TARGET_SH4) #elif defined(TARGET_ALPHA) diff --git a/default-configs/moxie-softmmu.mak b/default-configs/moxie-softmmu.mak new file mode 100644 index 0000000..d378363 --- /dev/null +++ b/default-configs/moxie-softmmu.mak @@ -0,0 +1,2 @@ +# Default configuration for moxie-softmmu + diff --git a/qapi-schema.json b/qapi-schema.json index 28b070f..233ea1b 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -2994,9 +2994,9 @@ ## { 'enum': 'TargetType', 'data': [ 'alpha', 'arm', 'cris', 'i386', 'lm32', 'm68k', 'microblazeel', - 'microblaze', 'mips64el', 'mips64', 'mipsel', 'mips', 'or32', - 'ppc64', 'ppcemb', 'ppc', 's390x', 'sh4eb', 'sh4', 'sparc64', - 'sparc', 'unicore32', 'x86_64', 'xtensaeb', 'xtensa' ] } + 'microblaze', 'mips64el', 'mips64', 'mipsel', 'mips', 'moxie', + 'or32', 'ppc64', 'ppcemb', 'ppc', 's390x', 'sh4eb', 'sh4', + 'sparc64', 'sparc', 'unicore32', 'x86_64', 'xtensaeb', 'xtensa' ] } ## # @TargetInfo: