cortex_m3: use armv7m's async algorithm implementation
[openocd.git] / src / target / mips_m4k.c
2011-08-12 Stefan Mahrmips: fix potential alignment error
2011-08-12 Stefan Mahrmips: fix reading uint32 and uint16 when running on...
2011-08-09 Drasko DRASKOVICmips32 : Fixed memory byte access
2011-08-09 Drasko DRASKOVICmips32: Added CP0 coprocessor R/W routines
2011-07-04 Drasko DRASKOVICmips_m4k and arm7_9 : Fix soft bkpt endianess for 16...
2011-07-01 Drasko DRASKOVICmips_m4k : Fix soft breakpoint endianess handling
2011-06-28 Øyvind Harboemips4k: fix big-endian hosts and host alignment problems
2011-06-01 Stefan Mahrmips: fix some more endian madness
2011-04-05 Drasko DRASKOVICAdded mips_ejtag_drscan_32_out() for optimization.
2011-04-05 Drasko DRASKOVICAdded correct endianess treatment for big endian target...
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboemips: illustrates how to improve performance
2011-04-01 Øyvind Harboetypes: write memory now uses const
2011-03-31 Øyvind Harboemips: delete kludgy code that modifies data sent to...
2011-03-31 Øyvind Harboemips: mips_ejtag_get_impcode error propagation added
2011-03-29 Andrew Lyonbugfix for step <address> mips_m4k
2011-01-04 Spencer Olivermips32: add fastdata loader working area
2010-09-20 Øyvind Harboewarnings: fix alignment warnings
2010-09-13 Mike Dunnpropagate return status of set_breakpoint() up call...
2010-06-21 Antonio Borneotarget/mips_m4k: review scope of symbols
2010-06-15 Øyvind Harboemips_m4k: -Wshadow warning fixes
2010-03-19 Øyvind Harboejtag: retire jtag_get/set_end_state()
2010-03-18 Spencer OliverMIPS: remove unused arg from mips_ejtag_set_instr
2010-03-17 Spencer OliverPIC32: add software reset support
2010-03-17 Spencer OliverMIPS: remove ejtag_srst variant
2010-03-10 Spencer OliverPIC32: add flash algorithm support
2010-02-28 Spencer OliverMIPS: add mips algorithm support
2010-01-20 Spencer OliverBUILD: remove cygwin gcc 3.4.4 build warnings
2010-01-09 Spencer OliverMIPS: update arch_info access to match other targets
2010-01-07 Spencer OliverMIPS: change bulk_write_memory fallback msg to LOG_DEBUG
2010-01-06 Spencer OliverMIPS: fastdata bulk write fallback
2010-01-05 Spencer OliverMIPS: optimize pracc access
2010-01-05 David ClaffeyMIPS: merge mips fast_data patch from David N. Claffey
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-20 David Brownelltarget: create/use register_cache_invalidate()
2009-11-17 David BrownellMIPS: no exit() calls
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-16 David Brownelltarget: don't implicitly include "breakpoint.h"
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchtarget_type_t -> struct target_type
2009-11-13 Zachary T Welchbreakpoint_t -> struct breakpoint
2009-11-13 Zachary T Welchmips_m4k_common_t -> struct mips_m4k_common
2009-11-13 Zachary T Welchmips_ejtag_t -> struct mips_ejtag
2009-11-13 Zachary T Welchmips32_common_t -> struct mips32_common
2009-11-13 Zachary T Welchmips32_comparator_t -> struct mips32_comparator
2009-11-13 Zachary T Welchwatchpoint_t -> struct watchpoint
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-05 Øyvind Harboetarget: remove unused interface fn that clutters code
2009-09-21 dbrownellRemove annoying end-of-line whitespace from most src/*
2009-09-04 oharboeMahr, Stefan <Stefan.Mahr@sphairon.com> removes the...
2009-06-28 duaneRefactor code, create target_state_name()
2009-06-27 duaneAdd Breakpoint/Watchpoint unique ID to help debug hardw...
2009-06-25 oharboeOleksandr Tymoshenko <gonzo@bluezbox.com> simple watchp...
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
2009-06-23 zwelch- Replace 'while(' with 'while ('.
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
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-12 zwelchFurther cleanup to MIPS target read/write memory function:
2009-06-12 zwelchDavid Claffey <dnclaffey@gmail.com>:
2009-06-09 zwelchEncapsulate jtag_reset_config using accessors:
2009-06-09 zwelchEncapsulate the jtag_trst and jtag_srst variables:
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-01 zwelchScrub final vestiges of in_handler from mips target...
2009-05-31 zwelchFinal step in isolating target_type_s structure:
2009-05-31 zwelchFirst step in hiding target_type_s from public interface:
2009-05-31 zwelchAdd wrappers for target->type->examined:
2009-05-31 zwelchAdd target_write_memory wrapper:
2009-05-31 zwelchAdd target_read_memory wrapper:
2009-05-20 kc8apfAuthor: Spencer Oliver <spen@spen-soft.co.uk>
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-02-18 oharboeHolger Schurig <hs4233@mail.mn-solutions.de> fix warnings
2009-01-13 ntfreak- added mips software breakpoint support
2009-01-02 oharboeJohn McCarthy <jgmcc@magma.ca> pic32mx flash wip
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-17 ntfreak- add support for hardware breakpoints to mips32 target
2008-11-13 ntfreak- correct the register hi/lo read - wrong way round
2008-11-12 ntfreak- fix crash when variant for mips32 target not given
2008-11-12 ntfreak- slight mips32 cleanup/reformat
2008-10-14 ntfreak- remove build warnings
2008-10-14 oharboeJohn McCarthy <jgmcc@magma.ca> two patches add a mips_m...
2008-10-14 oharboeJohn McCarthy <jgmcc@magma.ca> cleans up the usage...
2008-10-08 ntfreak- remove build warnings from mips_m4k.c and arm11.c
2008-10-08 oharboeJohn McCarthy <jgmcc@magma.ca> adds support for DMA...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-08-24 oharboeduan ellis target tcl work in progress
2008-08-06 ntfreak- fix target_examine declaration
2008-08-05 oharboeDuane Ellis: fix warnings
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)