aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-01command: the Jim interpreter can now be provided rather than createdØyvind Harboe3-12/+18
2009-12-01ARM11: remove previous mcr()/mrc() methodsDavid Brownell1-75/+0
2009-12-01Cortex-A8: remove previous mcr()/mrc() methodsDavid Brownell2-104/+1
2009-12-01ARM: implement mrc()/mcr() as DPM opsDavid Brownell1-0/+59
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell9-218/+228
2009-12-01ARMv7-A: stop using CP15 opsDavid Brownell1-5/+36
2009-12-01Cortex-A8: stop using CP15 opsDavid Brownell1-16/+53
2009-12-01main: invoke jtag_interface_quit() explicitlyØyvind Harboe1-6/+2
2009-11-30improve command prohibition error reportZachary T Welch1-2/+10
2009-11-30XScale: restore_context() cleanupDavid Brownell1-38/+30