aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.h
diff options
context:
space:
mode:
authorKevin Burke <kevinb@os.amperecomputing.com>2021-08-06 11:56:13 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2022-06-24 21:35:46 +0000
commit8f8fb0fa79742c5e6357e9a2a1609d0500d91293 (patch)
tree97ccc8307e8f1a7a7510638b3ee6451c624efa79 /src/target/arm_adi_v5.h
parentedb575800ae26b4088b71b7531ba3948351bd7a9 (diff)
downloadriscv-openocd-8f8fb0fa79742c5e6357e9a2a1609d0500d91293.zip
riscv-openocd-8f8fb0fa79742c5e6357e9a2a1609d0500d91293.tar.gz
riscv-openocd-8f8fb0fa79742c5e6357e9a2a1609d0500d91293.tar.bz2
adiv6: add low level jtag transport
swd and dap-direct are not implemented yet Split from change https://review.openocd.org/6077/ Change-Id: I6d73d8adf6a6090001c5d4771325fb1d63c45e3c Signed-off-by: Kevin Burke <kevinb@os.amperecomputing.com> Signed-off-by: Daniel Goehring <dgoehrin@os.amperecomputing.com> Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/6459 Tested-by: jenkins
Diffstat (limited to 'src/target/arm_adi_v5.h')
-rw-r--r--src/target/arm_adi_v5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm_adi_v5.h b/src/target/arm_adi_v5.h
index 4cba62a..4eab35d 100644
--- a/src/target/arm_adi_v5.h
+++ b/src/target/arm_adi_v5.h
@@ -348,7 +348,7 @@ struct adiv5_dap {
* Cache for DP_SELECT register. A value of DP_SELECT_INVALID
* indicates no cached value and forces rewrite of the register.
*/
- uint32_t select;
+ uint64_t select;
/* information about current pending SWjDP-AHBAP transaction */
uint8_t ack;