summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* change #include "configuration.h" to <helper/configuration.h>Zachary T Welch2009-12-032-2/+2
* change #include "command.h" to <helper/command.h>Zachary T Welch2009-12-037-7/+7
* change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch2009-12-0316-16/+16
* normalize headers to make changing easierZachary T Welch2009-12-032-2/+2
* allow #include directives to use module nameZachary T Welch2009-12-0310-0/+10
* feroceon.c should be part of ARM7_9_SRCNicolas Pitre2009-12-031-2/+2
* remove #if HAVE_JTAG_INTERFACE_H from minidriver.hZachary T Welch2009-12-025-50/+105
* move jtag drivers to src/jtag/driversZachary T Welch2009-12-0230-65/+85
* 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