| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Cortex-A8: use the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 4 | -125/+51 |
* | ARM7TDMI uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 2 | -70/+28 |
* | ARM720 uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -80/+30 |
* | XScale uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 2 | -190/+118 |
* | ARM9TDMI uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 2 | -109/+33 |
* | ARM966 uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -52/+11 |
* | ARM926 uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -125/+46 |
* | FA526 uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -26/+7 |
* | ARM920 uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 2 | -142/+71 |
* | Cortex-M3: use the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 4 | -135/+113 |
* | target: provide container_of() | David Brownell | 2009-11-05 | 12 | -0/+91 |
* | ARM7TDMI: remove forward decls | David Brownell | 2009-11-05 | 2 | -92/+88 |
* | 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 |