openocd.git
2009-09-21 dbrownellRemove annoying end-of-line whitespace from most src/*
2009-09-21 oharboeEthan Eade <ethan@evolution.com> board config script...
2009-09-21 dbrownellEnsure that DaVinci chips can't start with a too-fast...
2009-09-21 dbrownellUpdate the jtag-examine_chain() logic to verify that...
2009-09-20 dbrownellEnhancement: stm32 flash protection error message
2009-09-20 dbrownellUpdate the User's Guide to cover the scan chain verific...
2009-09-20 dbrownellDebug message updates:
2009-09-20 dbrownellMinor regression bugfix for the jtag_tap_handle_event...
2009-09-19 mluAdded CPUDBG_WCR_BASE define
2009-09-19 mluAvoid cache invalidation when writing to hardware debug...
2009-09-19 mluReduced sleep time after reset
2009-09-19 dbrownellStyle cleanup for the updated ft2232_add_pathmove().
2009-09-19 dbrownellMinor behavior fixes for the two JTAG reset events...
2009-09-19 dbrownellMinor tweaks to description of JTAG adapter/dongle...
2009-09-18 mluMove Cortex A8 debug access initialisation from omap353...
2009-09-18 oharboeremove unused externs
2009-09-18 dbrownellTweak TCL reset script ... mostly improving descriptions of
2009-09-17 dbrownellAddress codereview comment from Steve Grubb <sgrubb...
2009-09-17 dbrownellMinor fixes to NAND code and docs
2009-09-17 dbrownellFix coredump seen in some code paths.
2009-09-17 oharboemichal smulski <michal.smulski@ooma.com> fix regression...
2009-09-17 oharboeprefix zy1000_reboot command to avoid name conflicts
2009-09-17 oharboesrst_gates_jtag option. at91sam9260 needs retesting...
2009-09-17 dbrownellThe "arm9tdmi.c" file is more of a generic ARM9 support...
2009-09-17 dbrownellDoc update: mention how ARM's WFI instruction affects
2009-09-16 mluRemove unused varables (moved to armv7a)
2009-09-16 mluUse a variable armv7a->debug_base instead of hardedcode...
2009-09-16 oharboeRolf Meeser <rolfm_9dq@yahoo.de> adds flash support...
2009-09-15 mluDefine debug_base, debug_ap, memory_ap in armv7a_common_t
2009-09-15 mluUpdated mode string list.
2009-09-15 mluDefiny symbolic values for VA to PA address translation...
2009-09-15 oharboefix bug when using 32 instead of 64 bit value in callba...
2009-09-15 oharboeadded embedded ice programming while srst is asserted...
2009-09-14 mluCheck return values to avoid infinite wait in loop...
2009-09-14 mluCache invalidation when writing to memory
2009-09-14 oharboeerror message upon recursive invocation of reset from...
2009-09-14 oharboefix email address
2009-09-14 oharboeRolf Meeser <rolfm_9dq@yahoo.de> warning fix in previou...
2009-09-14 oharboefix warning
2009-09-13 oharboeMagnus Lundin <lundin@mlu.mine.nu> Disable poll while...
2009-09-13 mluMore CortexA8 debug register definitions.
2009-09-13 mluFix argument passing in cortex_a8_write_cp.
2009-09-12 oharboeDirk Behme <dirk.behme@googlemail.com> document post...
2009-09-12 oharboeDavid Brownell <david-b@pacbell.net>
2009-09-12 oharboeDavid Brownell <david-b@pacbell.net>
2009-09-11 oharboeDavid Brownell <david-b@pacbell.net> some early todo...
2009-09-11 oharboetap post reset event added. Allows omap3530 to send...
2009-09-11 ntfreak- revert change made to sheevaplug.cfg in rev2573
2009-09-11 oharboeNicolas Pitre <nico@cam.org> put feroceon target defini...
2009-09-11 oharboeNicolas Pitre <nico@cam.org> Dragonite support
2009-09-11 oharboespelling mistake
2009-09-11 oharboedo not use dynamically sized stack arrays, not compatib...
2009-09-11 oharboeregistering a target event twice caused infinite loop...
2009-09-11 oharboesyntax error fix
2009-09-11 oharboeAlexei Babich <a.babich@rez.ru> cleanup
2009-09-11 oharboeNicolas Pitre <nico@cam.org> tighten error checking...
2009-09-10 oharboeeol-style:native
2009-09-10 oharboeAlexei Babich <a.babich@rez.ru> imx31 nand flash contr...
2009-09-10 oharboeAlexei Babich <a.babich@rez.ru> fix problems with unece...
2009-09-10 oharboemichal smulski <michal.smulski@ooma.com> telo target...
2009-09-09 oharboeRolf Meeser <rolfm_9dq@yahoo.de>
2009-09-09 oharboe- Fix bug-in-waiting when adding more than one TAP...
2009-09-09 oharboeDavid Brownell <david-b@pacbell.net>
2009-09-09 oharboeDavid Brownell <david-b@pacbell.net>
2009-09-08 mluReport correct core instruction state for ARMv/A targets
2009-09-08 mluLoad PC with bit 0 set to 1 when resuming to say in...
2009-09-08 oharboeDavid Brownell <david-b@pacbell.net>
2009-09-08 oharboeDavid Brownell <david-b@pacbell.net>
2009-09-07 mluImproved handling of instruction set state, helps for...
2009-09-04 oharboeMahr, Stefan <Stefan.Mahr@sphairon.com> removes the...
2009-09-04 oharboeuse "armv4_5 core_state arm" instead of soft_reset_halt...
2009-09-04 oharboeDirk Behme <dirk.behme@googlemail.com> retire jtag_spee...
2009-09-04 oharboeDirk Behme <dirk.behme@googlemail.com> Add default...
2009-09-04 oharboeset ARM mode using explicit command rather than soft_re...
2009-09-04 oharboeMatt Hsu <matt@0xlab.org> This patch simply enables...
2009-09-04 oharboemore debug output for breakpoints
2009-09-04 oharboeMatt Hsu <matt@0xlab.org> Tidy up the bit-offset operat...
2009-09-04 oharboeDavid Brownell <david-b@pacbell.net> "set _TARGETNAME...
2009-09-04 oharboeDavid Claffey <dnclaffey@gmail.com> get rid of reset...
2009-09-03 oharboeDavid Brownell
2009-09-02 oharboeDavid Claffey <dnclaffey@gmail.com> tested with the...
2009-09-02 duaneCrusty Code fixes from the tcl directory re-arragements
2009-09-01 ntfreak- fixes the incorrect info msg displayed during stellar...
2009-09-01 ntfreak- fix a regression when using cortex_m3 emulated dcc...
2009-08-31 duaneWarning fix
2009-08-31 oharboeGary Carlson <gcarlson@carlson-minot.com> config file
2009-08-31 oharboeFerdinand Postema <ferdinand@postema.eu> config script...
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> Minor code bugfix...
2009-08-30 oharboeDirk Behme <dirk.behme@googlemail.com> Fix typo in...
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> Fix Sandstorm...
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> Remove duplicate...
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> Minor doc updates:
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> start phasing...
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> Be sure the built...
2009-08-28 oharboeDavid Brownell <david-b@pacbell.net> fix warnings
2009-08-28 oharboeadded arm11 timeout error messages
2009-08-28 oharboerestore ICE watchpoint registers when the *last* softwa...
2009-08-28 oharboeDavid Brownell <david-b@pacbell.net> The Stellaris...
2009-08-28 oharboeDavid Brownell <david-b@pacbell.net> ARM disassembly...
2009-08-27 oharboearm11 hardware step using simulation + breakpoint....
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)