aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips32_pracc.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-31warning fix: remove senseless assignment before bailing out of fn w/errorØyvind Harboe1-1/+0
2011-08-09mips32: Sync Caches to Make Instr Writes EffectiveDrasko DRASKOVIC1-5/+234
2011-08-09mips32: Added CP0 coprocessor R/W routinesDrasko DRASKOVIC1-0/+95
2011-08-09mips32: Removed Unnecessary JTAG Queue FlushDrasko DRASKOVIC1-7/+1
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-8/+0
2011-04-05Added mips_ejtag_drscan_32_out() for optimization.Drasko DRASKOVIC1-5/+5
2011-04-05Corrected waiting on PrAcc in wait_for_pracc_rw(). Added necessary check that...Drasko DRASKOVIC1-14/+42
2011-04-01Merge remote branch 'origin/master' into HEADØyvind Harboe1-16/+16
2011-04-01mips: fix gaffe in previous commitØyvind Harboe1-1/+4
2011-03-31mips: mips32_pracc_exec error propagation fixesØyvind Harboe1-16/+16
2011-03-31mips: fix error handling for jtag_execute_queue()Øyvind Harboe1-4/+2
2011-01-09nit: more LOG_* \n fixesEric Wetzel1-1/+1
2011-01-04mips32: add fastdata loader working areaSpencer Oliver1-1/+6
2010-06-15mips32_pracc: -Wshadow warning fixesØyvind Harboe1-3/+3
2010-04-11TARGET/MIPS32_PRACC: review scope of functionsAntonio Borneo1-8/+26
2010-03-18MIPS: remove unused arg from mips_ejtag_set_instrSpencer Oliver1-12/+12
2010-03-10PIC32: add flash algorithm supportSpencer Oliver1-2/+2
2010-02-28MIPS: add mips algorithm supportSpencer Oliver1-1/+2
2010-01-20BUILD: remove cygwin gcc 3.4.4 build warningsSpencer Oliver1-1/+1
2010-01-09MIPS: update arch_info access to match other targetsSpencer Oliver1-2/+2
2010-01-07MIPS: whitespace cleanupSpencer Oliver1-195/+195
2010-01-06MIPS: fastdata bulk write fallbackSpencer Oliver1-9/+1
2010-01-05MIPS: pracc access tweaksSpencer Oliver1-15/+8
2010-01-05MIPS: optimize pracc accessSpencer Oliver1-76/+46
2010-01-05MIPS: merge mips fast_data patch from David N. ClaffeyDavid Claffey1-3/+148
2009-11-25use ARRAY_SIZE macroZachary T Welch1-15/+15
2009-11-24mips: fix gaffe when removing dynamic array allocationJerry Ling1-3/+3
2009-11-22mips: remove dynamic arrays - reduces stack usageØyvind Harboe1-5/+15
2009-11-22mips: use const for code sequencesØyvind Harboe1-12/+12
2009-11-13improve mips32_pracc_contextZachary T Welch1-5/+6
2009-11-13mips_ejtag_t -> struct mips_ejtagZachary T Welch1-17/+17
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-89/+89
2009-06-23Remove whitespace that occurs before ')'.zwelch1-1/+1
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-23- Fixes '+' whitespacezwelch1-9/+9
2009-06-23- Fixes '=' whitespacezwelch1-9/+9
2009-06-23- Fixes '==' whitespacezwelch1-2/+2
2009-06-23- Fixes '[+]=' whitespacezwelch1-15/+15
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-52/+52
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-4/+4
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-4/+4
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-2/+0
2009-04-21Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patchesoharboe1-41/+87
2009-01-05John McCarthy <jgmcc@magma.ca> pic32mx flash fixups and speedupsoharboe1-8/+91
2008-11-13- correct the register hi/lo read - wrong way roundntfreak1-41/+52
2008-11-12- slight mips32 cleanup/reformatntfreak1-6/+6
2008-10-14John McCarthy <jgmcc@magma.ca> cleans up the usage of theoharboe1-10/+12
2008-08-19fixed warningoharboe1-2/+4