| Commit message (Expand) | Author | Age | Files | Lines |
* | remove #if logic for openocd_sleep_*lude | Zachary T Welch | 2009-12-02 | 5 | -19/+45 |
* | target: factor init to 'target init' | Zachary T Welch | 2009-12-02 | 2 | -5/+25 |
* | target: factor target_init() into pieces | Zachary T Welch | 2009-12-02 | 1 | -69/+84 |
* | jtag: factor init into 'jtag init' | Zachary T Welch | 2009-12-02 | 2 | -7/+32 |
* | flash: factor init to 'flash init' | Zachary T Welch | 2009-12-02 | 2 | -3/+25 |
* | mflash: factor init to 'mflash init' | Zachary T Welch | 2009-12-02 | 2 | -3/+25 |
* | nand: factor init to 'nand init' | Zachary T Welch | 2009-12-02 | 2 | -3/+28 |
* | pld: factor init to 'pld init' | Zachary T Welch | 2009-12-02 | 2 | -2/+26 |
* | ARMv7a/Cortex-A8: report watchpoint trigger insn | David Brownell | 2009-12-02 | 5 | -44/+33 |
* | ARM: label SP and LR correctly | David Brownell | 2009-12-02 | 1 | -12/+12 |
* | zy1000: keep up with startup refactoring work. | Øyvind Harboe | 2009-12-02 | 1 | -0/+5 |
* | Cortex-A8: basic watchpoint support | David Brownell | 2009-12-01 | 1 | -0/+66 |
* | ARM: core DPM support for watchpoints | David Brownell | 2009-12-01 | 4 | -41/+302 |
* | ARMv7a: move constants out of Cortex-A8 header | David Brownell | 2009-12-01 | 2 | -35/+48 |
* | zy1000: keep up with latest changes to command handling | Øyvind Harboe | 2009-12-01 | 2 | -7/+5 |
* | command: the Jim interpreter can now be provided rather than created | Øyvind Harboe | 2009-12-01 | 3 | -12/+18 |
* | ARM11: remove previous mcr()/mrc() methods | David Brownell | 2009-12-01 | 1 | -75/+0 |
* | Cortex-A8: remove previous mcr()/mrc() methods | David Brownell | 2009-12-01 | 2 | -104/+1 |
* | ARM: implement mrc()/mcr() as DPM ops | David Brownell | 2009-12-01 | 1 | -0/+59 |
* | target: "mcr" and "mrc" are ARM-specific | David Brownell | 2009-12-01 | 9 | -218/+228 |
* | ARMv7-A: stop using CP15 ops | David Brownell | 2009-12-01 | 1 | -5/+36 |
* | Cortex-A8: stop using CP15 ops | David Brownell | 2009-12-01 | 1 | -16/+53 |
* | main: invoke jtag_interface_quit() explicitly | Øyvind Harboe | 2009-12-01 | 1 | -6/+2 |
* | improve command prohibition error report | Zachary T Welch | 2009-11-30 | 1 | -2/+10 |
* | XScale: restore_context() cleanup | David Brownell | 2009-11-30 | 1 | -38/+30 |
* | XScale: context restore, cleanup/bugfix | David Brownell | 2009-11-30 | 1 | -15/+29 |
* | remove interp global variable! | Zachary T Welch | 2009-11-30 | 3 | -20/+22 |
* | command output capture: do not use interp global | Zachary T Welch | 2009-11-30 | 1 | -15/+34 |
* | do not extern 'interp' from command.c | Zachary T Welch | 2009-11-30 | 11 | -23/+31 |
* | target: avoid using interp global variable | Zachary T Welch | 2009-11-30 | 2 | -9/+11 |
* | jtag: avoid using interp global variable | Zachary T Welch | 2009-11-30 | 2 | -6/+13 |
* | fix foo command group help messages | Zachary T Welch | 2009-11-30 | 1 | -3/+6 |
* | make syntax errors respond with 'usage' | Zachary T Welch | 2009-11-30 | 2 | -4/+4 |
* | move improperly located documentation | Zachary T Welch | 2009-11-30 | 1 | -15/+17 |
* | improve command_done() API and docs | Zachary T Welch | 2009-11-30 | 2 | -6/+19 |
* | only display usable commands in help | Zachary T Welch | 2009-11-30 | 1 | -0/+3 |
* | allow deferal of init | Zachary T Welch | 2009-11-30 | 1 | -4/+23 |
* | move server_init() to openocd_main() | Zachary T Welch | 2009-11-30 | 2 | -19/+28 |
* | improve gdb_init() sequence | Zachary T Welch | 2009-11-30 | 3 | -35/+49 |
* | zy1000: keep up with changes to command structure | Øyvind Harboe | 2009-11-30 | 1 | -0/+1 |
* | XScale: clean up full_context() (#2) | David Brownell | 2009-11-29 | 1 | -39/+30 |
* | XScale: clean up full_context() (#1) | David Brownell | 2009-11-29 | 1 | -17/+32 |
* | XScale: debug entry uses new register mapping | David Brownell | 2009-11-29 | 1 | -9/+10 |
* | XScale: initial PXA3xx support | Marek Vasut | 2009-11-29 | 2 | -11/+39 |
* | ARM11: fix warning on cygwin | David Brownell | 2009-11-29 | 1 | -9/+22 |
* | bugfix: 'init' changes state, not main() | David Brownell | 2009-11-28 | 1 | -1/+2 |
* | fix s3c24xx device command helper | lementec fabien | 2009-11-28 | 1 | -1/+4 |
* | Cortex-M3: don't chain "struct arm" commands | David Brownell | 2009-11-28 | 1 | -3/+0 |
* | add 'nonce' nand driver | Zachary T Welch | 2009-11-28 | 3 | -0/+83 |
* | add more stub handlers to testee target | Zachary T Welch | 2009-11-28 | 1 | -2/+22 |