| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Updates for "reset_config": | dbrownell | 2009-10-07 | 1 | -6/+22 |
* | Change version labels to work better with GIT | dbrownell | 2009-10-07 | 1 | -3/+3 |
* | Add a new JTAG "setup" event; use for better DaVinci ICEpick support. | dbrownell | 2009-10-05 | 1 | -6/+22 |
* | Minor ETB and ETM bugfixes and doc updates | dbrownell | 2009-10-02 | 1 | -5/+29 |
* | Update release process documentation. | zwelch | 2009-09-30 | 1 | -26/+49 |
* | Document and automate signature creation for the release archives. | zwelch | 2009-09-30 | 1 | -1/+2 |
* | ARM11 command handling fixes | dbrownell | 2009-09-29 | 1 | -1/+14 |
* | Make "-expected-id 0" suppress warnings; not unlike it used to do. | dbrownell | 2009-09-29 | 1 | -3/+5 |
* | Doc updates: add section on target software changes, minor fixes | dbrownell | 2009-09-29 | 1 | -5/+53 |
* | httpd smoketest info | oharboe | 2009-09-29 | 1 | -1/+10 |
* | spelling fix | oharboe | 2009-09-28 | 1 | -1/+1 |
* | Streamline Capture-IR handling and integrity test. | dbrownell | 2009-09-26 | 1 | -10/+12 |
* | When setting up an ETM, cache its ETM_CONFIG register. Then | dbrownell | 2009-09-23 | 1 | -2/+38 |
* | Make it easier to erase or protect through to the end | dbrownell | 2009-09-22 | 1 | -6/+12 |
* | Update presentation of TAP events and tap enable/disable. | dbrownell | 2009-09-21 | 1 | -31/+77 |
* | Remove annoying end-of-line whitespace from doc/* files. | dbrownell | 2009-09-21 | 15 | -131/+131 |
* | Update the User's Guide to cover the scan chain verification step | dbrownell | 2009-09-20 | 1 | -16/+87 |
* | Minor tweaks to description of JTAG adapter/dongle issues. | dbrownell | 2009-09-19 | 1 | -4/+12 |
* | Minor fixes to NAND code and docs | dbrownell | 2009-09-17 | 1 | -3/+14 |
* | srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_... | oharboe | 2009-09-17 | 1 | -0/+4 |
* | The "arm9tdmi.c" file is more of a generic ARM9 support file: | dbrownell | 2009-09-17 | 1 | -4/+9 |
* | Doc update: mention how ARM's WFI instruction affects | dbrownell | 2009-09-17 | 1 | -9/+56 |
* | Rolf Meeser <rolfm_9dq@yahoo.de> adds flash support for NXP's LPC2900 family ... | oharboe | 2009-09-16 | 1 | -1/+132 |
* | Dirk Behme <dirk.behme@googlemail.com> document post TAP reset event | oharboe | 2009-09-12 | 1 | -4/+13 |
* | David Brownell <david-b@pacbell.net> | oharboe | 2009-09-09 | 1 | -4/+14 |
* | David Brownell <david-b@pacbell.net> | oharboe | 2009-09-08 | 1 | -0/+17 |
* | David Brownell <david-b@pacbell.net> Minor doc updates: | oharboe | 2009-08-30 | 1 | -1/+15 |
* | David Brownell <david-b@pacbell.net> start phasing out integers as target IDs | oharboe | 2009-08-30 | 1 | -2/+8 |
* | David Brownell <david-b@pacbell.net> Tweak disassembly commands: | oharboe | 2009-08-25 | 1 | -3/+6 |
* | Michael Schwingen <rincewind@discworld.dascon.de> fix previous doc patch | oharboe | 2009-08-25 | 1 | -2/+1 |