From: OpenOCD-Gerrit <ope...@us...> - 2021-11-23 11:06:01
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via cb97a4e82171dcf81fce8d012554b99344787836 (commit) from cbfd0b9aad5e7693fffb5c88098712070b0efc71 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cb97a4e82171dcf81fce8d012554b99344787836 Author: Antonio Borneo <bor...@gm...> Date: Thu Nov 18 11:15:42 2021 +0100 doc: remove non-existing command riscv set_scratch_ram The command was proposed in http://review.openocd.org/#/c/4578/2 and dropped in favor on existing work area commands. Nevertheless the command landed in documentation. Remove it! Change-Id: I6e18124256f29be15d8593c07d96f61d19e983f8 Signed-off-by: Antonio Borneo <bor...@gm...> Fixes: a51ab8ddf63a ("Add RISC-V support.") Reviewed-on: https://review.openocd.org/c/openocd/+/6721 Tested-by: jenkins Reviewed-by: Jan Matyas <ma...@co...> diff --git a/doc/openocd.texi b/doc/openocd.texi index 85dc432da..40a3f2791 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -10199,11 +10199,6 @@ Set the maximum time to wait for a hart to come out of reset after reset is deasserted. @end deffn -@deffn {Command} {riscv set_scratch_ram} none|[address] -Set the address of 16 bytes of scratch RAM the debugger can use, or 'none'. -This is used to access 64-bit floating point registers on 32-bit targets. -@end deffn - @deffn {Command} {riscv set_prefer_sba} on|off When on, prefer to use System Bus Access to access memory. When off (default), prefer to use the Program Buffer to access memory. ----------------------------------------------------------------------- Summary of changes: doc/openocd.texi | 5 ----- 1 file changed, 5 deletions(-) hooks/post-receive -- Main OpenOCD repository |