]> git.sur5r.net Git - openocd/commit
target/arm_adi_v5: keep CSW and TAR cache updated
authorAntonio Borneo <borneo.antonio@gmail.com>
Fri, 15 Jun 2018 14:37:18 +0000 (16:37 +0200)
committerTomas Vanek <vanekt@fbl.cz>
Fri, 22 Jun 2018 08:24:59 +0000 (09:24 +0100)
commit1dc466f5156741f643c946485cdf280a1054fc7a
tree90fcb7ff1bc4ed5cdae6836121bfaddc21a3b9da
parent0057c71ab6b81d0679b232318fc5f84b4becc471
target/arm_adi_v5: keep CSW and TAR cache updated

The call to dap_queue_ap_write() can fail and the value in CSW and
TAR becomes unknown.

Invalidate the OpenOCD cache if dap_queue_ap_write() fails.

Change-Id: Id6ec370b4c5ad07e454464780c1a1c8ae34ac870
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/4564
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
src/target/arm_adi_v5.c