summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* move nor drivers to src/flash/norZachary T Welch2009-12-0236-50/+55
* move nand drivers to src/flash/nand/Zachary T Welch2009-12-0216-27/+42
* ARM11: don't expose DSCRDavid Brownell2009-12-022-185/+7
* ARM11: store a clean copy of DSCRDavid Brownell2009-12-024-76/+56
* ARM11: don't expose WDTRDavid Brownell2009-12-022-14/+11
* ARM11: don't expose RDTRDavid Brownell2009-12-022-15/+11
* ARM11: streamline debug entryDavid Brownell2009-12-021-25/+20
* ARM11: remove arm11->targetDavid Brownell2009-12-023-20/+12
* ARM DPM: tweak initializationDavid Brownell2009-12-026-23/+33
* adding files required for distributionZachary T Welch2009-12-022-0/+2
* fix 'target init' command registrationZachary T Welch2009-12-021-6/+6
* stubs: buildfixDavid Brownell2009-12-022-0/+2
* remove #if BUILD_HTTPDZachary T Welch2009-12-023-4/+33
* remove BUILD_IOUTIL symbolZachary T Welch2009-12-025-13/+61
* remove #if logic for openocd_sleep_*ludeZachary T Welch2009-12-025-19/+45
* target: factor init to 'target init'Zachary T Welch2009-12-022-5/+25
* target: factor target_init() into piecesZachary T Welch2009-12-021-69/+84
* jtag: factor init into 'jtag init'Zachary T Welch2009-12-022-7/+32
* flash: factor init to 'flash init'Zachary T Welch2009-12-022-3/+25
* mflash: factor init to 'mflash init'Zachary T Welch2009-12-022-3/+25
* nand: factor init to 'nand init'Zachary T Welch2009-12-022-3/+28
* pld: factor init to 'pld init'Zachary T Welch2009-12-022-2/+26
* ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell2009-12-025-44/+33
* ARM: label SP and LR correctlyDavid Brownell2009-12-021-12/+12
* zy1000: keep up with startup refactoring work.Øyvind Harboe2009-12-021-0/+5
* Cortex-A8: basic watchpoint supportDavid Brownell2009-12-011-0/+66
* ARM: core DPM support for watchpointsDavid Brownell2009-12-014-41/+302
* ARMv7a: move constants out of Cortex-A8 headerDavid Brownell2009-12-012-35/+48
* zy1000: keep up with latest changes to command handlingØyvind Harboe2009-12-012-7/+5
* command: the Jim interpreter can now be provided rather than createdØyvind Harboe2009-12-013-12/+18
* ARM11: remove previous mcr()/mrc() methodsDavid Brownell2009-12-011-75/+0
* Cortex-A8: remove previous mcr()/mrc() methodsDavid Brownell2009-12-012-104/+1
* ARM: implement mrc()/mcr() as DPM opsDavid Brownell2009-12-011-0/+59
* target: "mcr" and "mrc" are ARM-specificDavid Brownell2009-12-019-218/+228
* ARMv7-A: stop using CP15 opsDavid Brownell2009-12-011-5/+36
* Cortex-A8: stop using CP15 opsDavid Brownell2009-12-011-16/+53
* main: invoke jtag_interface_quit() explicitlyØyvind Harboe2009-12-011-6/+2
* improve command prohibition error reportZachary T Welch2009-11-301-2/+10
* XScale: restore_context() cleanupDavid Brownell2009-11-301-38/+30
* XScale: context restore, cleanup/bugfixDavid Brownell2009-11-301-15/+29
* remove interp global variable!Zachary T Welch2009-11-303-20/+22
* command output capture: do not use interp globalZachary T Welch2009-11-301-15/+34
* do not extern 'interp' from command.cZachary T Welch2009-11-3011-23/+31
* target: avoid using interp global variableZachary T Welch2009-11-302-9/+11
* jtag: avoid using interp global variableZachary T Welch2009-11-302-6/+13
* fix foo command group help messagesZachary T Welch2009-11-301-3/+6
* make syntax errors respond with 'usage'Zachary T Welch2009-11-302-4/+4
* move improperly located documentationZachary T Welch2009-11-301-15/+17
* improve command_done() API and docsZachary T Welch2009-11-302-6/+19
* only display usable commands in helpZachary T Welch2009-11-301-0/+3