summaryrefslogtreecommitdiff
path: root/src/target/mips_ejtag.c
Commit message (Expand)AuthorAgeFilesLines
* microscopic white space fixesoharboe2009-07-161-16/+0
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-17/+17
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* - Fixes '==' whitespacezwelch2009-06-231-2/+2
* - Fixes '<<' whitespacezwelch2009-06-231-8/+8
* - Replace 'if(' with 'if ('.zwelch2009-06-231-2/+2
* C99 printf() -Werror fixesduane2009-06-211-2/+2
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-11/+11
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-2/+2
* David Claffey <dnclaffey@gmail.com>:zwelch2009-06-121-2/+4
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-3/+3
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-4/+4
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-4/+4
* Scrub final vestiges of in_handler from mips target APIs.zwelch2009-06-011-3/+3
* Author: Spencer Oliver <spen@spen-soft.co.uk>kc8apf2009-05-201-4/+2
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-5/+0
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-4/+4
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-12/+12
* add warnings about not using in_handleroharboe2009-05-061-6/+6
* retire out_mask - not used anywhereoharboe2009-05-061-4/+4
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-1/+1
* The following patches was applied:mifi2009-04-181-4/+4
* John McCarthy <jgmcc@magma.ca> keep_alive() fixoharboe2009-01-021-0/+2
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-3/+3
* jtag newtap change & huge manual updateduane2008-11-301-11/+13
* jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe2008-11-191-37/+42
* - add support for hardware breakpoints to mips32 targetntfreak2008-11-171-0/+2
* - correct the register hi/lo read - wrong way roundntfreak2008-11-131-3/+3
* John McCarthy <jgmcc@magma.ca> cleans up the usage of theoharboe2008-10-141-6/+7
* John McCarthy <jgmcc@magma.ca> adds support for DMA mode access as supported ...oharboe2008-10-081-0/+14
* - merged mips target into svn trunkntfreak2008-07-261-0/+283