summaryrefslogtreecommitdiff
path: root/src/target/mips_ejtag.c
Commit message (Expand)AuthorAgeFilesLines
* mips_ejtag: -Wshadow warning fixesØyvind Harboe2010-06-151-2/+2
* TARGET/MIPS_EJTAG: review scope of functionsAntonio Borneo2010-04-101-3/+4
* jtag: move towards making out_value constØyvind Harboe2010-03-201-3/+3
* jtag: retire jtag_get/set_end_state()Øyvind Harboe2010-03-191-5/+0
* jtag: remove jtag_get_end_state() usageØyvind Harboe2010-03-191-4/+4
* MIPS: remove unused arg from mips_ejtag_set_instrSpencer Oliver2010-03-181-4/+4
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-181-2/+2
* mips: fix warningØyvind Harboe2010-03-171-1/+1
* PIC32: add software reset supportSpencer Oliver2010-03-171-0/+31
* MIPS: make fixed code arrays static constSpencer Oliver2010-03-101-3/+3
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-081-1/+1
* jtag: retire tap fieldØyvind Harboe2010-03-081-11/+5
* MIPS: update arch_info access to match other targetsSpencer Oliver2010-01-091-10/+9
* MIPS: whitespace cleanupSpencer Oliver2010-01-071-9/+8
* MIPS: optimize pracc accessSpencer Oliver2010-01-051-9/+3
* MIPS: merge mips fast_data patch from David N. ClaffeyDavid Claffey2010-01-051-0/+41
* use ARRAY_SIZE macroZachary T Welch2009-11-251-3/+3
* mips_ejtag_t -> struct mips_ejtagZachary T Welch2009-11-131-11/+11
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-4/+4
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-2/+2
* 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