summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
...
* remove tertiary include pathsZachary T Welch2009-12-031-4/+1
* change #include "../hello.h" to "hello.h"Zachary T Welch2009-12-031-1/+1
* change #include "trace.h" to <target/trace.h>Zachary T Welch2009-12-032-2/+2
* change #include "target.h" to <target/target.h>Zachary T Welch2009-12-032-2/+2
* change #include "mips_ejtag.h" to <target/mips_ejtag.h>Zachary T Welch2009-12-032-2/+2
* change #include "mips32_pracc.h" to <target/mips32_pracc.h>Zachary T Welch2009-12-031-1/+1
* change #include "etm.h" to <target/etm.h>Zachary T Welch2009-12-032-2/+2
* change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch2009-12-032-2/+2
* change #include "armv7m.h" to <target/armv7m.h>Zachary T Welch2009-12-031-1/+1
* change #include "armv7a.h" to <target/armv7a.h>Zachary T Welch2009-12-031-1/+1
* change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>Zachary T Welch2009-12-035-5/+5
* change #include "armv4_5_cache.h" to <target/armv4_5_cache.h>Zachary T Welch2009-12-032-2/+2
* change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch2009-12-035-5/+5
* change #include "arm_jtag.h" to <target/arm_jtag.h>Zachary T Welch2009-12-033-3/+3
* change #include "arm_dpm.h" to <target/arm_dpm.h>Zachary T Welch2009-12-032-2/+2
* change #include "arm_adi_v5.h" to <target/arm_adi_v5.h>Zachary T Welch2009-12-032-2/+2
* change #include "arm9tdmi.h" to <target/arm9tdmi.h>Zachary T Welch2009-12-033-3/+3
* change #include "arm7tdmi.h" to <target/arm7tdmi.h>Zachary T Welch2009-12-031-1/+1
* change #include "arm7_9_common.h" to <target/arm7_9_common.h>Zachary T Welch2009-12-031-1/+1
* change #include "arm11.h" to <target/arm11.h>Zachary T Welch2009-12-031-1/+1
* change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2009-12-035-5/+5
* change #include "types.h" to <helper/types.h>Zachary T Welch2009-12-039-9/+9
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-039-9/+9
* change #include "replacements.h" to <helper/replacements.h>Zachary T Welch2009-12-031-1/+1
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-0310-10/+10
* change #include "jim.h" to <helper/jim.h>Zachary T Welch2009-12-031-1/+1
* change #include "fileio.h" to <helper/fileio.h>Zachary T Welch2009-12-031-1/+1
* change #include "command.h" to <helper/command.h>Zachary T Welch2009-12-032-2/+2
* change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch2009-12-035-5/+5
* allow #include directives to use module nameZachary T Welch2009-12-031-0/+1
* feroceon.c should be part of ARM7_9_SRCNicolas Pitre2009-12-031-2/+2
* 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-021-0/+1
* fix 'target init' command registrationZachary T Welch2009-12-021-6/+6
* target: factor init to 'target init'Zachary T Welch2009-12-021-0/+23
* target: factor target_init() into piecesZachary T Welch2009-12-021-69/+84
* ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell2009-12-025-44/+33
* ARM: label SP and LR correctlyDavid Brownell2009-12-021-12/+12
* 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
* 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