summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* ADI_V5_JTAG: review scope of dataAntonio Borneo2010-04-101-1/+1
* ARM920T: review scope of functionsAntonio Borneo2010-04-101-1/+1
* ARM_JTAG: review scope of functionsAntonio Borneo2010-04-101-1/+1
* ARM_SIMULATOR: review scope of functionsAntonio Borneo2010-04-102-5/+1
* ARMV4_5_MMU: review unused symbolsAntonio Borneo2010-04-101-7/+0
* ARMV4_5: review scope of dataAntonio Borneo2010-04-102-3/+1
* EMBEDDEDICE: review scope of functionsAntonio Borneo2010-04-102-2/+3
* TARGET: review unused symbolsAntonio Borneo2010-04-102-17/+0
* TARGET: review scope of functionsAntonio Borneo2010-04-102-29/+15
* ARMv7M: review scope of functionsAntonio Borneo2010-04-101-1/+1
* Restore deleted '!' characterDavid Brownell2010-04-041-1/+1
* target: are we running algorithm code?David Brownell2010-04-042-1/+16
* simplify and unconfuse target_run_algorithm()David Brownell2010-04-042-19/+33
* xscale: fix trace buffer functionality when resuming from a breakpointMike Dunn2010-03-291-9/+16
* 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