openocd.git
17 years ago- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)
drath [Mon, 26 Mar 2007 21:47:26 +0000 (21:47 +0000)]
- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)
- fixed compiler warnings throughout the code (thanks to Vincent Palatin for this patch)
- added support for accessing ETB (embedded trace buffer) registers

git-svn-id: svn://svn.berlios.de/openocd/trunk@134 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- added missing files for last commit
drath [Fri, 16 Mar 2007 09:12:22 +0000 (09:12 +0000)]
- added missing files for last commit

git-svn-id: svn://svn.berlios.de/openocd/trunk@133 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- reworked file i/o. every fileaccess (target, flash, nand, in future configuration...
drath [Thu, 15 Mar 2007 13:36:44 +0000 (13:36 +0000)]
- reworked file i/o. every fileaccess (target, flash, nand, in future configuration, too) should now go through the fileio subsystem
- added support for reading IHEX files (through fileio)
- load/dump_binary renamed to the more generic load/dump_image <file> <address> ['bin'|'ihex']
- added NAND framework (preliminary)
- added support for the LPC3180 SLC and MLC NAND controllers (preliminary)
- fix initialization for parport
- gw16012 fixes/cleanups
- added EmbeddedICE version 7 (preliminary, reported on two LPC23xx devices so far)
- added 'arm7_9 etm <target#>' configuration command to enable access to the ETM registers

git-svn-id: svn://svn.berlios.de/openocd/trunk@132 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- fixed libftdi initialization
drath [Tue, 20 Feb 2007 13:47:32 +0000 (13:47 +0000)]
- fixed libftdi initialization

git-svn-id: svn://svn.berlios.de/openocd/trunk@131 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- add missing parentheses around macro parameters (thanks to Matthias Bauch for notic...
drath [Sat, 3 Feb 2007 16:00:14 +0000 (16:00 +0000)]
- add missing parentheses around macro parameters (thanks to Matthias Bauch for noticing this bug and providing a fix)

git-svn-id: svn://svn.berlios.de/openocd/trunk@130 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- merged several changes from XScale
drath [Wed, 31 Jan 2007 10:59:20 +0000 (10:59 +0000)]
- merged several changes from XScale
- complain about identify_chain scan with all bits one (jtag communication problem)
- add 0x80000 as a valid size for lpc2000_v2 flash banks (previously only the user accessible 0x7d000 were valid)

git-svn-id: svn://svn.berlios.de/openocd/trunk@129 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- disabled use of single-step bit for EmbeddedICE version 6 cores
drath [Fri, 26 Jan 2007 12:40:48 +0000 (12:40 +0000)]
- disabled use of single-step bit for EmbeddedICE version 6 cores

git-svn-id: svn://svn.berlios.de/openocd/trunk@128 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- disabled JTAG debug output
drath [Thu, 25 Jan 2007 10:32:02 +0000 (10:32 +0000)]
- disabled JTAG debug output
- fixed version information

git-svn-id: svn://svn.berlios.de/openocd/trunk@127 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- Added support for ARM926EJ-S based cores
drath [Thu, 25 Jan 2007 10:30:42 +0000 (10:30 +0000)]
- Added support for ARM926EJ-S based cores
- Added contributors to AUTHORS file
- Added link to Joern Kaipf's OOCD-Link

git-svn-id: svn://svn.berlios.de/openocd/trunk@126 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)
drath [Mon, 22 Jan 2007 14:47:00 +0000 (14:47 +0000)]
- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)
- fix infinite recursion in target_init_handler (thanks to jw and Magnus Lundin)
- fix CFI flash handlign with buswidth < 32bit (thanks to Daniele Orio for reporting this)
- add support for reading JTAG device id (currently only as debug output on startup)
- cleaned up handling of EmbeddedICE registers. Supported functionality and register size now determined by EmbeddedICE version number.
- small cleanups/fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@124 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- added support for ST flashlink cable
ntfreak [Thu, 18 Jan 2007 18:54:04 +0000 (18:54 +0000)]
- added support for ST flashlink cable

git-svn-id: svn://svn.berlios.de/openocd/trunk@123 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- disabled FT2232 debug output (that code should be fairly stable)
drath [Tue, 9 Jan 2007 17:19:41 +0000 (17:19 +0000)]
- disabled FT2232 debug output (that code should be fairly stable)
- fixed bug in jtag.c where JTAG command type was wrong for PATHMOVE commands
- added lattice ISP cable (experimental)
- properly initialize parallel port (clear tristate bit)
- fixed jtag/Makefile.am that failed with some versions of autotools
- print error number if read() in gdbserver.c failed on Windows
- fixed handling of opcodes with bits 27-25 b011 (comment was correct, code had a bug)
- added support for AT91SAM7SE internal flash

git-svn-id: svn://svn.berlios.de/openocd/trunk@122 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- checked in missing configure.in changes for GW16012 support
drath [Wed, 22 Nov 2006 16:22:11 +0000 (16:22 +0000)]
- checked in missing configure.in changes for GW16012 support

git-svn-id: svn://svn.berlios.de/openocd/trunk@117 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. configuration
drath [Wed, 22 Nov 2006 13:03:10 +0000 (13:03 +0000)]
- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. configuration
- added support for loading .bit files into Xilinx Virtex-II devices
- added support for the Gateworks GW16012 JTAG dongle
- merged CFI fixes from XScale branch
- a few minor fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@116 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=en:projec...
drath [Tue, 7 Nov 2006 10:54:19 +0000 (10:54 +0000)]
- added support for the oocd-link (joernonline.de/dw/doku.php?id=en:projects:oocdlink)
- fixed breakpoint handling (this changes the target_t interface)

git-svn-id: svn://svn.berlios.de/openocd/trunk@113 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- correctly enter debug state on a "soft_reset_halt" command
drath [Sun, 5 Nov 2006 17:38:35 +0000 (17:38 +0000)]
- correctly enter debug state on a "soft_reset_halt" command
- several small fixes
- retry reading from a FT2232 device on incomplete reads

git-svn-id: svn://svn.berlios.de/openocd/trunk@110 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- several small fixes (thanks to Magnus Lundin and Spencer Oliver)
drath [Mon, 23 Oct 2006 14:02:34 +0000 (14:02 +0000)]
- several small fixes (thanks to Magnus Lundin and Spencer Oliver)
- added support for using Luminary Micro development board 'evb_lm3s811' as a JTAG interface (thanks to Magnus Lundin)

git-svn-id: svn://svn.berlios.de/openocd/trunk@106 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- fixed endianness handling in arm7_9_read_core_reg (thanks to Magnus Lundin for...
drath [Thu, 19 Oct 2006 10:07:24 +0000 (10:07 +0000)]
- fixed endianness handling in arm7_9_read_core_reg (thanks to Magnus Lundin for reporting this)
- correctly handle ft2232_device_desc and ft2232_serial when both are given at the same time

git-svn-id: svn://svn.berlios.de/openocd/trunk@104 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- allow FT2232 devices to be opened by serial number instead of device description...
drath [Thu, 12 Oct 2006 16:20:47 +0000 (16:20 +0000)]
- allow FT2232 devices to be opened by serial number instead of device description ('ft2232_serial <serial>' command)
- redirect output from target event scripts (currently only reset) to the daemon output (INFO:)
- some minor fixes and enhancements

git-svn-id: svn://svn.berlios.de/openocd/trunk@103 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- added support for American Microsystem's M5960 (FT2232 based USB JTAG interface)
drath [Fri, 6 Oct 2006 15:46:25 +0000 (15:46 +0000)]
- added support for American Microsystem's M5960 (FT2232 based USB JTAG interface)
- added support for AT91SAM7A devices (thanks to Magnus Lundin)
- updated README with pointer to Amontec's JTAGkeyTiny

git-svn-id: svn://svn.berlios.de/openocd/trunk@102 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- fixed regression in gdb_server.c (Thanks to Michael Fischer for finding these bugs)
drath [Tue, 3 Oct 2006 09:56:41 +0000 (09:56 +0000)]
- fixed regression in gdb_server.c (Thanks to Michael Fischer for finding these bugs)

git-svn-id: svn://svn.berlios.de/openocd/trunk@101 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- str9x flash support (Thanks to Spencer Oliver)
drath [Thu, 28 Sep 2006 10:41:43 +0000 (10:41 +0000)]
- str9x flash support (Thanks to Spencer Oliver)
- str75x flash support (Thanks to Spencer Oliver)
- correct reporting of T-Bit in CPSR (Thanks to John Hartman for reporting this)
- core-state (ARM/Thumb) can be switched by modifying CPSR
- fixed bug in gdb_server register handling
- register values > 32-bit should now be supported
- several minor fixes and enhancements

git-svn-id: svn://svn.berlios.de/openocd/trunk@100 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- allow writes to second flash bank on STR71x devices (cleaned up sector list building)
drath [Tue, 12 Sep 2006 18:56:48 +0000 (18:56 +0000)]
- allow writes to second flash bank on STR71x devices (cleaned up sector list building)
- cleaned up str7x flash erase and protect code (use two accesses to erase sectors in both banks)

git-svn-id: svn://svn.berlios.de/openocd/trunk@98 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- set the T bit in the CPSR when the core was executing in Thumb state. Mask the...
drath [Sat, 9 Sep 2006 11:26:15 +0000 (11:26 +0000)]
- set the T bit in the CPSR when the core was executing in Thumb state. Mask the T bit from the CPSR for all CPSR-writing operations

git-svn-id: svn://svn.berlios.de/openocd/trunk@97 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- free working area used to store flash write buffer
drath [Thu, 7 Sep 2006 17:50:02 +0000 (17:50 +0000)]
- free working area used to store flash write buffer

git-svn-id: svn://svn.berlios.de/openocd/trunk@96 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- integrated patch from Magnus Lundin that fixes at91sam7 flash timing bugs and possi...
drath [Thu, 7 Sep 2006 17:36:34 +0000 (17:36 +0000)]
- integrated patch from Magnus Lundin that fixes at91sam7 flash timing bugs and possible endianness problems (big endian hosts)
- correctly write trailing bytes on str7x flashes
- speed up str7x flash writing by offloading the algorithm to the target

git-svn-id: svn://svn.berlios.de/openocd/trunk@95 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- added debug output for D/I FSR and FAR (arm920t)
drath [Mon, 4 Sep 2006 10:31:28 +0000 (10:31 +0000)]
- added debug output for D/I FSR and FAR (arm920t)
- fixed bug that caused CPSR to be corrupted in Thumb mode

git-svn-id: svn://svn.berlios.de/openocd/trunk@93 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- made lpc2000 code endianness safe (support big-endian hosts, target is always little)
drath [Thu, 31 Aug 2006 14:33:33 +0000 (14:33 +0000)]
- made lpc2000 code endianness safe (support big-endian hosts, target is always little)

git-svn-id: svn://svn.berlios.de/openocd/trunk@92 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- added missing AT91RM9200 files
drath [Thu, 31 Aug 2006 12:55:54 +0000 (12:55 +0000)]
- added missing AT91RM9200 files
- bumped OpenOCD version date

git-svn-id: svn://svn.berlios.de/openocd/trunk@91 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- endianess fixes everywhere but in the flash code. flashing might still be broken...
drath [Thu, 31 Aug 2006 12:41:49 +0000 (12:41 +0000)]
- endianess fixes everywhere but in the flash code. flashing might still be broken on big-endian targets and/or hosts
- added access to ARM920T vector catch register (via generic register mechanism)
- don't disable linefills on ARM920T cores - this lead to lockups when accessing lines already contained in cache
- read content of ARM920T cache and tlb into file (arm920t read_flash/read_mmu commands)
- memory reading improved on ARM7/9, can be further accelerated with new "arm7_9 fast_memory_access enable" command (renamed from fast_writes)
- made in_handler independent from in field (makes the handler more flexible)
- added timeout to ft2232 when using D2XX library
- fixed STR7x protection bit handling on second bank (thanks to Bernard)
- added support for using the OpenOCD on AT91RM9200 systems (thanks to Anders Larsen)
- fixed AT91SAM7 flash handling when not running from 32kHz clock (thanks to Anders Larsen)

git-svn-id: svn://svn.berlios.de/openocd/trunk@90 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- made bp command more verbose
drath [Sun, 20 Aug 2006 15:10:32 +0000 (15:10 +0000)]
- made bp command more verbose
- fixed bug that could result in register corruption on arm920t targets

git-svn-id: svn://svn.berlios.de/openocd/trunk@89 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- updated version info in openocd.c
drath [Thu, 17 Aug 2006 14:56:22 +0000 (14:56 +0000)]
- updated version info in openocd.c

git-svn-id: svn://svn.berlios.de/openocd/trunk@88 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- renamed jtag_interface_t.support_statemove to jtag_interface_t.support_pathmove...
drath [Thu, 17 Aug 2006 14:53:15 +0000 (14:53 +0000)]
- renamed jtag_interface_t.support_statemove to jtag_interface_t.support_pathmove (it is used to indicate jtag_add_pathmove support)
- fixed small bug in str7x.c that printed an address instead of the target number in an error message
- added support for Olimex ARM-USB-OCD. The new ft2232 layout is called "olimex-jtag"

git-svn-id: svn://svn.berlios.de/openocd/trunk@87 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- fixed bug in .cfg files. Thanks to Michael Fischer for noticing this.
drath [Mon, 14 Aug 2006 15:45:11 +0000 (15:45 +0000)]
- fixed bug in .cfg files. Thanks to Michael Fischer for noticing this.

git-svn-id: svn://svn.berlios.de/openocd/trunk@86 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- updated configuration examples, installation instructions and README (including...
drath [Mon, 14 Aug 2006 10:58:12 +0000 (10:58 +0000)]
- updated configuration examples, installation instructions and README (including list of supported JTAG interfaces)

git-svn-id: svn://svn.berlios.de/openocd/trunk@85 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- added support for the Signalyzer USB->JTAG dongle (www.signalyzer.com)
drath [Mon, 14 Aug 2006 10:02:55 +0000 (10:02 +0000)]
- added support for the Signalyzer USB->JTAG dongle (signalyzer.com)

git-svn-id: svn://svn.berlios.de/openocd/trunk@84 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- added support for FreeBSD ppi (parallel port access similar to /dev/parport on...
drath [Fri, 11 Aug 2006 17:49:41 +0000 (17:49 +0000)]
- added support for FreeBSD ppi (parallel port access similar to /dev/parport on linux) (thanks to Darius for this patch)
- unified 'ftd2xx' and 'ftdi2232' into a single interface 'ft2232'. The library used to access the hardware is choosen during configure with --enable-ft2232_ftd2xx or --enable-ft2232-libftdi.

git-svn-id: svn://svn.berlios.de/openocd/trunk@83 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- fixed jtag_n[st]rst_delay. time is now miliseconds (as documented), not microseconds
drath [Sun, 6 Aug 2006 12:14:02 +0000 (12:14 +0000)]
- fixed jtag_n[st]rst_delay. time is now miliseconds (as documented), not microseconds

git-svn-id: svn://svn.berlios.de/openocd/trunk@82 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- fixed a minor problem with the GDB server that could drop the first packet (non...
drath [Sun, 6 Aug 2006 11:20:42 +0000 (11:20 +0000)]
- fixed a minor problem with the GDB server that could drop the first packet (non-fatal)
- fixed some small memory leaks (thanks to Spencer Oliver)
- verify chip- and buswidth of cfi flash configurations
- added support for ARM966E based systems (tested only with ST micro STR9, thanks to Spencer Oliver)

git-svn-id: svn://svn.berlios.de/openocd/trunk@81 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- allow building for MinGW using either -mno-cygwin or the MinGW gcc
drath [Tue, 1 Aug 2006 09:45:22 +0000 (09:45 +0000)]
- allow building for MinGW using either -mno-cygwin or the MinGW gcc
- added GiveIO support to the amt_jtagaccel driver
- explicitly disable loopback mode for FT2232 devices
- changed configuration options n[st]rst_delay to jtag_n[st]rst_delay
- shutdown network services on exit

git-svn-id: svn://svn.berlios.de/openocd/trunk@80 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- added configurable delays after reset lines get deasserted. useful if reset circuit...
drath [Sun, 30 Jul 2006 11:25:43 +0000 (11:25 +0000)]
- added configurable delays after reset lines get deasserted. useful if reset circuitry keeps lines asserted for too long.
- additional debug output when opening the parallel port
- fixed counting of available arm7/9 watchpoint units
- 'flash write' now displays elapsed time

git-svn-id: svn://svn.berlios.de/openocd/trunk@79 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- Added support for native MinGW builds (thanks to Spencer Oliver and Michael Fischer...
drath [Mon, 17 Jul 2006 14:13:27 +0000 (14:13 +0000)]
- Added support for native MinGW builds (thanks to Spencer Oliver and Michael Fischer) - you still need to install GiveIO (not part of OpenOCD)
- Added state-move support to ftd2xx and bitbang JTAG drivers (required for XScale, possibly useful for other targets, too)
- various fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@78 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- fixed bug in Thumb sw breakpoint handling (thanks to Spen for this patch)
drath [Sun, 25 Jun 2006 21:02:44 +0000 (21:02 +0000)]
- fixed bug in Thumb sw breakpoint handling (thanks to Spen for this patch)
- fixed handling of services linked list (thanks to Spen for this patch)

git-svn-id: svn://svn.berlios.de/openocd/trunk@76 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- changed use of bzero (deprecated) to memset (thanks to Spen for pointing this out)
drath [Sun, 25 Jun 2006 20:44:25 +0000 (20:44 +0000)]
- changed use of bzero (deprecated) to memset (thanks to Spen for pointing this out)
- changed fallback implementation of strndup to something that works on all systems (thanks to Spen for this patch)

git-svn-id: svn://svn.berlios.de/openocd/trunk@75 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- added "version" command (patch from John Hartman, thanks)
drath [Sun, 25 Jun 2006 11:14:44 +0000 (11:14 +0000)]
- added "version" command (patch from John Hartman, thanks)
- fixed bug in telnet history handling (patch from John Hartman, thanks)
- OpenOCD version has been changed from SVN revision number to date/time

git-svn-id: svn://svn.berlios.de/openocd/trunk@74 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- added support for AT91SAM7A3 flash (patch from andre renaud, thanks)
drath [Fri, 23 Jun 2006 07:54:01 +0000 (07:54 +0000)]
- added support for AT91SAM7A3 flash (patch from andre renaud, thanks)
- fix trunk build for mac os x (patch from Lauri Leukkunen, thanks)
- added check for host endianness, defines WORDS_BIGENDIAN on a big-endian host (e.g. mac os-x)
- fixed bug where endianness of memory accesses could be swapped on BE hosts
- added space for zero termination of ftd2xx_layout string (from Magnus Ludin, tahnks)

git-svn-id: svn://svn.berlios.de/openocd/trunk@73 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- keep additional information for decoded instructions
drath [Fri, 16 Jun 2006 16:19:08 +0000 (16:19 +0000)]
- keep additional information for decoded instructions

git-svn-id: svn://svn.berlios.de/openocd/trunk@69 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- the 'help' command now takes an optional argument to display help only on a certain...
drath [Mon, 12 Jun 2006 16:49:49 +0000 (16:49 +0000)]
- the 'help' command now takes an optional argument to display help only on a certain command (thanks to Andrew Dyer for this enhancement)
- OpenOCD now includes the ability to diassemble instructions on its own (only ARM for now, Thumb might follow).
The command is "armv4_5 disassemble <address> <count> ['thumb']" (thumb is currently unsupported).
I've compared the produced disassembly against GDB/GNU Objdump output, and it seems to be correct, but there may still be some bugs left.

git-svn-id: svn://svn.berlios.de/openocd/trunk@68 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- fixed some spelling errors (thanks to Andrew Dyer)
drath [Mon, 5 Jun 2006 14:36:39 +0000 (14:36 +0000)]
- fixed some spelling errors (thanks to Andrew Dyer)

git-svn-id: svn://svn.berlios.de/openocd/trunk@67 b42882b7-edfa-0310-969c-e2dbd0fdcd60

17 years ago- prepare OpenOCD for branching, created ./trunk/
drath [Fri, 2 Jun 2006 10:36:31 +0000 (10:36 +0000)]
- prepare OpenOCD for branching, created ./trunk/

git-svn-id: svn://svn.berlios.de/openocd/trunk@64 b42882b7-edfa-0310-969c-e2dbd0fdcd60

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)