aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-11-05ARMv7M: add docs, remove exportsDavid Brownell
2009-11-05target: add target->type->has_mmu fn.Øyvind Harboe
2009-11-05Make default implementation of mdw/mmw phys return error 'not implemented'Øyvind Harboe
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe
2009-11-05warnings: removeØyvind Harboe
2009-11-04ft2232: cleanupDavid Brownell
2009-11-04JTAG: support KT-LINK adapterKrzysztof Kajstura
2009-11-03target: 20 second timeout/megabyte for CRC checkØyvind Harboe
2009-11-03arm920t: memory writes were broken when MMU was disabledØyvind Harboe
2009-11-03target: require working area for physical/virtual addresses to be specifiedØyvind Harboe
2009-11-01FT2232: increase read retry countsDimitar Dimitrov
2009-10-31arm9tdmi: more correct fix for vector_catchDavid Brownell
2009-10-30ARM926: fix arm926ejs_mmu() reading from bad pointerDavid Brownell
2009-10-30bin2char: for win32 set stdin/stdout to binary modeSpencer Oliver
2009-10-29SVF: fix checking bit pattern against lengthMichael Roth
2009-10-29XSVF: bugfix handling state pathsDavid Brownell
2009-10-28Cortex-M3: remove exports and forward declsDavid Brownell
2009-10-28ARM926: remove exports and forward declsDavid Brownell
2009-10-28bugfix: stack corruption loading IHex imagesFranck HÉRÉSON
2009-10-27ARM: fix single-step of Thumb unconditional branchNicolas Pitre
2009-10-27ARM: fix target address when disassembling Thumb BLXNicolas Pitre
2009-10-27Signalyzer: H2 and H4 supportOleg Seiljus
2009-10-26ARM: fix Thumb mode handling when single-stepping register based branch insnsNicolas Pitre
2009-10-26ARM: allow proper single stepping of Thumb BL and BLX instructionsNicolas Pitre
2009-10-26ARM: call thumb_pass_branch_condition() only for actual branch opcodesNicolas Pitre
2009-10-26ft2232: less noise with _DEBUG_JTAG_IO_David Brownell
2009-10-26JTAG: "jtag newtap ..." cleanupDavid Brownell
2009-10-26ARM ADIv5: "dap info" gets more readableDavid Brownell
2009-10-26SVF: fix parsing hex strings containing leading '0' charactersMichael Roth
2009-10-26JTAG: simple autoprobingDavid Brownell
2009-10-25check if mmu is enabled before using mmu code pathØyvind Harboe
2009-10-25ARM: rename "arm9tdmi vector_catch" to "arm9 ..."David Brownell
2009-10-25JTAG: jtag_tap_init() bugfixesDavid Brownell
2009-10-25xscale: always reload handler after resetDavid Brownell
2009-10-23arm9tdmi vector_catch: reserved means "don't use"David Brownell
2009-10-23Improve help for arm9 vector_catch.Øyvind Harboe
2009-10-23Remove debug output that could cause compile warnings.Øyvind Harboe
2009-10-23mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe
2009-10-23Embedded ICE version is now dumped with debug_level 1Øyvind Harboe
2009-10-23jtag: clean up TAP state name handlingDavid Brownell
2009-10-23SVF: clean up, mostly for TAP state name handlingDavid Brownell
2009-10-22Ferocion: fix corruption of r0 when resuming Thumb modeNicolas Pitre
2009-10-22have "reg" command print cache names tooDavid Brownell
2009-10-22ETM: rename registers, doc tweaksDavid Brownell
2009-10-22disable ZY1000's UART forwarding test code.Øyvind Harboe
2009-10-21retire obsolete mXY_phys commands. Handled by generic memory read/modify comm...Øyvind Harboe
2009-10-21read/write physical target fn'sØyvind Harboe
2009-10-21add support for target_read/write_phys_memory callbacks.Øyvind Harboe
2009-10-21Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo...Øyvind Harboe