| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | have "reg" command print cache names too | David Brownell | 2009-10-22 | 1 | -0/+2 |
* | ETM: rename registers, doc tweaks | David Brownell | 2009-10-22 | 1 | -47/+54 |
* | disable ZY1000's UART forwarding test code. | Øyvind Harboe | 2009-10-22 | 1 | -1/+10 |
* | retire obsolete mXY_phys commands. Handled by generic memory read/modify comm... | Øyvind Harboe | 2009-10-21 | 5 | -341/+0 |
* | read/write physical target fn's | Øyvind Harboe | 2009-10-21 | 2 | -0/+53 |
* | add support for target_read/write_phys_memory callbacks. | Øyvind Harboe | 2009-10-21 | 1 | -2/+27 |
* | Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo... | Øyvind Harboe | 2009-10-21 | 2 | -10/+84 |
* | Retire obsolete and superfluous implementations of virt2phys in each target. ... | Øyvind Harboe | 2009-10-21 | 4 | -129/+0 |
* | First cut at implementing software breakpoints for mmu read only memory | Øyvind Harboe | 2009-10-21 | 1 | -2/+37 |
* | Defined target_write_memory() to be able to handle implementing breakpoints f... | Øyvind Harboe | 2009-10-21 | 1 | -0/+24 |
* | eCos synthetic target updates. | Øyvind Harboe | 2009-10-21 | 2 | -2/+13 |
* | XSVF: use svf_add_statemove() | David Brownell | 2009-10-20 | 5 | -66/+85 |
* | Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/... | Øyvind Harboe | 2009-10-20 | 3 | -13/+0 |
* | Added the faux flash driver and target. Used for testing. | Øyvind Harboe | 2009-10-20 | 4 | -1/+157 |
* | Added 'unlock' option to flash write_image | Øyvind Harboe | 2009-10-20 | 1 | -14/+59 |
* | More svn to git version string fixes. | Øyvind Harboe | 2009-10-20 | 1 | -1/+5 |
* | SVF: better spec conformance for STATE switch | David Brownell | 2009-10-19 | 1 | -15/+13 |
* | jtag_add_statemove() always uses TLR to get to RESET | David Brownell | 2009-10-19 | 1 | -5/+7 |
* | SVF/XSVF: comment and whitespace fixes | David Brownell | 2009-10-19 | 2 | -59/+72 |
* | Improve Makefile rules for XScale debug handler; fixes 'make distcheck'. | Zachary T Welch | 2009-10-19 | 1 | -5/+8 |
* | MinGW: use WinSock2 | Redirect 'Slash' NIL | 2009-10-19 | 1 | -1/+1 |
* | fix single step of bx instruction going into Thumb mode | Nicolas Pitre | 2009-10-19 | 1 | -1/+1 |
* | corrective fix for MinGW GNU C99 printf compliance | Redirect 'Slash' NIL | 2009-10-19 | 2 | -6/+8 |
* | Sync with official Jim Tcl repository. | oyvind | 2009-10-19 | 3 | -4/+6 |
* | Switch from svn to git version string handling. | oyvind | 2009-10-19 | 1 | -7/+4 |
* | safer conversion to HANDLER on MinGW-W64 | Redirect 'Slash' NIL | 2009-10-17 | 1 | -2/+2 |
* | More MinGW C99 printf compliance | Redirect 'Slash' NIL | 2009-10-17 | 3 | -6/+23 |
* | jim-eventloop for MinGW-w64 | Redirect \"Slash\" NIL | 2009-10-17 | 2 | -2/+2 |
* | build tweak for bin2char | David Brownell | 2009-10-17 | 1 | -3/+4 |
* | xscale: better fix for debug_handler.bin | David Brownell | 2009-10-16 | 5 | -29/+27 |
* | another portability update | David Brownell | 2009-10-14 | 1 | -4/+4 |
* | portability updates | David Brownell | 2009-10-14 | 4 | -11/+12 |
* | doc updates to match "help" better | David Brownell | 2009-10-14 | 1 | -52/+5 |
* | S29WS-N CFI query fix is to try 0x555 if 0x55 fails. | Øyvind Harboe | 2009-10-14 | 1 | -24/+53 |
* | Work in progress on arm11 reset. Assert srst. | Øyvind Harboe | 2009-10-14 | 1 | -6/+50 |
* | Fix problems building xscale_debug.S | David Brownell | 2009-10-14 | 1 | -0/+6 |
* | fix detection of PLD instructions | Lennert Buytenhek | 2009-10-13 | 1 | -1/+1 |
* | fix pass_condition() LE condition code check | Lennert Buytenhek | 2009-10-13 | 1 | -3/+3 |
* | cosmetic cleanup in TMS tables | David Brownell | 2009-10-13 | 1 | -11/+17 |
* | Cleanup: nuke trailling whitespaces | Yauheni Kaliuta | 2009-10-13 | 4 | -15/+15 |
* | Do not replace virt2phys with the default one if it was assigned | Yauheni Kaliuta | 2009-10-13 | 1 | -1/+0 |
* | Retired gdb_attach. gdb-detach event covers this functionality. | Øyvind Harboe | 2009-10-13 | 1 | -66/+3 |
* | Missing type for eCos. | Øyvind Harboe | 2009-10-13 | 1 | -0/+1 |
* | Fix warning. | Øyvind Harboe | 2009-10-13 | 1 | -1/+1 |
* | Delete commented out code. Add a bit of error checking. | Øyvind Harboe | 2009-10-13 | 2 | -45/+20 |
* | Propagate error from assert, deassert and halt on tcl target object. | Øyvind Harboe | 2009-10-13 | 1 | -5/+9 |
* | xscale: stackframe corruption bugfix | David Brownell | 2009-10-13 | 1 | -36/+18 |
* | More error propagation fixes. | Øyvind Harboe | 2009-10-12 | 2 | -5/+8 |
* | arm11 burst writes are now only enabled for writes larger than 1 word. Single... | Øyvind Harboe | 2009-10-12 | 1 | -2/+11 |
* | Retire arm11 no_increment. Intended for future expansion to read/write to por... | Øyvind Harboe | 2009-10-12 | 1 | -8/+22 |