aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips_ejtag.c
AgeCommit message (Expand)Author
2013-07-17mips_ejtag: remove memory protection bit before DMOleksij Rempel
2013-07-17mips_ejtag: cache ejtag version to avoid recalculationOleksij Rempel
2013-06-05update files to correct FSF addressSpencer Oliver
2013-04-20mips: m4k alternate pracc code. Patch 4Salvador Arroyo
2013-04-20mips: m4k alternate pracc code. Patch 3Salvador Arroyo
2013-04-20mips: m4k alternate pracc code. Patch 1Salvador Arroyo
2013-04-02pic32mx: false pending at low core clockSalvador Arroyo
2012-12-09mips_ejtag: Adding EJTAG 4.x and 5.x as valid versionsKamal Dasu
2012-11-16mips: code clean up in mips_m4k_debug_entry() functionSalvador Arroyo
2012-11-16mips: optimize mips_ejtag_step_disable() codeSalvador Arroyo
2012-02-06build: cleanup src/target directorySpencer Oliver
2011-06-01mips: fixup fastdataStefan Mahr
2011-05-29mips: fix swapping if running on big endian hostStefan Mahr
2011-05-28mips: fix swapping if openocd is running on big endian hostStefan Mahr
2011-04-05Added mips_ejtag_drscan_32_out() for optimization.Drasko DRASKOVIC
2011-04-01mips: illustrates how to improve performanceØyvind Harboe
2011-03-31mips: mips32_pracc_exec error propagation fixesØyvind Harboe
2011-03-31mips: mips_ejtag_get_impcode error propagation addedØyvind Harboe
2011-03-31mips: fix mips_ejtag_set_instr error handlingØyvind Harboe
2011-03-31mips: fix error handling for jtag_execute_queue()Øyvind Harboe
2011-01-04mips32: add fastdata loader working areaSpencer Oliver
2010-06-15mips_ejtag: -Wshadow warning fixesØyvind Harboe
2010-04-10TARGET/MIPS_EJTAG: review scope of functionsAntonio Borneo
2010-03-20jtag: move towards making out_value constØyvind Harboe
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe
2010-03-19jtag: remove jtag_get_end_state() usageØyvind Harboe
2010-03-18MIPS: remove unused arg from mips_ejtag_set_instrSpencer Oliver
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe
2010-03-17mips: fix warningØyvind Harboe
2010-03-17PIC32: add software reset supportSpencer Oliver
2010-03-10MIPS: make fixed code arrays static constSpencer Oliver
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe
2010-03-08jtag: retire tap fieldØyvind Harboe
2010-01-09MIPS: update arch_info access to match other targetsSpencer Oliver
2010-01-07MIPS: whitespace cleanupSpencer Oliver
2010-01-05MIPS: optimize pracc accessSpencer Oliver
2010-01-05MIPS: merge mips fast_data patch from David N. ClaffeyDavid Claffey
2009-11-25use ARRAY_SIZE macroZachary T Welch
2009-11-13mips_ejtag_t -> struct mips_ejtagZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-07-16microscopic white space fixesoharboe
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '<<' whitespacezwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch