mips: optimize mips32_pracc_read_u32() function
[fw/openocd] / src / target / mips32_pracc.c
2013-04-13 Salvador Arroyomips: optimize mips32_pracc_read_u32() function
2013-04-13 Salvador Arroyomips: optimize CP0 read/write code
2012-08-24 Salvador ArroyoSevere bug in Pracc code
2012-07-30 Salvador ArroyoBugfixes in mips32_pracc.c
2012-07-30 SalvadorSpeed up mips_m4k_write_memory()
2012-04-10 SalvadorFinish off functions mips32_pracc_read_mem16() and...
2012-03-30 SalvadorBug in src/target/mips32_pracc.c
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2011-10-31 Øyvind Harboewarning fix: remove senseless assignment before bailing...
2011-08-09 Drasko DRASKOVICmips32: Sync Caches to Make Instr Writes Effective
2011-08-09 Drasko DRASKOVICmips32: Added CP0 coprocessor R/W routines
2011-08-09 Drasko DRASKOVICmips32: Removed Unnecessary JTAG Queue Flush
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2011-04-05 Drasko DRASKOVICAdded mips_ejtag_drscan_32_out() for optimization.
2011-04-05 Drasko DRASKOVICCorrected waiting on PrAcc in wait_for_pracc_rw()....
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboemips: fix gaffe in previous commit
2011-03-31 Øyvind Harboemips: mips32_pracc_exec error propagation fixes
2011-03-31 Øyvind Harboemips: fix error handling for jtag_execute_queue()
2011-01-09 Eric Wetzelnit: more LOG_* \n fixes
2011-01-04 Spencer Olivermips32: add fastdata loader working area
2010-06-15 Øyvind Harboemips32_pracc: -Wshadow warning fixes
2010-04-10 Antonio BorneoTARGET/MIPS32_PRACC: review scope of functions
2010-03-18 Spencer OliverMIPS: remove unused arg from mips_ejtag_set_instr
2010-03-10 Spencer OliverPIC32: add flash algorithm support
2010-02-28 Spencer OliverMIPS: add mips algorithm support
2010-01-20 Spencer OliverBUILD: remove cygwin gcc 3.4.4 build warnings
2010-01-09 Spencer OliverMIPS: update arch_info access to match other targets
2010-01-07 Spencer OliverMIPS: whitespace cleanup
2010-01-06 Spencer OliverMIPS: fastdata bulk write fallback
2010-01-05 Spencer OliverMIPS: pracc access tweaks
2010-01-05 Spencer OliverMIPS: optimize pracc access
2010-01-05 David ClaffeyMIPS: merge mips fast_data patch from David N. Claffey
2009-11-25 Zachary T Welchuse ARRAY_SIZE macro
2009-11-24 Jerry Lingmips: fix gaffe when removing dynamic array allocation
2009-11-22 Øyvind Harboemips: remove dynamic arrays - reduces stack usage
2009-11-22 Øyvind Harboemips: use const for code sequences
2009-11-13 Zachary T Welchimprove mips32_pracc_context
2009-11-13 Zachary T Welchmips_ejtag_t -> struct mips_ejtag
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '[+]=' whitespace
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-04-21 oharboeNico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patches
2009-01-05 oharboeJohn McCarthy <jgmcc@magma.ca> pic32mx flash fixups...
2008-11-13 ntfreak- correct the register hi/lo read - wrong way round
2008-11-12 ntfreak- slight mips32 cleanup/reformat
2008-10-14 oharboeJohn McCarthy <jgmcc@magma.ca> cleans up the usage...
2008-08-19 oharboefixed warning
2008-08-05 oharboeDuane Ellis: fix warnings
2008-07-26 ntfreak- merged mips target into svn trunk