summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* fix instruction refilling bug when using software breakpoints on a big-endian...Jun Ma2010-05-121-0/+1
* mips32: 20 second timeout/megabyte for CRC checkSpencer Oliver2010-05-101-1/+3
* armv7m: 20 second timeout/megabyte for CRC checkSpencer Oliver2010-05-101-1/+3
* flash: stop caching protection stateØyvind Harboe2010-05-051-13/+0
* command context: fix errors when running certain commands on startupØyvind Harboe2010-05-052-19/+18
* target: clean up target memory allocation error messagesØyvind Harboe2010-05-042-3/+22
* xscale: add support for length arg to wp commandMike Dunn2010-04-241-8/+51
* xscale: fix analyze_trace for trace data collected in wrap modeMike Dunn2010-04-152-216/+243
* cortex-a8: more MMU supportAnton Fedotov2010-04-142-98/+321
* TARGET/ARM7_9_COMMON: review scope of symbolsAntonio Borneo2010-04-112-17/+14
* TARGET/MIPS32: review scope of functionsAntonio Borneo2010-04-112-11/+9
* TARGET/MIPS32_PRACC: review scope of functionsAntonio Borneo2010-04-112-26/+26
* TARGET/MIPS32_DMAACC: review scope of functionsAntonio Borneo2010-04-112-20/+19
* TARGET/MIPS_EJTAG: review scope of functionsAntonio Borneo2010-04-102-4/+4
* TARGET/DSP563XX_ONCE: review scope of functionsAntonio Borneo2010-04-102-8/+2
* 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