summaryrefslogtreecommitdiff
path: root/src/target/mips_ejtag.c
Commit message (Expand)AuthorAgeFilesLines
* mips: fixup fastdataStefan Mahr2011-06-011-6/+4
* mips: fix swapping if running on big endian hostStefan Mahr2011-05-291-3/+19
* mips: fix swapping if openocd is running on big endian hostStefan Mahr2011-05-281-1/+4
* Added mips_ejtag_drscan_32_out() for optimization.Drasko DRASKOVIC2011-04-051-0/+15
* mips: illustrates how to improve performanceØyvind Harboe2011-04-011-2/+15
* mips: mips32_pracc_exec error propagation fixesØyvind Harboe2011-03-311-13/+5
* mips: mips_ejtag_get_impcode error propagation addedØyvind Harboe2011-03-311-1/+4
* mips: fix mips_ejtag_set_instr error handlingØyvind Harboe2011-03-311-13/+9
* mips: fix error handling for jtag_execute_queue()Øyvind Harboe2011-03-311-4/+6
* mips32: add fastdata loader working areaSpencer Oliver2011-01-041-0/+1
* 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