]> Git Repo - qemu.git/commitdiff
target-arm: Drop JTAG_ID documentation
authorPeter Maydell <[email protected]>
Fri, 20 Apr 2012 17:58:33 +0000 (17:58 +0000)
committerPeter Maydell <[email protected]>
Sat, 21 Apr 2012 18:11:32 +0000 (18:11 +0000)
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: Andreas Färber <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target-arm/helper.c

index eab25ca5ec4cdb121dd2ff8a17a1db4579686ce1..3e31f9446f03978b66da735dd6254e279209079f 100644 (file)
@@ -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:
This page took 0.031448 seconds and 4 git commands to generate.