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/3268
-- gerrit commit 0a9e00e0e96d1c900de17f00305d801dcd731cbd Author: Alamy Liu <[email protected]> Date: Thu Aug 27 14:14:52 2015 -0700 aarch64: misc comments Change-Id: Ic6590b0599bec110dec84eabdd38ee5030353db3 Signed-off-by: Alamy Liu <[email protected]> diff --git a/src/target/aarch64.c b/src/target/aarch64.c index 18c3b3b..e8dd89e 100644 --- a/src/target/aarch64.c +++ b/src/target/aarch64.c @@ -249,8 +249,8 @@ static int aarch64_write_dcc(struct aarch64_common *a8, uint32_t data) static int aarch64_write_dcc_64(struct aarch64_common *a8, uint64_t data) { int ret; - LOG_DEBUG("write DCC 0x%08" PRIx32, (unsigned)data); - LOG_DEBUG("write DCC 0x%08" PRIx32, (unsigned)(data >> 32)); + LOG_DEBUG("write DCC(lo) 0x%08" PRIx32, (unsigned)data); + LOG_DEBUG("write DCC(hi) 0x%08" PRIx32, (unsigned)(data >> 32)); ret = mem_ap_sel_write_u32(a8->armv8_common.arm.dap, a8->armv8_common.debug_ap, a8->armv8_common.debug_base + CPUDBG_DTRRX, data); ret += mem_ap_sel_write_u32(a8->armv8_common.arm.dap, @@ -913,7 +913,7 @@ static int aarch64_internal_restore(struct target *target, int current, buf_set_u64(arm->pc->value, 0, 64, resume_pc); arm->pc->dirty = 1; arm->pc->valid = 1; -#if 0 +#if 0 /* Alamy */ /* restore dpm_mode at system halt */ dpm_modeswitch(&armv8->dpm, ARM_MODE_ANY); #endif @@ -1725,7 +1725,7 @@ static int aarch64_write_apb_ab_memory(struct target *target, return retval; /* This algorithm comes from either : - * Cortex-A8 TRM Example 12-25 + * Cortex-A TRM Example 12-25 * Cortex-R4 TRM Example 11-26 * (slight differences) */ -- ------------------------------------------------------------------------------ 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
