aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-03change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>Zachary T Welch
2009-12-03change #include "armv4_5_cache.h" to <target/armv4_5_cache.h>Zachary T Welch
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch
2009-12-03change #include "arm_jtag.h" to <target/arm_jtag.h>Zachary T Welch
2009-12-03change #include "arm_dpm.h" to <target/arm_dpm.h>Zachary T Welch
2009-12-03change #include "arm_adi_v5.h" to <target/arm_adi_v5.h>Zachary T Welch
2009-12-03change #include "arm9tdmi.h" to <target/arm9tdmi.h>Zachary T Welch
2009-12-03change #include "arm966e.h" to <target/arm966e.h>Zachary T Welch
2009-12-03change #include "arm7tdmi.h" to <target/arm7tdmi.h>Zachary T Welch
2009-12-03change #include "arm7_9_common.h" to <target/arm7_9_common.h>Zachary T Welch
2009-12-03change #include "arm11.h" to <target/arm11.h>Zachary T Welch
2009-12-03change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch
2009-12-03change #include "minidriver.h" to <jtag/minidriver.h>Zachary T Welch
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch
2009-12-03change #include "interface.h" to <jtag/interface.h>Zachary T Welch
2009-12-03change #include "commands.h" to <jtag/commands.h>Zachary T Welch
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch
2009-12-03change #include "replacements.h" to <helper/replacements.h>Zachary T Welch
2009-12-03change #include "membuf.h" to <helper/membuf.h>Zachary T Welch
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