summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ETM: rename registers, doc tweaksDavid Brownell2009-10-221-47/+54
* disable ZY1000's UART forwarding test code.Øyvind Harboe2009-10-221-1/+10
* retire obsolete mXY_phys commands. Handled by generic memory read/modify comm...Øyvind Harboe2009-10-215-341/+0
* read/write physical target fn'sØyvind Harboe2009-10-212-0/+53
* add support for target_read/write_phys_memory callbacks.Øyvind Harboe2009-10-211-2/+27
* Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo...Øyvind Harboe2009-10-212-10/+84
* Retire obsolete and superfluous implementations of virt2phys in each target. ...Øyvind Harboe2009-10-214-129/+0
* First cut at implementing software breakpoints for mmu read only memoryØyvind Harboe2009-10-211-2/+37
* Defined target_write_memory() to be able to handle implementing breakpoints f...Øyvind Harboe2009-10-211-0/+24
* eCos synthetic target updates.Øyvind Harboe2009-10-212-2/+13
* XSVF: use svf_add_statemove()David Brownell2009-10-205-66/+85
* Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/...Øyvind Harboe2009-10-203-13/+0
* Added the faux flash driver and target. Used for testing.Øyvind Harboe2009-10-204-1/+157
* Added 'unlock' option to flash write_imageØyvind Harboe2009-10-201-14/+59
* More svn to git version string fixes.Øyvind Harboe2009-10-201-1/+5
* SVF: better spec conformance for STATE switchDavid Brownell2009-10-191-15/+13
* jtag_add_statemove() always uses TLR to get to RESETDavid Brownell2009-10-191-5/+7
* SVF/XSVF: comment and whitespace fixesDavid Brownell2009-10-192-59/+72
* Improve Makefile rules for XScale debug handler; fixes 'make distcheck'.Zachary T Welch2009-10-191-5/+8
* MinGW: use WinSock2Redirect 'Slash' NIL2009-10-191-1/+1
* fix single step of bx instruction going into Thumb modeNicolas Pitre2009-10-191-1/+1
* corrective fix for MinGW GNU C99 printf complianceRedirect 'Slash' NIL2009-10-192-6/+8
* Sync with official Jim Tcl repository.oyvind2009-10-193-4/+6
* Switch from svn to git version string handling.oyvind2009-10-191-7/+4
* safer conversion to HANDLER on MinGW-W64Redirect 'Slash' NIL2009-10-171-2/+2
* More MinGW C99 printf complianceRedirect 'Slash' NIL2009-10-173-6/+23
* jim-eventloop for MinGW-w64Redirect \"Slash\" NIL2009-10-172-2/+2
* build tweak for bin2charDavid Brownell2009-10-171-3/+4
* 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