riscv-openocd/src/helper
Evgeniy Naydanov cabb6000df Merge up to fd62626dff from upstream
Conflicts are related to `unsigned`->`unisgned int` cleanup:
* `src/jtag/drivers/ftdi.c` -- between
  6749c70a3a and
  a64dc23bf1.
* `src/rtos/hwthread.c` -- between
  ef3e61bebc and
  436e6f1770.
* `src/target/target.c` and `.h` -- between
  53ec10b61d and
  e72733d590.
* `src/target/riscv/*` -- due to
  957eb741a0 and
  fec3b22421.
  Resolved by:
    * Changing the return type of `riscv_batch_get_dmi_read_op()` to
      `uint32_t`.
    * Using RISC-V OpenOCD's version in other cases.

Change-Id: Ia6e2129c6fddb1dec26adcd936506af2539412ef
2024-11-12 17:25:33 +03:00
..
Makefile.am Merge commit 'ee31f1578a333a75737bc5b183cd4ae98cdaf798' into from_upstream 2023-09-12 12:55:10 -07:00
align.h helper/align.h: Fix macro IS_PWR_OF_2 2024-10-05 15:53:43 +00:00
base64.c Add memory sample feature (#541) 2020-10-07 14:31:36 -07:00
base64.h Add memory sample feature (#541) 2020-10-07 14:31:36 -07:00
bin2char.sh helper/bin2char: drop trailing empty line 2023-12-24 14:27:23 +00:00
binarybuffer.c openocd: convert 'unsigned' to 'unsigned int' 2024-10-05 15:46:25 +00:00
binarybuffer.h openocd: convert 'unsigned' to 'unsigned int' 2024-10-05 15:46:25 +00:00
bits.h openocd: src/helper: replace the GPL-2.0-or-later license tag 2022-07-23 13:54:09 +00:00
command.c openocd: convert 'unsigned' to 'unsigned int' 2024-10-05 15:46:25 +00:00
command.h openocd: convert 'unsigned' to 'unsigned int' 2024-10-05 15:46:25 +00:00
compiler.h helper/compiler fix build with gcc on MacOS 2023-04-07 22:56:27 +00:00
configuration.c openocd: fix SPDX tag format for files .c 2022-09-18 08:22:01 +00:00
configuration.h openocd: fix build with jimtcl 0.83 2024-10-05 15:52:26 +00:00
crc32.c helper: Add generic little endian CRC32 function 2023-01-21 22:57:33 +00:00
crc32.h helper: Add generic little endian CRC32 function 2023-01-21 22:57:33 +00:00
fileio.c openocd: fix SPDX tag format for files .c 2022-09-18 08:22:01 +00:00
fileio.h openocd: src/helper: replace the GPL-2.0-or-later license tag 2022-07-23 13:54:09 +00:00
jep106.c helper: with pointers, use NULL instead of 0 2023-05-05 22:09:09 +00:00
jep106.h openocd: src/helper: replace the GPL-2.0-or-later license tag 2022-07-23 13:54:09 +00:00
jep106.inc jep106: update to revision JEP106BK Sep 2024 2024-10-05 15:42:32 +00:00
jim-nvp.c openocd: fix build with jimtcl 0.83 2024-10-05 15:52:26 +00:00
jim-nvp.h helper/jim-nvp: avoid camelcase error by deprecated API 2022-07-23 13:59:49 +00:00
list.h helper/list: include the correct header file 2024-03-24 13:41:17 +00:00
log.c gdb_server: Improve const correctness 2024-10-20 09:25:25 +00:00
log.h gdb_server: Improve const correctness 2024-10-20 09:25:25 +00:00
nvp.c helper: nvp: minor fixes 2023-12-16 07:51:10 +00:00
nvp.h helper: nvp: minor fixes 2023-12-16 07:51:10 +00:00
options.c openocd: dump full command line in the debug log 2024-03-16 14:42:20 +00:00
replacements.c helper: replacements: rework including replacements.h 2023-05-18 10:11:06 +00:00
replacements.h openocd: convert 'unsigned' to 'unsigned int' 2024-10-05 15:46:25 +00:00
startup.tcl src/helper/startup: fix syntax errors 2024-06-08 08:44:18 +00:00
system.h openocd: src/helper: replace the GPL-2.0-or-later license tag 2022-07-23 13:54:09 +00:00
time_support.c openocd: fix SPDX tag format for files .c 2022-09-18 08:22:01 +00:00
time_support.h openocd: src/helper: replace the GPL-2.0-or-later license tag 2022-07-23 13:54:09 +00:00
time_support_common.c openocd: fix SPDX tag format for files .c 2022-09-18 08:22:01 +00:00
types.h helper: types: rework h_u32_to_le() and similar for sparse 2023-05-18 10:12:16 +00:00
update_jep106.pl openocd: src: replace SPDX to remaining files 2022-07-23 13:59:25 +00:00
util.c helper: util: include util.h 2023-05-05 22:08:56 +00:00
util.h openocd: src/helper: replace the GPL-2.0-or-later license tag 2022-07-23 13:54:09 +00:00