| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | update bug reporting information | Uwe Hermann | 2009-11-26 | 1 | -4/+2 |
* | styleguide: add some embedded style rules. | Øyvind Harboe | 2009-11-26 | 1 | -0/+3 |
* | update command handler documentation | Zachary T Welch | 2009-11-25 | 2 | -18/+83 |
* | 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 |
* | update command_handler documentation | Zachary T Welch | 2009-11-17 | 2 | -21/+22 |
* | 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 |
* | update developer manual for new types | Zachary T Welch | 2009-11-13 | 2 | -5/+6 |
* | add documention for writing built-in commands | Zachary T Welch | 2009-11-13 | 3 | -2/+163 |
* | 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 |
* | Release docs: fix notes | David Brownell | 2009-11-04 | 1 | -7/+12 |
* | Doc: fix broken link | David Brownell | 2009-11-04 | 1 | -1/+1 |
* | Other files: stop referring to ChangeLog too | David Brownell | 2009-11-04 | 1 | -3/+1 |
* | Tweak release docs | David Brownell | 2009-11-04 | 1 | -110/+172 |
* | User's Guide: more init info, autoprobing, etc | David Brownell | 2009-11-01 | 1 | -6/+93 |
* | Rewrite release script to use GIT. | Zachary T Welch | 2009-10-27 | 1 | -136/+62 |
* | 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 | 5 | -125/+65 |
* | 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 |