| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Improve xscale command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -12/+12 |
* | Improve pld command argument parsing. | Zachary T Welch | 2009-11-05 | 2 | -6/+11 |
* | Update all server port command to use new helper. | Zachary T Welch | 2009-11-05 | 3 | -23/+5 |
* | Add server port command helper function. | Zachary T Welch | 2009-11-05 | 2 | -0/+23 |
* | Improve target.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -88/+36 |
* | Improve jtag command argument parsing. | Zachary T Welch | 2009-11-05 | 6 | -51/+36 |
* | Improve debug_level command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -3/+1 |
* | Add macro for parsing numeric command arguments. | Zachary T Welch | 2009-11-05 | 1 | -0/+21 |
* | Add stringify macros in src/helper/types.h. | Zachary T Welch | 2009-11-05 | 1 | -0/+4 |
* | arm920t: add mrcmcr interface fn's. | Øyvind Harboe | 2009-11-05 | 1 | -0/+29 |
* | arm11: check if target is halted before executing mrc/mcr commands. | Øyvind Harboe | 2009-11-05 | 1 | -0/+7 |
* | target: fix ordering of arguments to mcr and mrc commands | Øyvind Harboe | 2009-11-05 | 1 | -7/+7 |
* | target: check args to mrc/mcr. | Øyvind Harboe | 2009-11-05 | 1 | -0/+24 |
* | ARM11: added mrc/mcr support to arm11 code. | Øyvind Harboe | 2009-11-05 | 1 | -0/+53 |
* | target: Only register mrc mcr commands when one of the targets support them. | Øyvind Harboe | 2009-11-05 | 1 | -3/+11 |
* | cortex_a8: add mrc mcr interface. | Øyvind Harboe | 2009-11-05 | 1 | -0/+29 |
* | watchpoint_add() cleanup | David Brownell | 2009-11-05 | 4 | -32/+40 |
* | Cortex-M3: expose most DWT registers | David Brownell | 2009-11-05 | 2 | -21/+144 |
* | Cortex-M3: minor cleanup | David Brownell | 2009-11-05 | 2 | -16/+4 |
* | Cortex-M3: DWT cleanup/fixes | David Brownell | 2009-11-05 | 1 | -56/+115 |
* | 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 |