aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2010-03-16ADIv5 transport support moves to separate filesDavid Brownell5-430/+589
2010-03-16image loading: fix problem with offsets > 0x80000000Bradey Honsinger3-3/+3
2010-03-11fix xscale icache and dcache commandsMike Dunn1-3/+3
2010-03-10MIPS: make fixed code arrays static constSpencer Oliver1-3/+3
2010-03-10PIC32: add flash algorithm supportSpencer Oliver3-3/+7
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe2-24/+5
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe5-8/+8
2010-03-08jtag: retire tap fieldØyvind Harboe19-198/+81
2010-03-05ADIv5 share DAP command supportDavid Brownell9-335/+174
2010-03-04rename "swjdp_common" as "adiv5_dap"David Brownell8-116/+114
2010-03-03NOR: invalidate cached state on target resumeDavid Brownell1-0/+9
2010-03-02ADIv5: use new DAP ops for AP read/writeDavid Brownell3-106/+79
2010-03-02ADIv5: use new DAP ops for DP read/writeDavid Brownell1-32/+38
2010-03-02ADIv5: use new dap_run() operationDavid Brownell3-37/+74
2010-03-02ARM: start abstracting ADIv5 transports (JTAG/SWD)David Brownell2-0/+278
2010-03-02target_resume() doxygenDavid Brownell1-3/+33
2010-03-02ADIv5: use right ID for Cortex-M3 ETMDavid Brownell1-4/+4
2010-03-01arm_semihosting buildfixDavid Brownell1-8/+14
2010-02-28armv4_5: remove core_type check in mcr/mrc cmdSpencer Oliver1-7/+0
2010-02-28semihosting: add armv7m semihosting supportSpencer Oliver3-76/+137
2010-02-28semihosting: move semihosting cmd to arm cmd groupSpencer Oliver3-44/+68
2010-02-28CortexM3: move disassemble cmd to arm cmd groupSpencer Oliver1-51/+0
2010-02-28ARMv7M: add arm cmd groupSpencer Oliver2-2/+31
2010-02-28MIPS: add mips algorithm supportSpencer Oliver4-82/+392
2010-02-28ARMv7M: use software breakpoints for algorithmsSpencer Oliver1-18/+5
2010-02-27ADIv5 DAP ops switching to JTAG or SWD modesDavid Brownell2-0/+121
2010-02-24ARM ADIv5 doxygen and cleanupDavid Brownell1-15/+42
2010-02-23ARM ADIv5: rename more JTAG-specific routinesDavid Brownell1-11/+11
2010-02-22arm11: allow minidrivers to implement inner loop of memory writesØyvind Harboe1-45/+92
2010-02-21ADIv5: relocate memacess_tck cyclesDavid Brownell1-12/+12
2010-02-21ADIv5: remove ATOMIC/COMPOSITE interface modeDavid Brownell3-98/+29
2010-02-21ARM: ADIv5, deadcode cleanupDavid Brownell1-13/+13
2010-02-21ARM: ADIv5 code shrinkage, cleanupDavid Brownell1-40/+16
2010-02-21ADIv5 clean up AP fault handlingDavid Brownell1-32/+46
2010-02-21ADIv5 clean up AP selection and register cachingDavid Brownell4-34/+60
2010-02-21ARM: keep a handle to the PCDavid Brownell16-88/+106
2010-02-21ARM DPM: support adding/removing HW breakpointsDavid Brownell1-38/+113
2010-02-21ARM11: per-core options should not be globalDavid Brownell2-33/+44
2010-02-21ARMv7-M: start using "struct arm"David Brownell5-9/+74
2010-02-20arm920t line length cleanupDavid Brownell1-115/+247
2010-02-19atm920t : fix breakpoints and data cache handlingMarc Pignat1-17/+103
2010-02-16ARM920T scanchain 15 comments/cleanupDavid Brownell1-51/+112
2010-02-14fix crash with DSP563XXMathias Kuester1-0/+25
2010-02-12arm720t: virt2phys callback addedØyvind Harboe1-4/+14
2010-02-12arm920: add virt2phys fnMarc Pignat1-3/+13
2010-02-10arm11: fix another infinite loop bugØyvind Harboe1-4/+23
2010-02-09target: add todo in target_write_memory() about alignmentØyvind Harboe1-2/+13
2010-02-06ADIv5: doxygenDavid Brownell2-32/+138
2010-02-04ARMv7-M: make DAP commands verify target is an ARMv7-MDavid Brownell2-3/+31
2010-02-02ARM semihosting: fix EOF handling with SYS_READNicolas Pitre1-1/+1