summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* xscale: better fix for debug_handler.binDavid Brownell2009-10-165-29/+27
* another portability updateDavid Brownell2009-10-141-4/+4
* portability updatesDavid Brownell2009-10-144-11/+12
* doc updates to match "help" betterDavid Brownell2009-10-141-52/+5
* S29WS-N CFI query fix is to try 0x555 if 0x55 fails.Øyvind Harboe2009-10-141-24/+53
* Work in progress on arm11 reset. Assert srst.Øyvind Harboe2009-10-141-6/+50
* Fix problems building xscale_debug.SDavid Brownell2009-10-141-0/+6
* fix detection of PLD instructionsLennert Buytenhek2009-10-131-1/+1
* fix pass_condition() LE condition code checkLennert Buytenhek2009-10-131-3/+3
* cosmetic cleanup in TMS tablesDavid Brownell2009-10-131-11/+17
* Cleanup: nuke trailling whitespacesYauheni Kaliuta2009-10-134-15/+15
* Do not replace virt2phys with the default one if it was assignedYauheni Kaliuta2009-10-131-1/+0
* Retired gdb_attach. gdb-detach event covers this functionality.Øyvind Harboe2009-10-131-66/+3
* Missing type for eCos.Øyvind Harboe2009-10-131-0/+1
* Fix warning.Øyvind Harboe2009-10-131-1/+1
* Delete commented out code. Add a bit of error checking.Øyvind Harboe2009-10-132-45/+20
* Propagate error from assert, deassert and halt on tcl target object.Øyvind Harboe2009-10-131-5/+9
* xscale: stackframe corruption bugfixDavid Brownell2009-10-131-36/+18
* More error propagation fixes.Øyvind Harboe2009-10-122-5/+8
* arm11 burst writes are now only enabled for writes larger than 1 word. Single...Øyvind Harboe2009-10-121-2/+11
* Retire arm11 no_increment. Intended for future expansion to read/write to por...Øyvind Harboe2009-10-121-8/+22
* Propagate wDTR/rDTR failure immediately, otherwise it's followed up by timeou...Øyvind Harboe2009-10-121-0/+1
* Fix warning and improve error message upon burst transfer failureØyvind Harboe2009-10-121-3/+3
* Fix bogus 'transfer errors' with arm11 'memwrite burst enable'. A regression ...Øyvind Harboe2009-10-121-5/+5
* simplify XScale debug handler installationDavid Brownell2009-10-124-42/+58
* more xscale cleanup (mostly removing JTAG hooks)David Brownell2009-10-122-88/+65
* Merge commit 'origin/master'Øyvind Harboe2009-10-127-287/+300
|\
| * xscale_load_ic cleanupDavid Brownell2009-10-111-16/+16
| * xscale.c cleanupDavid Brownell2009-10-111-186/+197
| * xscale bugfix to handler loadingDavid Brownell2009-10-111-2/+2
| * xscale minor cleanupDavid Brownell2009-10-111-43/+31
| * printf format warning fixesDavid Brownell2009-10-106-33/+38
| * add documentation about reset customizationDavid Brownell2009-10-091-10/+19
* | If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe2009-10-123-3/+43
|/
* Stop debug session if halt failsØyvind Harboe2009-10-091-1/+6
* ARM11 error checkingØyvind Harboe2009-10-093-52/+119
* add overridable Tcl "init_reset"David Brownell2009-10-081-8/+22
* minor JTAG init messaging tweaksDavid Brownell2009-10-081-2/+4
* prevent abort via polling during jtag_resetDavid Brownell2009-10-083-9/+51
* Stop ignoring most scan chain validation errorsDavid Brownell2009-10-082-15/+50
* Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe2009-10-083-5/+25
* Update copyright statements. Make it easier to sync with Jim TclØyvind Harboe2009-10-081-1/+4
* Change most in-tree references from SVN to GIT.dbrownell2009-10-081-1/+3
* Force sane SRST and TRST initializationdbrownell2009-10-071-3/+11
* Better fix for TAPs violating the JTAG spec for IR-Capture.dbrownell2009-10-071-16/+18
* Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell2009-10-073-42/+47
* buildfixdbrownell2009-10-071-0/+1
* Updates for "reset_config":dbrownell2009-10-073-18/+106
* add timeouts and fix syntax error handling of mrc/mcr commands.oharboe2009-10-071-1/+2
* add timeouts and fix syntax error handling of mrc/mcr commands.oharboe2009-10-071-18/+59