From patchwork Sat Apr 14 16:42:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 7830 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 3D2D023E23 for ; Sat, 14 Apr 2012 16:56:45 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 02FB0A185C0 for ; Sat, 14 Apr 2012 16:56:44 +0000 (UTC) Received: by mail-iy0-f180.google.com with SMTP id e36so7611950iag.11 for ; Sat, 14 Apr 2012 09:56:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=73ugYYcc8j6P3hocGxCoE1P4tTbTrpCqCZXbEA2D94A=; b=gEnZt8N2DDUDa2i5CWz4q54gg09ZFsTni+t30dQbXuBbzPKXBhxK36LExVNkmcQbn+ d/RhcLpBMQ0J6gDeA5MdVuInYvRcFAkLvZbgDV52OZtBCIDUDK5PqfDjDnSuKlOJAlMo XJ8P9Sd5l54v6oRFbUyiIJ8TYWjpMwBYh5LVeWFgxFe7jymwyVA0YLg7W0mb8lndOFl7 os20q9U5F/2YjcP9JfPxJbh1xso0zcr4VkF8HRVBgsatcsK+654tjQ7qWgUwp1TpLaGx DBQhhe5o+8/e1OKKp3plZMureYu4sLIk4yzPR//LWJCwjwMX6Wg++lb/PFVXEHSy4YUq /78Q== Received: by 10.42.179.196 with SMTP id br4mr3518363icb.42.1334422604801; Sat, 14 Apr 2012 09:56:44 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.70.69 with SMTP id c5csp90775ibj; Sat, 14 Apr 2012 09:56:44 -0700 (PDT) Received: by 10.180.83.198 with SMTP id s6mr5274917wiy.8.1334422603640; Sat, 14 Apr 2012 09:56:43 -0700 (PDT) Received: from mnementh.archaic.org.uk (mnementh.archaic.org.uk. [81.2.115.146]) by mx.google.com with ESMTPS id fp10si2346870wib.40.2012.04.14.09.56.43 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 14 Apr 2012 09:56:43 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) client-ip=81.2.115.146; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) smtp.mail=pm215@archaic.org.uk Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1SJ63M-000872-JO; Sat, 14 Apr 2012 17:42:24 +0100 From: Peter Maydell To: qemu-devel@nongnu.org Cc: patches@linaro.org, =?UTF-8?q?Andreas=20F=C3=A4rber?= , Paul Brook , Anthony Liguori Subject: [PATCH v2 07/14] target-arm: Drop JTAG_ID documentation Date: Sat, 14 Apr 2012 17:42:16 +0100 Message-Id: <1334421743-31146-9-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1334421743-31146-1-git-send-email-peter.maydell@linaro.org> References: <1334421743-31146-1-git-send-email-peter.maydell@linaro.org> X-Gm-Message-State: ALoCoQlmmr3/67k/x1r12OnMC6fL+u2IHfVpPzl5dr8KJn1ibAZW+LXLLvIU8CNd1Ix12LQHKJsF None of the machines in QEMU offer a JTAG debug interface, so this info was unused. Further, the PXA250 ID contradicts the February 2002 Developer's Manual, which has it as 0xn9264013 with n the MIDR Revision. Signed-off-by: Peter Maydell Signed-off-by: Andreas Färber --- target-arm/helper.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/target-arm/helper.c b/target-arm/helper.c index eab25ca..3e31f94 100644 --- a/target-arm/helper.c +++ b/target-arm/helper.c @@ -114,7 +114,6 @@ static void cpu_reset_model_id(CPUARMState *env, uint32_t id) case ARM_CPUID_PXA260: case ARM_CPUID_PXA261: case ARM_CPUID_PXA262: - /* JTAG_ID is ((id << 28) | 0x09265013) */ break; case ARM_CPUID_PXA270_A0: case ARM_CPUID_PXA270_A1: @@ -122,7 +121,6 @@ static void cpu_reset_model_id(CPUARMState *env, uint32_t id) case ARM_CPUID_PXA270_B1: case ARM_CPUID_PXA270_C0: case ARM_CPUID_PXA270_C5: - /* JTAG_ID is ((id << 28) | 0x09265013) */ env->iwmmxt.cregs[ARM_IWMMXT_wCID] = 0x69051000 | 'Q'; break; case ARM_CPUID_SA1100: