| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Improve orion_nand.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -1/+1 |
* | Improve davinci_nand.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -5/+4 |
* | Improve at91sam7.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -20/+24 |
* | Improve at91sam3.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -11/+6 |
* | Improve nand.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -72/+53 |
* | Improve flash.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -68/+51 |
* | Add Flash/NAND bank command argument helpers. | Zachary T Welch | 2009-11-05 | 4 | -0/+45 |
* | 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 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 | 2 | -1/+54 |
* | TODO: Wrote up list of remaining tasks for target->type->mrc/mcr | Øyvind Harboe | 2009-11-05 | 1 | -0/+6 |
* | 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 |
* | User's Guide: TAP setup tweakage | David Brownell | 2009-11-05 | 1 | -6/+14 |
* | 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 |