summaryrefslogtreecommitdiff
path: root/src/target/mips32_pracc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-041-8/+0
* Added mips_ejtag_drscan_32_out() for optimization.Drasko DRASKOVIC2011-04-051-5/+5
* Corrected waiting on PrAcc in wait_for_pracc_rw(). Added necessary check that...Drasko DRASKOVIC2011-04-051-14/+42
* Merge remote branch 'origin/master' into HEADØyvind Harboe2011-04-011-16/+16
|\
| * mips: mips32_pracc_exec error propagation fixesØyvind Harboe2011-03-311-16/+16
* | mips: fix gaffe in previous commitØyvind Harboe2011-04-011-1/+4
|/
* mips: fix error handling for jtag_execute_queue()Øyvind Harboe2011-03-311-4/+2
* nit: more LOG_* \n fixesEric Wetzel2011-01-091-1/+1
* mips32: add fastdata loader working areaSpencer Oliver2011-01-041-1/+6
* mips32_pracc: -Wshadow warning fixesØyvind Harboe2010-06-151-3/+3
* TARGET/MIPS32_PRACC: review scope of functionsAntonio Borneo2010-04-111-8/+26
* MIPS: remove unused arg from mips_ejtag_set_instrSpencer Oliver2010-03-181-12/+12
* PIC32: add flash algorithm supportSpencer Oliver2010-03-101-2/+2
* MIPS: add mips algorithm supportSpencer Oliver2010-02-281-1/+2
* BUILD: remove cygwin gcc 3.4.4 build warningsSpencer Oliver2010-01-201-1/+1
* MIPS: update arch_info access to match other targetsSpencer Oliver2010-01-091-2/+2
* MIPS: whitespace cleanupSpencer Oliver2010-01-071-195/+195
* MIPS: fastdata bulk write fallbackSpencer Oliver2010-01-061-9/+1
* MIPS: pracc access tweaksSpencer Oliver2010-01-051-15/+8
* MIPS: optimize pracc accessSpencer Oliver2010-01-051-76/+46
* MIPS: merge mips fast_data patch from David N. ClaffeyDavid Claffey2010-01-051-3/+148
* use ARRAY_SIZE macroZachary T Welch2009-11-251-15/+15
* mips: fix gaffe when removing dynamic array allocationJerry Ling2009-11-241-3/+3
* mips: remove dynamic arrays - reduces stack usageØyvind Harboe2009-11-221-5/+15
* mips: use const for code sequencesØyvind Harboe2009-11-221-12/+12
* improve mips32_pracc_contextZachary T Welch2009-11-131-5/+6
* mips_ejtag_t -> struct mips_ejtagZachary T Welch2009-11-131-17/+17
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-89/+89
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '+' whitespacezwelch2009-06-231-9/+9
* - Fixes '=' whitespacezwelch2009-06-231-9/+9
* - Fixes '==' whitespacezwelch2009-06-231-2/+2
* - Fixes '[+]=' whitespacezwelch2009-06-231-15/+15
* - Replace 'if(' with 'if ('.zwelch2009-06-231-2/+2
* C99 printf() -Werror fixesduane2009-06-211-2/+2
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-52/+52
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-4/+4
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-4/+4
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-2/+0
* Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patchesoharboe2009-04-211-41/+87
* John McCarthy <jgmcc@magma.ca> pic32mx flash fixups and speedupsoharboe2009-01-051-8/+91
* - correct the register hi/lo read - wrong way roundntfreak2008-11-131-41/+52
* - slight mips32 cleanup/reformatntfreak2008-11-121-6/+6
* John McCarthy <jgmcc@magma.ca> cleans up the usage of theoharboe2008-10-141-10/+12
* fixed warningoharboe2008-08-191-2/+4
* Duane Ellis: fix warningsoharboe2008-08-051-0/+1
* - merged mips target into svn trunkntfreak2008-07-261-0/+781