Skip to content

Commit

Permalink
target/mips32: add dsp access support
Browse files Browse the repository at this point in the history
Add access to dsp registers and a command for dsp related operations.
Checkpatch-ignore: MACRO_ARG_REUSE

Change-Id: I30aec0b9e4984896965edb1663f74216ad41101e
Signed-off-by: Walter Ji <walter.ji@oss.cipunited.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7867
Tested-by: jenkins
Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
  • Loading branch information
709924470 authored and borneoa committed Mar 9, 2024
1 parent fcda9f1 commit 561ea48
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/openocd.texi
Expand Up @@ -11070,6 +11070,11 @@ EJTAG Register Specification could be found in MIPS Document MD00047F, for
core specific EJTAG Register definition, please check Core Specific SUM manual.
@end deffn

@deffn {Command} {mips32 dsp} [[register_name] [value]]
Displays all DSP registers' contents or get/set value by register name. Will display
an error if current CPU does not support DSP.
@end deffn

@section RISC-V Architecture

@uref{http://riscv.org/, RISC-V} is a free and open ISA. OpenOCD supports JTAG
Expand Down

0 comments on commit 561ea48

Please sign in to comment.