summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* target: fix poll offØyvind Harboe2010-03-251-0/+6
* change %x and %d to PRIx32 and PRId32 where needed for cygwinDaniel Bäder2010-03-252-2/+2
* fix software breakpoints on xscaleMike Dunn2010-03-221-2/+12
* arm breakpoints: amended fix commentØyvind Harboe2010-03-212-2/+11
* jtag: make out_value constØyvind Harboe2010-03-213-57/+54
* jtag: move towards making out_value constØyvind Harboe2010-03-203-5/+5
* jtag: retire jtag_get/set_end_state()Øyvind Harboe2010-03-1915-58/+0
* jtag: remove jtag_get_end_state() usageØyvind Harboe2010-03-191-4/+4
* jtag: get rid of unecessary jtag_get_end_state()Øyvind Harboe2010-03-191-12/+21
* jtag: remove unecessary usage of jtag_get_end_state().Øyvind Harboe2010-03-191-2/+2
* jtag: remove jtag_get_end_state()'s that should be unecessaryØyvind Harboe2010-03-194-5/+5
* Fix underlying problem with xscale icache and dcache commandsMike Dunn2010-03-181-6/+11
* ADI_v5 - it's not always an "SWJ-DP"David Brownell2010-03-182-175/+175
* Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/...David Brownell2010-03-1813-73/+74
|\
| * jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe2010-03-1813-73/+74
* | remove more duplicationDavid Brownell2010-03-181-25/+0
|/
* oops: committed and pushed two temp files....Øyvind Harboe2010-03-182-3962/+0
* PIC32MX: add unlock cmdSpencer Oliver2010-03-181-0/+2
* MIPS: remove unused arg from mips_ejtag_set_instrSpencer Oliver2010-03-185-51/+51
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-1819-72/+4031
* linker error: fix problem with duplicate fnØyvind Harboe2010-03-181-33/+0
* mips: fix warningØyvind Harboe2010-03-171-1/+1
* gdb: long running "monitor mww" now works w/gdbØyvind Harboe2010-03-171-0/+2
* target: faster mww operationsØyvind Harboe2010-03-171-38/+77
* target: mdX/mwX on target were badly brokenØyvind Harboe2010-03-171-7/+14
* PIC32: add software reset supportSpencer Oliver2010-03-174-3/+61
* MIPS: remove ejtag_srst variantSpencer Oliver2010-03-172-17/+17
* arm7/9: remove unused post_restore_contextØyvind Harboe2010-03-1710-20/+0
* ADIv5 transport support moves to separate filesDavid Brownell2010-03-165-430/+589
* image loading: fix problem with offsets > 0x80000000Bradey Honsinger2010-03-163-3/+3
* fix xscale icache and dcache commandsMike Dunn2010-03-111-3/+3
* MIPS: make fixed code arrays static constSpencer Oliver2010-03-101-3/+3
* PIC32: add flash algorithm supportSpencer Oliver2010-03-103-3/+7
* jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe2010-03-082-24/+5
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-085-8/+8
* jtag: retire tap fieldØyvind Harboe2010-03-0819-198/+81
* ADIv5 share DAP command supportDavid Brownell2010-03-059-335/+174
* rename "swjdp_common" as "adiv5_dap"David Brownell2010-03-048-116/+114
* NOR: invalidate cached state on target resumeDavid Brownell2010-03-031-0/+9
* ADIv5: use new DAP ops for AP read/writeDavid Brownell2010-03-023-106/+79
* ADIv5: use new DAP ops for DP read/writeDavid Brownell2010-03-021-32/+38
* ADIv5: use new dap_run() operationDavid Brownell2010-03-023-37/+74
* ARM: start abstracting ADIv5 transports (JTAG/SWD)David Brownell2010-03-022-0/+278
* target_resume() doxygenDavid Brownell2010-03-021-3/+33
* ADIv5: use right ID for Cortex-M3 ETMDavid Brownell2010-03-021-4/+4
* arm_semihosting buildfixDavid Brownell2010-03-011-8/+14
* armv4_5: remove core_type check in mcr/mrc cmdSpencer Oliver2010-02-281-7/+0
* semihosting: add armv7m semihosting supportSpencer Oliver2010-02-283-76/+137
* semihosting: move semihosting cmd to arm cmd groupSpencer Oliver2010-02-283-44/+68
* CortexM3: move disassemble cmd to arm cmd groupSpencer Oliver2010-02-281-51/+0