David Brownell wrote:
> Re #1 and #3: I'd combine the "add #defines" and "use #defines"
> into one patch myself... minor point.
>
Hi David,
It sounds fine to me and makes the description clear.
I will make v2 patches and submit later.
Cheers,
Matt
>
> Re #2:
>
> On Thursday 03 September 2009, Matt Hsu wrote:
>
>> --- a/src/target/cortex_a8.c
>> +++ b/src/target/cortex_a8.c
>> @@ -430,6 +430,13 @@ int cortex_a8_halt(target_t *target)
>> retval = mem_ap_write_atomic_u32(swjdp,
>> OMAP3530_DEBUG_BASE + CPUDBG_DRCR, 0x1);
>>
>
> Surely that "if (retval != ERROR_OK) goto out;" is still needed here...
>
>
>
>> + /*
>> + * enter halting debug mode
>> + */
>> + mem_ap_read_atomic_u32(swjdp, OMAP3530_DEBUG_BASE + CPUDBG_DSCR,
>> &dscr);
>> + retval = mem_ap_write_atomic_u32(swjdp,
>> + OMAP3530_DEBUG_BASE + CPUDBG_DSCR, dscr | (1 <<
>> DSCR_HALT_DBG_MODE));
>> +
>> if (retval != ERROR_OK)
>> goto out;
>>
>>
>
>
>
>
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development