summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ARM11: added mrc/mcr support to arm11 code.Øyvind Harboe2009-11-051-0/+53
* target: Only register mrc mcr commands when one of the targets support them.Øyvind Harboe2009-11-051-3/+11
* cortex_a8: add mrc mcr interface.Øyvind Harboe2009-11-051-0/+29
* watchpoint_add() cleanupDavid Brownell2009-11-054-32/+40
* Cortex-M3: expose most DWT registersDavid Brownell2009-11-052-21/+144
* Cortex-M3: minor cleanupDavid Brownell2009-11-052-16/+4
* Cortex-M3: DWT cleanup/fixesDavid Brownell2009-11-051-56/+115
* ARMv7M: add docs, remove exportsDavid Brownell2009-11-052-29/+63
* target: add target->type->has_mmu fn.Øyvind Harboe2009-11-053-5/+48
* Make default implementation of mdw/mmw phys return error 'not implemented'Øyvind Harboe2009-11-051-2/+14
* target: remove unused interface fn that clutters codeØyvind Harboe2009-11-0516-92/+0
* debug interface: get rid of unused pre_debug fnØyvind Harboe2009-11-059-16/+0
* warnings: removeØyvind Harboe2009-11-051-3/+2
* ft2232: cleanupDavid Brownell2009-11-041-110/+97
* JTAG: support KT-LINK adapterKrzysztof Kajstura2009-11-041-0/+131
* target: 20 second timeout/megabyte for CRC checkØyvind Harboe2009-11-031-1/+4
* arm920t: memory writes were broken when MMU was disabledØyvind Harboe2009-11-031-11/+10
* target: require working area for physical/virtual addresses to be specifiedØyvind Harboe2009-11-032-9/+29
* FT2232: increase read retry countsDimitar Dimitrov2009-11-011-8/+26
* arm9tdmi: more correct fix for vector_catchDavid Brownell2009-10-311-8/+5
* ARM926: fix arm926ejs_mmu() reading from bad pointerDavid Brownell2009-10-301-1/+3
* bin2char: for win32 set stdin/stdout to binary modeSpencer Oliver2009-10-301-0/+10
* SVF: fix checking bit pattern against lengthMichael Roth2009-10-291-2/+2
* XSVF: bugfix handling state pathsDavid Brownell2009-10-291-15/+100
* Cortex-M3: remove exports and forward declsDavid Brownell2009-10-282-189/+144
* ARM926: remove exports and forward declsDavid Brownell2009-10-281-122/+127
* bugfix: stack corruption loading IHex imagesFranck HÉRÉSON2009-10-282-1/+22
* ARM: fix single-step of Thumb unconditional branchNicolas Pitre2009-10-271-2/+2
* ARM: fix target address when disassembling Thumb BLXNicolas Pitre2009-10-271-0/+1
* Signalyzer: H2 and H4 supportOleg Seiljus2009-10-271-0/+809
* ARM: fix Thumb mode handling when single-stepping register based branch insnsNicolas Pitre2009-10-261-22/+33
* ARM: allow proper single stepping of Thumb BL and BLX instructionsNicolas Pitre2009-10-261-0/+12
* ARM: call thumb_pass_branch_condition() only for actual branch opcodesNicolas Pitre2009-10-261-8/+6
* ft2232: less noise with _DEBUG_JTAG_IO_David Brownell2009-10-261-1/+0
* JTAG: "jtag newtap ..." cleanupDavid Brownell2009-10-261-7/+2
* ARM ADIv5: "dap info" gets more readableDavid Brownell2009-10-261-33/+268
* SVF: fix parsing hex strings containing leading '0' charactersMichael Roth2009-10-261-0/+4
* JTAG: simple autoprobingDavid Brownell2009-10-261-12/+102
* check if mmu is enabled before using mmu code pathØyvind Harboe2009-10-251-1/+1
* ARM: rename "arm9tdmi vector_catch" to "arm9 ..."David Brownell2009-10-251-5/+3
* JTAG: jtag_tap_init() bugfixesDavid Brownell2009-10-251-9/+18
* xscale: always reload handler after resetDavid Brownell2009-10-252-19/+11
* arm9tdmi vector_catch: reserved means "don't use"David Brownell2009-10-232-3/+2
* Improve help for arm9 vector_catch.Øyvind Harboe2009-10-231-1/+3
* Remove debug output that could cause compile warnings.Øyvind Harboe2009-10-231-2/+0
* mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe2009-10-236-12/+241
* Embedded ICE version is now dumped with debug_level 1Øyvind Harboe2009-10-231-2/+2
* jtag: clean up TAP state name handlingDavid Brownell2009-10-233-68/+63
* SVF: clean up, mostly for TAP state name handlingDavid Brownell2009-10-234-79/+68
* Ferocion: fix corruption of r0 when resuming Thumb modeNicolas Pitre2009-10-221-2/+1