aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips_ejtag.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-1/+1
2009-04-18The following patches was applied:mifi1-4/+4
2009-01-02John McCarthy <jgmcc@magma.ca> keep_alive() fixoharboe1-0/+2
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-3/+3
2008-11-30jtag newtap change & huge manual updateduane1-11/+13
2008-11-19jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe1-37/+42
2008-11-17- add support for hardware breakpoints to mips32 targetntfreak1-0/+2
2008-11-13- correct the register hi/lo read - wrong way roundntfreak1-3/+3
2008-10-14John McCarthy <jgmcc@magma.ca> cleans up the usage of theoharboe1-6/+7
2008-10-08John McCarthy <jgmcc@magma.ca> adds support for DMA mode access as supported ...oharboe1-0/+14
2008-07-26- merged mips target into svn trunkntfreak1-0/+283