| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | jtag: remove jtag_get_end_state()'s that should be unecessary | Øyvind Harboe | 2010-03-19 | 4 | -5/+5 |
* | Fix underlying problem with xscale icache and dcache commands | Mike Dunn | 2010-03-18 | 1 | -6/+11 |
* | ADI_v5 - it's not always an "SWJ-DP" | David Brownell | 2010-03-18 | 2 | -175/+175 |
* | Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/... | David Brownell | 2010-03-18 | 13 | -73/+74 |
|\ |
|
| * | jtag: retire one instance of jtag_get_end_state() usage | Øyvind Harboe | 2010-03-18 | 13 | -73/+74 |
* | | remove more duplication | David Brownell | 2010-03-18 | 1 | -25/+0 |
|/ |
|
* | oops: committed and pushed two temp files.... | Øyvind Harboe | 2010-03-18 | 2 | -3962/+0 |
* | PIC32MX: add unlock cmd | Spencer Oliver | 2010-03-18 | 1 | -0/+2 |
* | MIPS: remove unused arg from mips_ejtag_set_instr | Spencer Oliver | 2010-03-18 | 5 | -51/+51 |
* | jtag: cut down on usage of unintended modification of global end state | Øyvind Harboe | 2010-03-18 | 19 | -72/+4031 |
* | linker error: fix problem with duplicate fn | Øyvind Harboe | 2010-03-18 | 1 | -33/+0 |
* | mips: fix warning | Øyvind Harboe | 2010-03-17 | 1 | -1/+1 |
* | gdb: long running "monitor mww" now works w/gdb | Øyvind Harboe | 2010-03-17 | 1 | -0/+2 |
* | target: faster mww operations | Øyvind Harboe | 2010-03-17 | 1 | -38/+77 |
* | target: mdX/mwX on target were badly broken | Øyvind Harboe | 2010-03-17 | 1 | -7/+14 |
* | PIC32: add software reset support | Spencer Oliver | 2010-03-17 | 4 | -3/+61 |
* | MIPS: remove ejtag_srst variant | Spencer Oliver | 2010-03-17 | 2 | -17/+17 |
* | arm7/9: remove unused post_restore_context | Øyvind Harboe | 2010-03-17 | 10 | -20/+0 |
* | ADIv5 transport support moves to separate files | David Brownell | 2010-03-16 | 5 | -430/+589 |
* | image loading: fix problem with offsets > 0x80000000 | Bradey Honsinger | 2010-03-16 | 3 | -3/+3 |
* | fix xscale icache and dcache commands | Mike Dunn | 2010-03-11 | 1 | -3/+3 |
* | MIPS: make fixed code arrays static const | Spencer Oliver | 2010-03-10 | 1 | -3/+3 |
* | PIC32: add flash algorithm support | Spencer Oliver | 2010-03-10 | 3 | -3/+7 |
* | jtag: simplify jtag_add_plain_ir/dr_scan | Øyvind Harboe | 2010-03-08 | 2 | -24/+5 |
* | jtag: jtag_add_ir_scan() now takes a single field | Øyvind Harboe | 2010-03-08 | 5 | -8/+8 |
* | jtag: retire tap field | Øyvind Harboe | 2010-03-08 | 19 | -198/+81 |
* | ADIv5 share DAP command support | David Brownell | 2010-03-05 | 9 | -335/+174 |
* | rename "swjdp_common" as "adiv5_dap" | David Brownell | 2010-03-04 | 8 | -116/+114 |
* | NOR: invalidate cached state on target resume | David Brownell | 2010-03-03 | 1 | -0/+9 |
* | ADIv5: use new DAP ops for AP read/write | David Brownell | 2010-03-02 | 3 | -106/+79 |
* | ADIv5: use new DAP ops for DP read/write | David Brownell | 2010-03-02 | 1 | -32/+38 |
* | ADIv5: use new dap_run() operation | David Brownell | 2010-03-02 | 3 | -37/+74 |
* | ARM: start abstracting ADIv5 transports (JTAG/SWD) | David Brownell | 2010-03-02 | 2 | -0/+278 |
* | target_resume() doxygen | David Brownell | 2010-03-02 | 1 | -3/+33 |
* | ADIv5: use right ID for Cortex-M3 ETM | David Brownell | 2010-03-02 | 1 | -4/+4 |
* | arm_semihosting buildfix | David Brownell | 2010-03-01 | 1 | -8/+14 |
* | armv4_5: remove core_type check in mcr/mrc cmd | Spencer Oliver | 2010-02-28 | 1 | -7/+0 |
* | semihosting: add armv7m semihosting support | Spencer Oliver | 2010-02-28 | 3 | -76/+137 |
* | semihosting: move semihosting cmd to arm cmd group | Spencer Oliver | 2010-02-28 | 3 | -44/+68 |
* | CortexM3: move disassemble cmd to arm cmd group | Spencer Oliver | 2010-02-28 | 1 | -51/+0 |
* | ARMv7M: add arm cmd group | Spencer Oliver | 2010-02-28 | 2 | -2/+31 |
* | MIPS: add mips algorithm support | Spencer Oliver | 2010-02-28 | 4 | -82/+392 |
* | ARMv7M: use software breakpoints for algorithms | Spencer Oliver | 2010-02-28 | 1 | -18/+5 |
* | ADIv5 DAP ops switching to JTAG or SWD modes | David Brownell | 2010-02-27 | 2 | -0/+121 |
* | ARM ADIv5 doxygen and cleanup | David Brownell | 2010-02-24 | 1 | -15/+42 |
* | ARM ADIv5: rename more JTAG-specific routines | David Brownell | 2010-02-23 | 1 | -11/+11 |
* | arm11: allow minidrivers to implement inner loop of memory writes | Øyvind Harboe | 2010-02-22 | 1 | -45/+92 |
* | ADIv5: relocate memacess_tck cycles | David Brownell | 2010-02-21 | 1 | -12/+12 |
* | ADIv5: remove ATOMIC/COMPOSITE interface mode | David Brownell | 2010-02-21 | 3 | -98/+29 |
* | ARM: ADIv5, deadcode cleanup | David Brownell | 2010-02-21 | 1 | -13/+13 |