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/3280

-- gerrit

commit 6046b78d9338924afcd1b0edcd6fcc3c8927de7b
Author: Alamy Liu <[email protected]>
Date:   Wed Aug 12 15:45:43 2015 -0700

    aarch64: dap_romtable_lookup_cs_component()
    
    Change-Id: Iacd33a8ee06953229413839f6126c5fa0375d02e
    Signed-off-by: Alamy Liu <[email protected]>

diff --git a/src/target/aarch64.c b/src/target/aarch64.c
index 2c9c5d6..cab4bbd 100644
--- a/src/target/aarch64.c
+++ b/src/target/aarch64.c
@@ -2241,6 +2241,9 @@ static int aarch64_examine_first(struct target *target)
                /* Get ROM Table base */
                uint32_t apid;
                int32_t coreidx = target->coreid;
+
+               LOG_DEBUG("[-dbgbase] not set for core %d, trying to detect 
...", coreidx);
+               /* Alamy: WARNING: scan tap to find a debug port (Juno r1 at 
AP==1) */
                retval = dap_get_debugbase(swjdp, 1, &dbgbase, &apid);
                if (retval != ERROR_OK)
                        return retval;

-- 

------------------------------------------------------------------------------
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