aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips_ejtag.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-01mips: fixup fastdataStefan Mahr1-6/+4
2011-05-29mips: fix swapping if running on big endian hostStefan Mahr1-3/+19
2011-05-28mips: fix swapping if openocd is running on big endian hostStefan Mahr1-1/+4
2011-04-05Added mips_ejtag_drscan_32_out() for optimization.Drasko DRASKOVIC1-0/+15
2011-04-01mips: illustrates how to improve performanceØyvind Harboe1-2/+15
2011-03-31mips: mips32_pracc_exec error propagation fixesØyvind Harboe1-13/+5
2011-03-31mips: mips_ejtag_get_impcode error propagation addedØyvind Harboe1-1/+4
2011-03-31mips: fix mips_ejtag_set_instr error handlingØyvind Harboe1-13/+9
2011-03-31mips: fix error handling for jtag_execute_queue()Øyvind Harboe1-4/+6
2011-01-04mips32: add fastdata loader working areaSpencer Oliver1-0/+1
2010-06-15mips_ejtag: -Wshadow warning fixesØyvind Harboe1-2/+2
2010-04-10TARGET/MIPS_EJTAG: review scope of functionsAntonio Borneo1-3/+4
2010-03-20jtag: move towards making out_value constØyvind Harboe1-3/+3
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe1-5/+0
2010-03-19jtag: remove jtag_get_end_state() usageØyvind Harboe1-4/+4
2010-03-18MIPS: remove unused arg from mips_ejtag_set_instrSpencer Oliver1-4/+4
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe1-2/+2
2010-03-17mips: fix warningØyvind Harboe1-1/+1
2010-03-17PIC32: add software reset supportSpencer Oliver1-0/+31
2010-03-10MIPS: make fixed code arrays static constSpencer Oliver1-3/+3
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-1/+1
2010-03-08jtag: retire tap fieldØyvind Harboe1-11/+5
2010-01-09MIPS: update arch_info access to match other targetsSpencer Oliver1-10/+9
2010-01-07MIPS: whitespace cleanupSpencer Oliver1-9/+8
2010-01-05MIPS: optimize pracc accessSpencer Oliver1-9/+3
2010-01-05MIPS: merge mips fast_data patch from David N. ClaffeyDavid Claffey1-0/+41
2009-11-25use ARRAY_SIZE macroZachary T Welch1-3/+3
2009-11-13mips_ejtag_t -> struct mips_ejtagZachary T Welch1-11/+11
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-4/+4
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-2/+2
2009-07-16microscopic white space fixesoharboe1-16/+0
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-17/+17
2009-06-23Remove whitespace that occurs before ')'.zwelch1-1/+1
2009-06-23- Fixes '==' whitespacezwelch1-2/+2
2009-06-23- Fixes '<<' whitespacezwelch1-8/+8
2009-06-23- Replace 'if(' with 'if ('.zwelch1-2/+2
2009-06-21C99 printf() -Werror fixesduane1-2/+2
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-11/+11
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-2/+2
2009-06-12David Claffey <dnclaffey@gmail.com>:zwelch1-2/+4
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe1-3/+3
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe1-4/+4
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe1-4/+4
2009-06-01Scrub final vestiges of in_handler from mips target APIs.zwelch1-3/+3
2009-05-20Author: Spencer Oliver <spen@spen-soft.co.uk>kc8apf1-4/+2
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-5/+0
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe1-4/+4
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe1-12/+12
2009-05-06add warnings about not using in_handleroharboe1-6/+6
2009-05-06retire out_mask - not used anywhereoharboe1-4/+4