summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARMv7M: add arm cmd groupSpencer Oliver2010-02-282-2/+31
* MIPS: add mips algorithm supportSpencer Oliver2010-02-284-82/+392
* ARMv7M: use software breakpoints for algorithmsSpencer Oliver2010-02-281-18/+5
* ADIv5 DAP ops switching to JTAG or SWD modesDavid Brownell2010-02-272-0/+121
* ARM ADIv5 doxygen and cleanupDavid Brownell2010-02-241-15/+42
* ARM ADIv5: rename more JTAG-specific routinesDavid Brownell2010-02-231-11/+11
* arm11: allow minidrivers to implement inner loop of memory writesØyvind Harboe2010-02-221-45/+92
* ADIv5: relocate memacess_tck cyclesDavid Brownell2010-02-211-12/+12
* ADIv5: remove ATOMIC/COMPOSITE interface modeDavid Brownell2010-02-213-98/+29
* ARM: ADIv5, deadcode cleanupDavid Brownell2010-02-211-13/+13
* ARM: ADIv5 code shrinkage, cleanupDavid Brownell2010-02-211-40/+16
* ADIv5 clean up AP fault handlingDavid Brownell2010-02-211-32/+46
* ADIv5 clean up AP selection and register cachingDavid Brownell2010-02-214-34/+60
* ARM: keep a handle to the PCDavid Brownell2010-02-2116-88/+106
* ARM DPM: support adding/removing HW breakpointsDavid Brownell2010-02-211-38/+113
* ARM11: per-core options should not be globalDavid Brownell2010-02-212-33/+44
* ARMv7-M: start using "struct arm"David Brownell2010-02-215-9/+74