riscv-openocd/src
Farid Khaydari cc7e5e3aad target/riscv: implement abstract command cache
Implemented cache of unsupported abstract commands.
It's purpose is to replace set of caching variables to one.
So this commit provides one ac_not_supported_cache
instead of abstract_read_csr_supported,
abstract_write_csr_supported, abstract_read_fpr_supported,
abstract_write_fpr_supported, has_aampostincrement.

Dropped check for buggy aampostincrement

Fixes #1232

Change-Id: I75cae1481841f2cd0393d6cc80f0d913fbe34294
Signed-off-by: Farid Khaydari <f.khaydari@syntacore.com>
2025-03-04 11:50:38 +03:00
..
flash Merge up to 1f3f635693 from upstream 2025-02-17 17:38:44 +03:00
helper Merge up to 1f3f635693 from upstream 2025-02-17 17:38:44 +03:00
jtag Merge up to 1f3f635693 from upstream 2025-02-17 17:38:44 +03:00
pld jtag: drop useless typedef tap_state_t 2025-02-16 16:23:03 +00:00
rtos Merge up to 1f3f635693 from upstream 2025-02-17 17:38:44 +03:00
rtt rtt: drop useless typedefs 2025-02-16 16:20:12 +00:00
server Merge up to 26f2df80c3 from upstream 2025-01-22 17:47:14 +03:00
svf jtag: drop useless typedef tap_state_t 2025-02-16 16:23:03 +00:00
target target/riscv: implement abstract command cache 2025-03-04 11:50:38 +03:00
transport openocd: convert 'unsigned' to 'unsigned int' 2024-10-05 15:46:25 +00:00
xsvf jtag: drop useless typedef tap_state_t 2025-02-16 16:23:03 +00:00
Makefile.am configure: Use pkg-config for jimtcl 2024-08-02 15:59:07 +00:00
hello.c hello: include hello.h 2023-05-18 10:13:41 +00:00
hello.h openocd: src: replace the GPL-2.0-or-later license tag 2022-07-23 13:59:13 +00:00
main.c openocd: fix SPDX tag format for files .c 2022-09-18 08:22:01 +00:00
openocd.c openocd: drop useless typedef 2025-02-16 16:20:30 +00:00
openocd.h openocd: src: replace the GPL-2.0-or-later license tag 2022-07-23 13:59:13 +00:00