aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-12-03change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch10-10/+10
2009-12-03change #include "minidriver.h" to <jtag/minidriver.h>Zachary T Welch3-3/+3
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch15-15/+15
2009-12-03change #include "interface.h" to <jtag/interface.h>Zachary T Welch19-19/+19
2009-12-03change #include "commands.h" to <jtag/commands.h>Zachary T Welch11-11/+11
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch20-20/+20
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch18-18/+18
2009-12-03change #include "replacements.h" to <helper/replacements.h>Zachary T Welch1-1/+1
2009-12-03change #include "membuf.h" to <helper/membuf.h>Zachary T Welch1-1/+1
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch19-19/+19
2009-12-03change #include "jim.h" to <helper/jim.h>Zachary T Welch2-2/+2
2009-12-03change #include "ioutil.h" to <helper/ioutil.h>Zachary T Welch2-2/+2
2009-12-03change #include "fileio.h" to <helper/fileio.h>Zachary T Welch3-3/+3
2009-12-03change #include "configuration.h" to <helper/configuration.h>Zachary T Welch2-2/+2
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch7-7/+7
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch16-16/+16
2009-12-03normalize headers to make changing easierZachary T Welch2-2/+2
2009-12-03allow #include directives to use module nameZachary T Welch10-0/+10
2009-12-03feroceon.c should be part of ARM7_9_SRCNicolas Pitre1-2/+2
2009-12-02remove #if HAVE_JTAG_INTERFACE_H from minidriver.hZachary T Welch5-50/+105
2009-12-02move jtag drivers to src/jtag/driversZachary T Welch30-65/+85
2009-12-02move nor drivers to src/flash/norZachary T Welch36-50/+55
2009-12-02move nand drivers to src/flash/nand/Zachary T Welch16-27/+42
2009-12-02ARM11: don't expose DSCRDavid Brownell2-185/+7
2009-12-02ARM11: store a clean copy of DSCRDavid Brownell4-76/+56
2009-12-02ARM11: don't expose WDTRDavid Brownell2-14/+11
2009-12-02ARM11: don't expose RDTRDavid Brownell2-15/+11
2009-12-02ARM11: streamline debug entryDavid Brownell1-25/+20
2009-12-02ARM11: remove arm11->targetDavid Brownell3-20/+12
2009-12-02ARM DPM: tweak initializationDavid Brownell6-23/+33
2009-12-02adding files required for distributionZachary T Welch2-0/+2
2009-12-02fix 'target init' command registrationZachary T Welch1-6/+6
2009-12-02stubs: buildfixDavid Brownell2-0/+2
2009-12-02remove #if BUILD_HTTPDZachary T Welch3-4/+33
2009-12-02remove BUILD_IOUTIL symbolZachary T Welch5-13/+61
2009-12-02remove #if logic for openocd_sleep_*ludeZachary T Welch5-19/+45
2009-12-02target: factor init to 'target init'Zachary T Welch2-5/+25
2009-12-02target: factor target_init() into piecesZachary T Welch1-69/+84
2009-12-02jtag: factor init into 'jtag init'Zachary T Welch2-7/+32
2009-12-02flash: factor init to 'flash init'Zachary T Welch2-3/+25
2009-12-02mflash: factor init to 'mflash init'Zachary T Welch2-3/+25
2009-12-02nand: factor init to 'nand init'Zachary T Welch2-3/+28
2009-12-02pld: factor init to 'pld init'Zachary T Welch2-2/+26
2009-12-02ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell5-44/+33
2009-12-02ARM: label SP and LR correctlyDavid Brownell1-12/+12
2009-12-02zy1000: keep up with startup refactoring work.Øyvind Harboe1-0/+5
2009-12-01Cortex-A8: basic watchpoint supportDavid Brownell1-0/+66
2009-12-01ARM: core DPM support for watchpointsDavid Brownell4-41/+302
2009-12-01ARMv7a: move constants out of Cortex-A8 headerDavid Brownell2-35/+48
2009-12-01zy1000: keep up with latest changes to command handlingØyvind Harboe2-7/+5