- Fixes '!=' whitespace
[openocd.git] / src / target / arm7_9_common.c
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-09 zwelchEncapsulate jtag_reset_config using accessors:
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_ID...
2009-05-31 zwelchAdd target_examine_one wrapper:
2009-05-31 zwelchAdd wrappers for target->type->examined:
2009-05-31 zwelchAdd target_run_algorithm wrapper:
2009-05-31 zwelchAdd target_write_memory wrapper:
2009-05-31 zwelchAdd target_read_memory wrapper:
2009-05-22 zwelchSubmitted by Dean Glazeski <dnglaze@gmail.com>:
2009-05-18 oharboeDean Glazeski <dnglaze@gmail.com> fixed bug in checking...
2009-05-18 kc8apfFix logically inverted comment
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-10 oharboeDavid Brownell <david-b@pacbell.net> whitespace fixes.
2009-04-20 oharboeHolger Freyther <zecke@selfish.org> Attempt to fix...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-27 oharboeRick Altherr <kc8apf@kc8apf.net> retire obsolete syntax
2008-11-13 oharboebig endian software breakpoint bogus error messages...
2008-11-04 oharboearm7_9_execute_sys_speed error propagation. Found by...
2008-10-30 oharboeHongtao Zheng single step fixes
2008-10-28 ntfreak- remove build warning
2008-10-28 oharboeHongtao Zheng - more fixes to single stepping. Better...
2008-10-27 oharboeHongtao Zheng - add simulation because previous functio...
2008-10-16 oharboemore robust error reporting for DCC
2008-10-15 oharboeLaurentiu Cocanu - memory read/write and exit() error...
2008-10-14 oharboeLaurentiu Cocanu - add error handling
2008-10-12 oharboe Fix problems with DCC downloads routine crashing silently.
2008-10-09 oharboeabort writing algorithm to target upon failure
2008-10-03 oharboeGDB alive fixes for verify_image
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-24 oharboeduan ellis target tcl work in progress
2008-08-20 oharboefix BUG: keep_alive() error messages
2008-08-19 oharboeadded some alive_sleep()'s
2008-08-14 oharboeferoceon updated w.r.t. latest arm7/9 changes
2008-08-14 oharboearm7/9 breakpoint cleanup. arm7_9 sw/hw commands retire...
2008-08-05 oharboegaffe in previous commit fixed. "reset run" now works...
2008-08-05 oharboehalting srst_pulls_trst targets is now snappier and...
2008-08-05 oharboedefine resetting the target into the halted or running
2008-08-05 oharboemoves handling of problems with resetting into the...
2008-07-28 oharboeallow minidrivers to implement inner loop of dcc memory...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-21 oharboe- jtag_khz/speed are now single parameter only. These...
2008-07-19 oharboeclarify error message w.r.t. not being able to set...
2008-06-25 ntfreak- fix reset_halt issue with certain arm cores - address...
2008-06-18 oharboeSpen spotted a bug in warning for missing srst_pulls_trst
2008-06-06 oharboeNicolas Pitre: Feroceon fixes
2008-05-27 ntfreak- moved flash erase_check target code to target.c
2008-05-21 oharboemoved srst_pulls_trst check into arm7_9_common.c. Not...
2008-05-20 oharboeEdgar Grimberg fixes some memory handling issues and
2008-05-19 oharboeFix crash when mode number fetched from the target...
2008-05-07 oharboeThis matters for embedded devices, but is probably...
2008-04-25 oharboemake debug_level 3 useful again... the log just drowns...
2008-04-23 oharboeadded fast option.
2008-04-16 oharboeUpdate Embedded ICE registers explicitly during target...
2008-04-15 oharboe- sw_bkpts fails if the target is not halted. The side...
2008-04-13 oharboeallows launching OpenOCD w/telnet+gdb server w/the
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-09 oharboe- added "init" command. "init" and "reset" at end of...
2008-04-07 oharboe- only if "reset halt" or "reset init" are issued will...
2008-04-04 oharboe- reverted some of the changes that possibly broke...
2008-04-03 oharboe- Work on fixing erase check. Many implementations...
2008-03-31 oharboeRemoved exit()'s. A reset is usually enough to work...
2008-03-26 oharboeTAP_SD/SI are now forbidden end states.
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-22 ntfreak- changed jtag_add_reset errors to warnings
2008-03-13 oharboe- adds two speeds to jtag_speed. reset and post reset...
2008-03-07 oharboe- Improves error handling upon GDB connect
2008-03-06 oharboeuse jtag_execute_queue() instead of jtag->execute_queue()
2008-03-05 oharboe- This speeds up dcc arm7_9 bulk write a little bit...
2008-03-01 oharboebacked out jtag_add_shift()
2008-03-01 oharboeimprove DCC bulk write performance by using jtag_add_sh...
2008-02-29 oharboe- image.c and fileio.c now uses logging to propagate...
2008-02-26 ntfreak- fix issue when target is already halted
2008-02-25 drath- convert all files to unix line-ending
2008-02-24 oharboe- fixed target->type->poll() return value
2008-02-22 mifi- added patch to make single-stepping more resilient
2008-02-19 ntfreak- Fixed bug in pathmove for XScale
2008-02-06 mifi- added patch to solve problem with AT91SAM9260 (dirty...
2008-01-17 ntfreak- add support for cortex_m3 target_request debugmsgs
2008-01-07 mifi- added gdb flash fixes patch
2007-12-04 vpalatinDo not overwrite code when removing software breakpoint...
2007-10-22 ntfreak- add verify_image command
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-06-21 drath- added support for Intel/Marvel PXA27x (XScale) targets
2007-05-29 drath- split fileio handling into fileio part and image...
2007-05-10 ntfreak-- corrected embedded ice definitions
2007-05-05 drath- further work on ETB decoding (not yet functional)
2007-04-26 drath- improved ETB trace output
2007-04-25 drath- added support for error handlers to JTAG scan command...
2007-04-16 drath- explicitly disable monitor mode on ARM7/9 targets
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
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)