| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ARMv7M: add docs, remove exports | David Brownell | 2009-11-05 | 2 | -29/+63 |
* | target: add target->type->has_mmu fn. | Øyvind Harboe | 2009-11-05 | 3 | -5/+48 |
* | Make default implementation of mdw/mmw phys return error 'not implemented' | Øyvind Harboe | 2009-11-05 | 1 | -2/+14 |
* | target: remove unused interface fn that clutters code | Øyvind Harboe | 2009-11-05 | 16 | -92/+0 |
* | debug interface: get rid of unused pre_debug fn | Øyvind Harboe | 2009-11-05 | 9 | -16/+0 |
* | warnings: remove | Øyvind Harboe | 2009-11-05 | 1 | -3/+2 |
* | ft2232: cleanup | David Brownell | 2009-11-04 | 1 | -110/+97 |
* | JTAG: support KT-LINK adapter | Krzysztof Kajstura | 2009-11-04 | 1 | -0/+131 |
* | target: 20 second timeout/megabyte for CRC check | Øyvind Harboe | 2009-11-03 | 1 | -1/+4 |
* | arm920t: memory writes were broken when MMU was disabled | Øyvind Harboe | 2009-11-03 | 1 | -11/+10 |
* | target: require working area for physical/virtual addresses to be specified | Øyvind Harboe | 2009-11-03 | 2 | -9/+29 |
* | FT2232: increase read retry counts | Dimitar Dimitrov | 2009-11-01 | 1 | -8/+26 |
* | arm9tdmi: more correct fix for vector_catch | David Brownell | 2009-10-31 | 1 | -8/+5 |
* | ARM926: fix arm926ejs_mmu() reading from bad pointer | David Brownell | 2009-10-30 | 1 | -1/+3 |
* | bin2char: for win32 set stdin/stdout to binary mode | Spencer Oliver | 2009-10-30 | 1 | -0/+10 |
* | SVF: fix checking bit pattern against length | Michael Roth | 2009-10-29 | 1 | -2/+2 |
* | XSVF: bugfix handling state paths | David Brownell | 2009-10-29 | 1 | -15/+100 |
* | Cortex-M3: remove exports and forward decls | David Brownell | 2009-10-28 | 2 | -189/+144 |
* | ARM926: remove exports and forward decls | David Brownell | 2009-10-28 | 1 | -122/+127 |
* | bugfix: stack corruption loading IHex images | Franck HÉRÉSON | 2009-10-28 | 2 | -1/+22 |
* | ARM: fix single-step of Thumb unconditional branch | Nicolas Pitre | 2009-10-27 | 1 | -2/+2 |
* | ARM: fix target address when disassembling Thumb BLX | Nicolas Pitre | 2009-10-27 | 1 | -0/+1 |
* | Signalyzer: H2 and H4 support | Oleg Seiljus | 2009-10-27 | 1 | -0/+809 |
* | ARM: fix Thumb mode handling when single-stepping register based branch insns | Nicolas Pitre | 2009-10-26 | 1 | -22/+33 |
* | ARM: allow proper single stepping of Thumb BL and BLX instructions | Nicolas Pitre | 2009-10-26 | 1 | -0/+12 |
* | ARM: call thumb_pass_branch_condition() only for actual branch opcodes | Nicolas Pitre | 2009-10-26 | 1 | -8/+6 |
* | ft2232: less noise with _DEBUG_JTAG_IO_ | David Brownell | 2009-10-26 | 1 | -1/+0 |
* | JTAG: "jtag newtap ..." cleanup | David Brownell | 2009-10-26 | 1 | -7/+2 |
* | ARM ADIv5: "dap info" gets more readable | David Brownell | 2009-10-26 | 1 | -33/+268 |
* | SVF: fix parsing hex strings containing leading '0' characters | Michael Roth | 2009-10-26 | 1 | -0/+4 |
* | JTAG: simple autoprobing | David Brownell | 2009-10-26 | 1 | -12/+102 |
* | check if mmu is enabled before using mmu code path | Øyvind Harboe | 2009-10-25 | 1 | -1/+1 |
* | ARM: rename "arm9tdmi vector_catch" to "arm9 ..." | David Brownell | 2009-10-25 | 1 | -5/+3 |
* | JTAG: jtag_tap_init() bugfixes | David Brownell | 2009-10-25 | 1 | -9/+18 |
* | xscale: always reload handler after reset | David Brownell | 2009-10-25 | 2 | -19/+11 |
* | arm9tdmi vector_catch: reserved means "don't use" | David Brownell | 2009-10-23 | 2 | -3/+2 |
* | Improve help for arm9 vector_catch. | Øyvind Harboe | 2009-10-23 | 1 | -1/+3 |
* | 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 | 4 | -79/+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 | 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 |