]> git.sur5r.net Git - openocd/commit
arm_adi_v5: fix mem_ap_read_buf_u32() JTAG nastiness..
authormike brown <theshed@mikebrown.org.uk>
Mon, 18 Mar 2013 17:19:14 +0000 (17:19 +0000)
committerSpencer Oliver <spen@spen-soft.co.uk>
Tue, 2 Apr 2013 15:09:40 +0000 (15:09 +0000)
commit2a8a89edcba49051315f59cea05834b5b704ee61
tree872d1ce489227be454283bddf8da07ef49cef165
parent0875e64ddb1cade43c7a56d8cc6e743364b65b58
arm_adi_v5: fix mem_ap_read_buf_u32() JTAG nastiness..

Moved JTAG code out of transport-neutral file (arm_adi_v5.c) into
transport specific file (adi_v5_jtag.c).
Added ap_block_read to dap_ops interface (arm_adi_v5.h) to support
the move.

Change-Id: I796d3984f138aad052b97c77ac9c12ffd1158f74
Signed-off-by: mike brown <mike@theshedworks.org.uk>
Reviewed-on: http://openocd.zylin.com/1277
Tested-by: jenkins
Reviewed-by: Michel JAOUEN <michel.jaouen@stericsson.com>
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/target/adi_v5_jtag.c
src/target/arm_adi_v5.c
src/target/arm_adi_v5.h