| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove debug output that could cause compile warnings. | Øyvind Harboe | 2009-10-23 | 1 | -2/+0 |
* | mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman... | Øyvind Harboe | 2009-10-23 | 6 | -12/+241 |
* | Embedded ICE version is now dumped with debug_level 1 | Øyvind Harboe | 2009-10-23 | 1 | -2/+2 |
* | jtag: clean up TAP state name handling | David Brownell | 2009-10-23 | 3 | -68/+63 |
* | SVF: clean up, mostly for TAP state name handling | David Brownell | 2009-10-23 | 5 | -80/+68 |
* | Ferocion: fix corruption of r0 when resuming Thumb mode | Nicolas Pitre | 2009-10-22 | 1 | -2/+1 |
* | 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 | 3 | -50/+73 |
* | disable ZY1000's UART forwarding test code. | Øyvind Harboe | 2009-10-22 | 1 | -1/+10 |
* | mww_phys retired. Replaced by generic mww phys in target.c | Øyvind Harboe | 2009-10-21 | 6 | -95/+44 |
* | virt2phys is now implemented by target.c globally, retire target specific doc... | Øyvind Harboe | 2009-10-21 | 1 | -15/+0 |
* | 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 | 3 | -16/+94 |
* | Merge branch 'master' of ssh://gowinex@openocd.git.sourceforge.net/gitroot/op... | Øyvind Harboe | 2009-10-21 | 1 | -2/+37 |
|\ |
|
| * | 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 |
* | | Retire obsolete and superfluous implementations of virt2phys in each target. ... | Øyvind Harboe | 2009-10-21 | 4 | -129/+0 |
|/ |
|
* | 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 | 6 | -68/+110 |
* | Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/... | Øyvind Harboe | 2009-10-20 | 4 | -13/+7 |
* | Added the faux flash driver and target. Used for testing. | Øyvind Harboe | 2009-10-20 | 5 | -1/+186 |
* | Added 'unlock' option to flash write_image | Øyvind Harboe | 2009-10-20 | 2 | -17/+63 |
* | 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 |
* | davinci: add watchdog reset method | David Brownell | 2009-10-19 | 1 | -1/+62 |
* | 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: always use "-D__USE_MINGW_ANSI_STDIO" | Redirect 'Slash' NIL | 2009-10-19 | 1 | -0/+2 |
* | MinGW: use WinSock2 | Redirect 'Slash' NIL | 2009-10-19 | 1 | -1/+1 |
* | Doc: jtag_init must validate scan chain too | David Brownell | 2009-10-19 | 1 | -0/+5 |
* | fix single step of bx instruction going into Thumb mode | Nicolas Pitre | 2009-10-19 | 1 | -1/+1 |
* | Ignore openocd.exe for "git status" | David Brownell | 2009-10-19 | 1 | -0/+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 |
* | SDRAM and clock configuration for the SAM9-L9260 board from Olimex | Dean Glazeski | 2009-10-18 | 1 | -6/+85 |
* | safer conversion to HANDLER on MinGW-W64 | Redirect 'Slash' NIL | 2009-10-17 | 1 | -2/+2 |
* | Ignore two more generated files | David Brownell | 2009-10-17 | 1 | -0/+5 |
* | 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 | 6 | -30/+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 | 2 | -59/+40 |
* | Fw: [PATCH] OpenRD board configuration | Wookey | 2009-10-14 | 2 | -0/+134 |