| Commit message (Expand) | Author | Age | Files | Lines |
* | add command private data setter/accessor | Zachary T Welch | 2009-11-28 | 2 | -0/+31 |
* | add 'command mode' introspective handler | Zachary T Welch | 2009-11-28 | 1 | -0/+39 |
* | remove unknown handler | Zachary T Welch | 2009-11-28 | 2 | -36/+38 |
* | improve command handler wrapper script | Zachary T Welch | 2009-11-28 | 2 | -3/+26 |
* | add 'command type' introspective handler | Zachary T Welch | 2009-11-28 | 1 | -0/+43 |
* | ARM11: fix warning on amd64 | David Brownell | 2009-11-28 | 1 | -1/+4 |
* | ARM11: fix dbgtap JTAG_DEBUG | David Brownell | 2009-11-28 | 1 | -2/+2 |
* | target: uplevel add_{break,watch}point() error checks | David Brownell | 2009-11-28 | 6 | -38/+23 |
* | target: remove unused TARGET_EVENT_OLD_* symbols | David Brownell | 2009-11-28 | 1 | -2/+0 |
* | NEWS: mention new reset-assert event | David Brownell | 2009-11-27 | 1 | -0/+3 |
* | omap3530.cfg: use new "reset-assert" event | David Brownell | 2009-11-27 | 1 | -2/+2 |
* | Cortex-A8: support "reset-assert" event | David Brownell | 2009-11-27 | 1 | -5/+28 |
* | target: groundwork for "reset-assert" event | David Brownell | 2009-11-27 | 3 | -7/+64 |
* | ARM11: write_memory() avoids increment check | David Brownell | 2009-11-27 | 1 | -9/+19 |
* | fix regression causing duplicated output | Zachary T Welch | 2009-11-27 | 1 | -13/+28 |
* | zy1000: keep up with new command registration stuff | Øyvind Harboe | 2009-11-27 | 1 | -42/+46 |
* | update minidummy interface driver command handling | Zachary T Welch | 2009-11-27 | 1 | -1/+1 |
* | fix 'nand info' command | Zachary T Welch | 2009-11-27 | 1 | -5/+5 |
* | zy1000: keep up with changes to log_init() | Øyvind Harboe | 2009-11-27 | 1 | -7/+1 |
* | minidummy: fix compilation error | Øyvind Harboe | 2009-11-27 | 1 | -2/+2 |
* | ARM NAND I/O header documentation update. | Dean Glazeski | 2009-11-26 | 1 | -6/+10 |
* | ARM NAND I/O documentation update. | Dean Glazeski | 2009-11-26 | 1 | -1/+7 |
* | ARM NAND I/O refactor code copying. | Dean Glazeski | 2009-11-26 | 1 | -40/+47 |
* | ARM NAND I/O read function. | Dean Glazeski | 2009-11-26 | 2 | -1/+91 |
* | NAND Flash documentation update. | Dean Glazeski | 2009-11-26 | 1 | -1/+47 |
* | XScale: add stub {read,write}_phys routines | David Brownell | 2009-11-26 | 1 | -0/+20 |
* | update bug reporting information | Uwe Hermann | 2009-11-26 | 1 | -4/+2 |
* | fix typos in documentation | Uwe Hermann | 2009-11-26 | 5 | -11/+11 |
* | fix typos in source files | Uwe Hermann | 2009-11-26 | 3 | -8/+8 |
* | styleguide: add some embedded style rules. | Øyvind Harboe | 2009-11-26 | 1 | -0/+3 |
* | fix 'flash protect' and 'flash erase_sector' | Eric Wetzel | 2009-11-26 | 1 | -3/+3 |
* | target: create and use target_name() | David Brownell | 2009-11-25 | 5 | -24/+34 |
* | target: target_get_name() --> target_type_name() | David Brownell | 2009-11-25 | 7 | -17/+26 |
* | omap3530.cfg: yes we have SRAM! | David Brownell | 2009-11-25 | 1 | -0/+3 |
* | ARM: minor armv4/armv5 cleanup | David Brownell | 2009-11-25 | 1 | -1/+12 |
* | ARM: comment tweaks in ADIv5 | David Brownell | 2009-11-25 | 1 | -2/+5 |
* | ARM7/9: shrink run_algorithm_inner() lines | David Brownell | 2009-11-25 | 1 | -2/+10 |
* | NEWS updates | David Brownell | 2009-11-25 | 1 | -0/+10 |
* | update NEWS with recent developments | Zachary T Welch | 2009-11-25 | 1 | -0/+17 |
* | use ARRAY_SIZE macro | Zachary T Welch | 2009-11-25 | 10 | -36/+36 |
* | support OPENOCD_DEBUG_LEVEL environment setting | Zachary T Welch | 2009-11-25 | 1 | -0/+13 |
* | log: improve initialization | Zachary T Welch | 2009-11-25 | 3 | -14/+11 |
* | update command handler documentation | Zachary T Welch | 2009-11-25 | 2 | -18/+83 |
* | add 'testee' target type | Zachary T Welch | 2009-11-25 | 3 | -1/+52 |
* | improve command handling examples | Zachary T Welch | 2009-11-25 | 5 | -5/+62 |
* | add script_command_run helper | Zachary T Welch | 2009-11-25 | 1 | -26/+19 |
* | encapsulate and re-use log capture, retval setup | Zachary T Welch | 2009-11-25 | 1 | -49/+43 |
* | combine help and usage command handlers | Zachary T Welch | 2009-11-25 | 1 | -20/+8 |
* | improve usage and help command output | Zachary T Welch | 2009-11-24 | 2 | -44/+38 |
* | allow scripts to update usage information | Zachary T Welch | 2009-11-24 | 2 | -7/+36 |