| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ARM720: remove exports and forward decls | David Brownell | 2009-11-05 | 1 | -119/+95 |
* | FA526: remove exports and forward decls | David Brownell | 2009-11-05 | 1 | -60/+56 |
* | ARM9TDMI: remove forward decls | David Brownell | 2009-11-05 | 2 | -58/+69 |
* | ARM966: remove exports and forward decls | David Brownell | 2009-11-05 | 2 | -59/+55 |
* | ARM926: more cleanup | David Brownell | 2009-11-05 | 1 | -37/+22 |
* | ARM920: remove exports and forward decls | David Brownell | 2009-11-05 | 2 | -112/+150 |
* | Improve ETM tracemode update command. | Zachary T Welch | 2009-11-05 | 1 | -88/+84 |
* | Improve etm command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -4/+9 |
* | Improve trace command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -2/+4 |
* | Improve arm_adi_v5 command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -15/+42 |
* | Improve cortex_m3 command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -6/+2 |
* | Improve xscale command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -2/+2 |
* | Improve arm11 command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -7/+7 |
* | Improve arm966e command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -2/+4 |
* | Improve arm926ejs command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -5/+6 |
* | Improve arm920t command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -6/+12 |
* | Improve arm720t command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -2/+5 |
* | Improve arm7_9_common command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -8/+8 |
* | Improve armv7m command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -11/+20 |
* | Improve armv7a command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -5/+12 |
* | Improve armv4_5 command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -2/+2 |
* | Improve xscale command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -12/+12 |
* | Improve target.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -88/+36 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | ARM: fix Thumb mode handling when single-stepping register based branch insns | Nicolas Pitre | 2009-10-26 | 1 | -22/+33 |