| Commit message (Expand) | Author | Age | Files | Lines |
* | target: add basic dsp563xx support | mkdorg@users.sourceforge.net | 2009-12-15 | 1 | -0/+2 |
* | jtag: add '-ignore-version' option | David Brownell | 2009-12-14 | 1 | -0/+6 |
* | ARM: list number of HW breakpoints/watchpoints | David Brownell | 2009-12-07 | 1 | -7/+37 |
* | User's Guide: add quickie setup notes | David Brownell | 2009-12-07 | 1 | -2/+41 |
* | User's Guide: mention ETM on ARM11 comes up too | David Brownell | 2009-12-07 | 1 | -1/+1 |
* | add 'flash list', rewrite 'flash banks' | Zachary T Welch | 2009-12-06 | 1 | -2/+8 |
* | User's Guide: more semihosting info | David Brownell | 2009-12-04 | 1 | -2/+21 |
* | basic ARM semihosting support | Nicolas Pitre | 2009-12-03 | 1 | -0/+11 |
* | Tcl and doc: update to match new 'arm mcr ...' etc | David Brownell | 2009-12-01 | 1 | -1/+19 |
* | XScale: initial PXA3xx support | Marek Vasut | 2009-11-29 | 1 | -0/+1 |
* | target: groundwork for "reset-assert" event | David Brownell | 2009-11-27 | 1 | -4/+43 |
* | support for scripts in $HOME/.openocd | Andreas Fritiofson | 2009-11-24 | 1 | -8/+14 |
* | arm926ejs: retire cp15 commands, handled by mrc/mcr. | Øyvind Harboe | 2009-11-23 | 1 | -7/+0 |
* | ARM7/ARM9: remove old "debug commands" | David Brownell | 2009-11-20 | 1 | -52/+35 |
* | document new flash syntax | Zachary T Welch | 2009-11-19 | 1 | -2/+6 |
* | ARMv7A: use standard disassembler | David Brownell | 2009-11-16 | 1 | -18/+8 |
* | ARM: "armv4_5" command prefix becomes "arm" | David Brownell | 2009-11-16 | 1 | -8/+6 |
* | Add 'nand verify' command | Zachary T Welch | 2009-11-16 | 1 | -0/+26 |
* | ETM: start support for ETMv2+ | David Brownell | 2009-11-12 | 1 | -3/+15 |
* | parport: add support for the jtag_khz command. | Jonas Horberg | 2009-11-12 | 1 | -0/+36 |
* | target: MMU-aware init for memory read/write | David Brownell | 2009-11-10 | 1 | -5/+9 |
* | ARM11: remove old mrc/mcr commands | Øyvind Harboe | 2009-11-10 | 1 | -19/+1 |
* | finish removing deprecated/obsolete commands | David Brownell | 2009-11-09 | 1 | -86/+0 |
* | User's Guide: Flash/NAND doc tweaks | David Brownell | 2009-11-09 | 1 | -3/+12 |
* | User's Guide: bugfix global state info | David Brownell | 2009-11-09 | 1 | -3/+1 |
* | target.cfg: remove "-work-area-virt 0" | David Brownell | 2009-11-08 | 1 | -1/+6 |
* | User's Guide: TAP setup tweakage | David Brownell | 2009-11-05 | 1 | -6/+14 |
* | User's Guide: more init info, autoprobing, etc | David Brownell | 2009-11-01 | 1 | -6/+93 |
* | ARM: rename "arm9tdmi vector_catch" to "arm9 ..." | David Brownell | 2009-10-25 | 1 | -9/+4 |
* | arm9tdmi vector_catch: reserved means "don't use" | David Brownell | 2009-10-23 | 1 | -1/+3 |
* | ETM: rename registers, doc tweaks | David Brownell | 2009-10-22 | 1 | -2/+17 |
* | mww_phys retired. Replaced by generic mww phys in target.c | Øyvind Harboe | 2009-10-21 | 1 | -51/+0 |
* | virt2phys is now implemented by target.c globally, retire target specific doc... | Øyvind Harboe | 2009-10-21 | 1 | -15/+0 |
* | Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo... | Øyvind Harboe | 2009-10-21 | 1 | -6/+10 |
* | XSVF: use svf_add_statemove() | David Brownell | 2009-10-20 | 1 | -2/+25 |
* | Added 'unlock' option to flash write_image | Øyvind Harboe | 2009-10-20 | 1 | -3/+4 |
* | Doc: jtag_init must validate scan chain too | David Brownell | 2009-10-19 | 1 | -0/+5 |
* | doc updates to match "help" better | David Brownell | 2009-10-14 | 1 | -7/+35 |
* | Retired gdb_attach. gdb-detach event covers this functionality. | Øyvind Harboe | 2009-10-13 | 1 | -5/+0 |
* | arm11 burst writes are now only enabled for writes larger than 1 word. Single... | Øyvind Harboe | 2009-10-12 | 1 | -1/+5 |
* | Retire arm11 no_increment. Intended for future expansion to read/write to por... | Øyvind Harboe | 2009-10-12 | 1 | -7/+0 |
* | tweak new "translating ..." text | David Brownell | 2009-10-09 | 1 | -16/+18 |
* | add documentation about reset customization | David Brownell | 2009-10-09 | 1 | -12/+108 |
* | Added tip in documentation on how to translate quirky syntax | Øyvind Harboe | 2009-10-09 | 1 | -1/+41 |
* | Houston, we have Mirror! | David Brownell | 2009-10-07 | 1 | -0/+6 |
* | Change most in-tree references from SVN to GIT. | dbrownell | 2009-10-08 | 1 | -26/+19 |
* | Remove pointless "target library" chapter. | dbrownell | 2009-10-07 | 1 | -36/+84 |
* | Note bug in handling of variables through command line parameters. | dbrownell | 2009-10-07 | 1 | -0/+8 |
* | Updates for "reset_config": | dbrownell | 2009-10-07 | 1 | -6/+22 |
* | Add a new JTAG "setup" event; use for better DaVinci ICEpick support. | dbrownell | 2009-10-05 | 1 | -6/+22 |