openocd.git
2008-02-07 ntfreak- added synchronous reset patch, Thanks Øyvind Harboe
2008-02-06 mifi- added patch to access cp15 register (XScale)
2008-02-06 mifi- added patch to solve problem with AT91SAM9260 (dirty...
2008-02-04 ntfreak- fixes issue with reset and arm926ejs core. Thanks...
2008-02-04 ntfreakAdded patch to stop SEGFAULT with missing jtag config...
2008-02-02 mifi- added patch to solve the reset problem with arm9...
2008-01-27 mifi- added autoprobe functionality
2008-01-25 ntfreakfixed incorrect elf segment size - Thanks Øyvind Harboe
2008-01-24 mifi- added patch to check some malloc problems.
2008-01-23 mluUpdated list of LMI partnames
2008-01-23 mifi- added patch to fix crash in load_image on corrupt...
2008-01-22 mifi- added patch to fix brocken STR9 line
2008-01-21 bodylove- Added example config and startup-script for a XScale...
2008-01-21 bodylove[MERGE] Merged all remaining changes between trunk...
2008-01-21 bodylove- Synced code with branch
2008-01-21 bodylove- Eleminated leading tabs/white space
2008-01-21 bodylove- Eleminated leading tabs/white space
2008-01-21 bodylove- Eleminated leading tabs/white space
2008-01-21 ntfreak- updated docs for cfi command, added missing ft2232_la...
2008-01-20 mifi- added patch "remove error handler as planned"
2008-01-17 ntfreak- add support for cortex_m3 target_request debugmsgs
2008-01-17 ntfreak- add missing files from previous commit (tms470 flash...
2008-01-17 drath- fixed 'make distcheck' (thanks to Theodore A. Roth...
2008-01-17 drath- added tms470 flash support (thanks to Chris Kilgour...
2008-01-14 drath- use correct SCAN_N check value (disabled by default)
2008-01-11 ntfreak- debug handler file not closed - (thanks to oyvind...
2008-01-10 ntfreak- fix gdb packet retransmission omission
2008-01-10 ntfreak- _DEBUG_GDB_IO_ was left on by mistake
2008-01-10 ntfreak- added faster gdb packet handling (thanks to oyvind...
2008-01-10 mifi- added patch for faster start of OpenOCD
2008-01-09 ntfreak- rename flash_init and flash_erase to flash_init_drive...
2008-01-07 mifi- added gdb flash fixes patch
2007-12-29 ntfreak- add support for extended gdb packet R (restart),...
2007-12-29 ntfreak- minimum autoconf 2.59 is now required and verified...
2007-12-21 mifi- corrected working_area of LPC2129 script
2007-12-20 ntfreak- fixed problem when write_image is called multiple...
2007-12-20 ntfreak- removed flash write_image - binary compare function...
2007-12-19 mifi- this patch allows OpenOCD running under eCos to acces...
2007-12-18 ntfreak- added patch by Øyvind Harboe to Intel Hex Start Segme...
2007-12-18 mifi- added patch for new flash functionality like:
2007-12-17 mifi- only some cosmetic changes, convert \r\n to unix
2007-12-17 mifi- fixed relocation problems with image loading. Relocat...
2007-12-17 mifi- added patch to corrected argument of image_open in...
2007-12-17 mifiThe changes allows the "script" command to be used...
2007-12-16 mifi- removed some compiler warnings
2007-12-16 mifi- change error message for image_open error
2007-12-16 mifi- initialize num_sectors and sectors in handle_flash_ba...
2007-12-16 drath- fixed ETM configuration register decoding
2007-12-14 mifi- added the patch CFI-BE-Fixes-Blockwrite-Support.diff
2007-12-14 mifiCorrected typo (to many brackets)
2007-12-14 mifiSorry, I have forgotten to add a description for the...
2007-12-14 mifigit-svn-id: svn://svn.berlios.de/openocd/trunk@228...
2007-12-14 mifi- added patch from Dominic to unlock the ATMEL flash...
2007-12-10 mifi- Fixing two compiler warnings
2007-12-10 bodylove- Stripped trailing spaces (patch preparation)
2007-12-10 bodylove- Enabled URL keyword expansion for enhanced version
2007-12-10 bodylove- Added PKGLIBDIR define to C options. Allows to store
2007-12-10 bodylove- XScale DebugHandler code is now installed into
2007-12-10 bodyloveChanged openocd version info creation to be more useful.
2007-12-09 mifi- added patch to display device information as INFO too
2007-12-05 bodyloveMerged rev 215 changes from /branches/xscale-ixp-be...
2007-12-04 vpalatinDo not overwrite code when removing software breakpoint...
2007-11-23 ntfreak- added support for Hitex STM32 Performance Stick
2007-11-21 ntfreak- reset_run now works as expected on cortex-m3
2007-10-26 ntfreak- corrected str91x bank1 programming issues
2007-10-22 ntfreak- add verify_image command
2007-10-08 ntfreak- cleaned up str7, str9 and stm32 flash drivers
2007-10-01 ntfreak- flash autoerase <on|off> cmd added, default is off...
2007-09-10 mlu- Fixed display of sector sizes in flash.c
2007-09-10 mlu- added ft2232_latency command
2007-09-05 drathPatch by Michael Schwingen that
2007-08-25 drath- added support for setting JTAG frequency on ASIX...
2007-08-21 drath- correctly initialize start address for XScale trace...
2007-08-20 mlu- Support for AT91SAM7xx512 chips
2007-08-20 mlu- Support for AT91SAM7xx512 chips
2007-08-20 drath- update file size when writing to a fileio
2007-08-17 drath- renamed "xscale dump_trace_buffer" to "xscale dump_tr...
2007-08-16 drath- update jtag_speed setting when changing it during...
2007-08-16 drath- fixed several bugs in flash writing code (thanks...
2007-08-14 drath- corrected automake script
2007-08-14 drath- reworked presto.c to allow use of either FTD2XX or...
2007-08-13 ntfreak- fix build issues when not using autoconf/automake...
2007-08-10 drath- bumped version information
2007-08-10 drath- changed mingw host detection to *-mingw instead of...
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-08-09 mlu- trying to remove a breakpoint with target running...
2007-07-31 drath- cleaned up cycle counting in ETM analysis
2007-07-31 drath- add missing configure.in change from last checkin
2007-07-31 drath- calculate cycles since last executed instruction...
2007-07-31 ntfreak- motorola s19 file loader added
2007-07-26 ntfreak- corrected stm32x_handle_options_write_command, incorr...
2007-07-26 drath- restrict direct parallel port access to x86 platforms...
2007-07-26 drath- documentation fixes (thanks to Uwe Hermann)
2007-07-25 drath- reformat src/jtag/bitq.c (thanks to Pavel Chromy)
2007-07-15 drath- added support for Asix Presto JTAG interface (thanks...
2007-06-28 drath- fixed endianness helper macros (thanks to obilix...
2007-06-24 ntfreak- ST STM32x cortex support added
2007-06-21 drath- added support for Intel/Marvel PXA27x (XScale) targets
2007-06-16 ntfreak- str9xpec driver was using stricmp, changed to strcmp...
2007-06-16 ntfreak- added mingw elf patches from Vincent Palatin
next

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)