aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch
2009-12-03change #include "jim.h" to <helper/jim.h>Zachary T Welch
2009-12-03change #include "ioutil.h" to <helper/ioutil.h>Zachary T Welch
2009-12-03change #include "fileio.h" to <helper/fileio.h>Zachary T Welch
2009-12-03change #include "configuration.h" to <helper/configuration.h>Zachary T Welch
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch
2009-12-03normalize headers to make changing easierZachary T Welch
2009-12-03change autoconf #include in configure.inZachary T Welch
2009-12-03allow #include directives to use module nameZachary T Welch
2009-12-03feroceon.c should be part of ARM7_9_SRCNicolas Pitre
2009-12-02remove #if HAVE_JTAG_INTERFACE_H from minidriver.hZachary T Welch
2009-12-02move jtag drivers to src/jtag/driversZachary T Welch
2009-12-02move nor drivers to src/flash/norZachary T Welch
2009-12-02move nand drivers to src/flash/nand/Zachary T Welch
2009-12-02ARM11: don't expose DSCRDavid Brownell
2009-12-02ARM11: store a clean copy of DSCRDavid Brownell
2009-12-02ARM11: don't expose WDTRDavid Brownell
2009-12-02ARM11: don't expose RDTRDavid Brownell
2009-12-02ARM11: streamline debug entryDavid Brownell
2009-12-02ARM11: remove arm11->targetDavid Brownell
2009-12-02ARM DPM: tweak initializationDavid Brownell
2009-12-02fix configure problem when building w/o USBZachary T Welch
2009-12-02adding files required for distributionZachary T Welch
2009-12-02fix 'target init' command registrationZachary T Welch
2009-12-02stubs: buildfixDavid Brownell
2009-12-02remove #if BUILD_HTTPDZachary T Welch
2009-12-02remove BUILD_IOUTIL symbolZachary T Welch
2009-12-02remove #if logic for openocd_sleep_*ludeZachary T Welch
2009-12-02target: factor init to 'target init'Zachary T Welch
2009-12-02target: factor target_init() into piecesZachary T Welch
2009-12-02jtag: factor init into 'jtag init'Zachary T Welch
2009-12-02flash: factor init to 'flash init'Zachary T Welch
2009-12-02mflash: factor init to 'mflash init'Zachary T Welch
2009-12-02nand: factor init to 'nand init'Zachary T Welch
2009-12-02pld: factor init to 'pld init'Zachary T Welch
2009-12-02ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell
2009-12-02ARM: label SP and LR correctlyDavid Brownell
2009-12-02zy1000: keep up with startup refactoring work.Øyvind Harboe
2009-12-01Cortex-A8: basic watchpoint supportDavid Brownell
2009-12-01ARM: core DPM support for watchpointsDavid Brownell
2009-12-01ARMv7a: move constants out of Cortex-A8 headerDavid Brownell
2009-12-01Tcl and doc: update to match new 'arm mcr ...' etcDavid Brownell
2009-12-01target: at91eb40a.cfg is a board, not a target.Øyvind Harboe
2009-12-01zy1000: keep up with latest changes to command handlingØyvind Harboe
2009-12-01command: the Jim interpreter can now be provided rather than createdØyvind Harboe
2009-12-01ARM11: remove previous mcr()/mrc() methodsDavid Brownell
2009-12-01Cortex-A8: remove previous mcr()/mrc() methodsDavid Brownell
2009-12-01ARM: implement mrc()/mcr() as DPM opsDavid Brownell
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell