aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips32_pracc.c
AgeCommit message (Expand)Author
2012-11-16mips: patch mips32_pracc_exec_write()Salvador Arroyo
2012-11-16mips: optimize mips32_pracc_read_regs() codeSalvador Arroyo
2012-11-16mips: optimize mips32_pracc_write_regs() code.Salvador Arroyo
2012-11-16mips: optimize write code for speedSalvador Arroyo
2012-11-16mips: optimize read code for speedSalvador Arroyo
2012-11-16mips: optimize mips32_pracc_read_u32() functionSalvador Arroyo
2012-11-16mips: optimize CP0 read/write codeSalvador Arroyo
2012-08-24Severe bug in Pracc codeSalvador Arroyo
2012-07-30Bugfixes in mips32_pracc.cSalvador Arroyo
2012-07-30Speed up mips_m4k_write_memory()Salvador
2012-04-10Finish off functions mips32_pracc_read_mem16() and mips32_pracc_read_mem8()Salvador
2012-03-30Bug in src/target/mips32_pracc.cSalvador
2012-02-06build: cleanup src/target directorySpencer Oliver
2011-10-31warning fix: remove senseless assignment before bailing out of fn w/errorØyvind Harboe
2011-08-09mips32: Sync Caches to Make Instr Writes EffectiveDrasko DRASKOVIC
2011-08-09mips32: Added CP0 coprocessor R/W routinesDrasko DRASKOVIC
2011-08-09mips32: Removed Unnecessary JTAG Queue FlushDrasko DRASKOVIC
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin
2011-04-05Added mips_ejtag_drscan_32_out() for optimization.Drasko DRASKOVIC
2011-04-05Corrected waiting on PrAcc in wait_for_pracc_rw(). Added necessary check that...Drasko DRASKOVIC
2011-04-01Merge remote branch 'origin/master' into HEADØyvind Harboe
2011-04-01mips: fix gaffe in previous commitØyvind Harboe
2011-03-31mips: mips32_pracc_exec error propagation fixesØyvind Harboe
2011-03-31mips: fix error handling for jtag_execute_queue()Øyvind Harboe
2011-01-09nit: more LOG_* \n fixesEric Wetzel
2011-01-04mips32: add fastdata loader working areaSpencer Oliver
2010-06-15mips32_pracc: -Wshadow warning fixesØyvind Harboe
2010-04-11TARGET/MIPS32_PRACC: review scope of functionsAntonio Borneo
2010-03-18MIPS: remove unused arg from mips_ejtag_set_instrSpencer Oliver
2010-03-10PIC32: add flash algorithm supportSpencer Oliver
2010-02-28MIPS: add mips algorithm supportSpencer Oliver
2010-01-20BUILD: remove cygwin gcc 3.4.4 build warningsSpencer Oliver
2010-01-09MIPS: update arch_info access to match other targetsSpencer Oliver
2010-01-07MIPS: whitespace cleanupSpencer Oliver
2010-01-06MIPS: fastdata bulk write fallbackSpencer Oliver
2010-01-05MIPS: pracc access tweaksSpencer 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-24mips: fix gaffe when removing dynamic array allocationJerry Ling
2009-11-22mips: remove dynamic arrays - reduces stack usageØyvind Harboe
2009-11-22mips: use const for code sequencesØyvind Harboe
2009-11-13improve mips32_pracc_contextZachary T Welch
2009-11-13mips_ejtag_t -> struct mips_ejtagZachary T Welch
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch