summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* change #include "types.h" to <helper/types.h>Zachary T Welch2009-12-0320-20/+20
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-0318-18/+18
* change #include "replacements.h" to <helper/replacements.h>Zachary T Welch2009-12-031-1/+1
* change #include "membuf.h" to <helper/membuf.h>Zachary T Welch2009-12-031-1/+1
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-0319-19/+19
* change #include "jim.h" to <helper/jim.h>Zachary T Welch2009-12-032-2/+2
* change #include "ioutil.h" to <helper/ioutil.h>Zachary T Welch2009-12-032-2/+2
* change #include "fileio.h" to <helper/fileio.h>Zachary T Welch2009-12-033-3/+3
* 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