This is an automated email from Gerrit.

Alamy Liu ([email protected]) just uploaded a new patch set to Gerrit, which 
you can find at http://openocd.zylin.com/3249

-- gerrit

commit 7c0cb55bae58cca7255345e3834bc4878eb68afc
Author: Alamy Liu <[email protected]>
Date:   Mon Aug 10 14:07:23 2015 -0700

    jtag: Extend display information (DEBUG_JTAG_IOZ 64->128)
    
    Problem
    In Juno r1 platform, the DAPs are in TAP1. 64-bit only covers TAP0
    scanned data.
    
     64-bit: fields[0].in_value[672]: 0xFFFFFFFFFFFFFFFF
    128-bit: fields[0].in_value[672]: 0xFFFFFFFFFFFFFFFF5BA004775BA00477
    
    Solution (easy one):
    Extending 64-bit to 128-bit to reveal TAP1 scanned data.
    It would be better to display first 64-bit data for each TAP
    as a better solution.
    
    Note:
    Most platform, on market, has only one TAP.
    AFAIK, only the Versatile Express platform, and/or maybe FPGA would have
    power management as TAP0 and real system on TAP1.
    
    Change-Id: If0ac32e66be8cf578c9d9b2ef653c2fc1f8916cc
    Signed-off-by: Alamy Liu <[email protected]>

diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index eda4ccd..3a1c2f6 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -36,7 +36,7 @@
 #endif
 
 #ifndef DEBUG_JTAG_IOZ
-#define DEBUG_JTAG_IOZ 64
+#define DEBUG_JTAG_IOZ 128
 #endif
 
 /*-----</Macros>-------------------------------------------------*/

-- 

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to