Skip to content

Commit 2913dff

Browse files
committed
doc: riscv: minor fixes in openocd.texi
'smp' and 'smp_gdb' command do not have 'riscv' prefix. Document 'riscv use_bscan_tunnel' and 'riscv set_bscan_tunnel_ir' as {Config Command} Change-Id: I7b57613c9fedcccd6d6b1438d7fc2d28ea34ba65 Signed-off-by: Tomas Vanek <[email protected]> Reviewed-on: https://review.openocd.org/c/openocd/+/9133 Tested-by: jenkins Reviewed-by: Evgeniy Naydanov <[email protected]>
1 parent ab8fb1d commit 2913dff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/openocd.texi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11800,19 +11800,19 @@ When utilizing version 0.11 of the RISC-V Debug Specification,
1180011800
and DBUS registers, respectively.
1180111801
@end deffn
1180211802

11803-
@deffn {Command} {riscv smp} [on|off]
11803+
@deffn {Command} {smp} [on|off]
1180411804
Display, enable or disable SMP handling mode. This command is needed only if
1180511805
user wants to temporary @b{disable} SMP handling for an existing SMP group
1180611806
(see @code{aarch64 smp} for additional information). To define an SMP
1180711807
group the command @code{target smp} should be used.
1180811808
@end deffn
1180911809

11810-
@deffn {Command} {riscv smp_gdb} [core_id]
11810+
@deffn {Command} {smp_gdb} [core_id]
1181111811
Display/set the current core displayed in GDB. This is needed only if
11812-
@code{riscv smp} was used.
11812+
@code{smp} was used.
1181311813
@end deffn
1181411814

11815-
@deffn {Command} {riscv use_bscan_tunnel} width [type]
11815+
@deffn {Config Command} {riscv use_bscan_tunnel} width [type]
1181611816
Enable or disable use of a BSCAN tunnel to reach the Debug Module. Supply the
1181711817
@var{width} of the DM transport TAP's instruction register to enable. The
1181811818
@var{width} should fit into 7 bits. Supply a value of 0 to disable.
@@ -11836,7 +11836,7 @@ tunneled DR scan consists of:
1183611836
@end enumerate
1183711837
@end deffn
1183811838

11839-
@deffn {Command} {riscv set_bscan_tunnel_ir} value
11839+
@deffn {Config Command} {riscv set_bscan_tunnel_ir} value
1184011840
Allows the use_bscan_tunnel feature to target non Xilinx device by
1184111841
specifying the JTAG TAP IR used to access the bscan tunnel.
1184211842
@end deffn

0 commit comments

Comments
 (0)