riscv-openocd/src
Hang Xu 2370d78249 target/riscv: fix the bug of using S2 register in read_memory_progbuf
We should avoid using x16~x31 register in program buffer because there
are no such general purpose registers in RVE(Embedded) extension.
For targets that support rvE, when the parameter increment=0
and count>1 of the read_memory_progbuf function, openocd will cause
an error due to the use of the s2 register.
For example:
{Command} {riscv repeat_read} count address [size=4]

Change-Id: I8b74dcc15cd00a400f2f1354c577a82132394435
Signed-off-by: Hang Xu <xuhang@eswincomputing.com>
2023-03-12 04:01:05 +00:00
..
flash flash: Remove duplicate entry for micron mt25qu01. 2023-03-06 09:04:39 -08:00
helper helper: Add missing entry to jep106.inc. 2023-03-06 09:13:52 -08:00
jtag Merge commit 'd1b882f2c014258be5397067e45848fa5465b78b' into from_upstream 2023-02-28 10:54:48 -08:00
pld openocd: use single line for register_commands*() 2021-11-23 11:03:38 +00:00
rtos Calculate the FreeRTOS type sizes and offsets more adaptively. (#806) 2023-03-08 16:24:06 -08:00
rtt openocd: include config.h in every file .c 2022-03-26 13:32:57 +00:00
server Merge commit 'd1b882f2c014258be5397067e45848fa5465b78b' into from_upstream 2023-02-28 10:54:48 -08:00
svf openocd: fix Yoda conditions with checkpatch 2021-07-24 10:38:31 +01:00
target target/riscv: fix the bug of using S2 register in read_memory_progbuf 2023-03-12 04:01:05 +00:00
transport openocd: remove NULL comparisons with checkpatch [1/2] 2021-07-24 10:38:00 +01:00
xsvf openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
Makefile.am Remove gnulib. (#615) 2021-05-28 13:24:51 -07:00
hello.c openocd: fix simple cases of Yoda condition 2021-07-20 14:55:24 +01:00
hello.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
main.c Cleanup of config/includes. 2021-05-01 14:35:09 +01:00
openocd.c openocd: add post-init and pre-shutdown helpers 2022-05-14 08:58:36 +00:00
openocd.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00