mips: code clean up in mips_m4k_debug_entry() function
[fw/openocd] / src / target / mips_ejtag.c
2013-04-13 Salvador Arroyomips: code clean up in mips_m4k_debug_entry() function
2013-04-13 Salvador Arroyomips: optimize mips_ejtag_step_disable() code
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2011-06-01 Stefan Mahrmips: fixup fastdata
2011-05-29 Stefan Mahrmips: fix swapping if running on big endian host
2011-05-28 Stefan Mahrmips: fix swapping if openocd is running on big endian...
2011-04-05 Drasko DRASKOVICAdded mips_ejtag_drscan_32_out() for optimization.
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboemips: illustrates how to improve performance
2011-03-31 Øyvind Harboemips: mips32_pracc_exec error propagation fixes
2011-03-31 Øyvind Harboemips: mips_ejtag_get_impcode error propagation added
2011-03-31 Øyvind Harboemips: fix mips_ejtag_set_instr error handling
2011-03-31 Øyvind Harboemips: fix error handling for jtag_execute_queue()
2011-01-04 Spencer Olivermips32: add fastdata loader working area
2010-06-15 Øyvind Harboemips_ejtag: -Wshadow warning fixes
2010-04-10 Antonio BorneoTARGET/MIPS_EJTAG: review scope of functions
2010-03-20 Øyvind Harboejtag: move towards making out_value const
2010-03-19 Øyvind Harboejtag: retire jtag_get/set_end_state()
2010-03-19 Øyvind Harboejtag: remove jtag_get_end_state() usage
2010-03-18 Spencer OliverMIPS: remove unused arg from mips_ejtag_set_instr
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-17 Øyvind Harboemips: fix warning
2010-03-17 Spencer OliverPIC32: add software reset support
2010-03-10 Spencer OliverMIPS: make fixed code arrays static const
2010-03-08 Øyvind Harboejtag: jtag_add_ir_scan() now takes a single field
2010-03-08 Øyvind Harboejtag: retire tap field
2010-01-09 Spencer OliverMIPS: update arch_info access to match other targets
2010-01-07 Spencer OliverMIPS: whitespace cleanup
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-13 Zachary T Welchmips_ejtag_t -> struct mips_ejtag
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-07-16 oharboemicroscopic white space fixes
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
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 'u8' to 'uint8_t' in src/target
2009-06-12 zwelchDavid Claffey <dnclaffey@gmail.com>:
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeIntroduce jtag_get_end_state() fn to clarify code a...
2009-06-04 oharboeremove TAP_INVALID as argument to jtag_add_xxx() fn's
2009-06-01 zwelchScrub final vestiges of in_handler from mips target...
2009-05-20 kc8apfAuthor: Spencer Oliver <spen@spen-soft.co.uk>
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeadd warnings about not using in_handler
2009-05-06 oharboeretire out_mask - not used anywhere
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-04-18 mifiThe following patches was applied:
2009-01-02 oharboeJohn McCarthy <jgmcc@magma.ca> keep_alive() fix
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-19 oharboejtag_get_device() now returns NULL and reports error...
2008-11-17 ntfreak- add support for hardware breakpoints to mips32 target
2008-11-13 ntfreak- correct the register hi/lo read - wrong way round
2008-10-14 oharboeJohn McCarthy <jgmcc@magma.ca> cleans up the usage...
2008-10-08 oharboeJohn McCarthy <jgmcc@magma.ca> adds support for DMA...
2008-07-26 ntfreak- merged mips target into svn trunk