summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* ARM11: basic watchpoint supportDavid Brownell2009-12-044-9/+100
* ARM11: tweak TAP ops and debuggingDavid Brownell2009-12-042-23/+61
* reorder build order of src directoryZachary T Welch2009-12-041-1/+9
* remove flash.h from treeZachary T Welch2009-12-0418-63/+4
* split flash.h into into flash/nor/*.hZachary T Welch2009-12-046-326/+358
* remove target.h from flash.hZachary T Welch2009-12-0421-20/+31
* split NOR and NAND flash headersZachary T Welch2009-12-044-12/+15
* eliminate src/flash/flash.cZachary T Welch2009-12-043-221/+187
* add flash/nor/drivers.cZachary T Welch2009-12-044-55/+79
* move more nor flash implementation detailsZachary T Welch2009-12-045-999/+1011
* ARM: semihosting entry cleanupDavid Brownell2009-12-041-8/+39
* ARM: remove semihosting globalsDavid Brownell2009-12-045-33/+48
* add flash/nor/core.[ch]Zachary T Welch2009-12-045-62/+149
* add flash/nor/{tcl.c,imp.h} from flash/flash.cZachary T Welch2009-12-044-175/+235
* separate Jim from jtag/core.cZachary T Welch2009-12-042-11/+11
* switch 'rm' command away from using JimZachary T Welch2009-12-041-18/+11
* check top-level command registrationsZachary T Welch2009-12-041-16/+34
* allow 'jtag init' to be run in any modeZachary T Welch2009-12-041-1/+1
* target: cygwin build fixesDavid Brownell2009-12-042-4/+10
* zy1000: FPGA revC wipØyvind Harboe2009-12-041-5/+19
* basic ARM semihosting supportNicolas Pitre2009-12-034-0/+516
* doxygen: remove some warningsDavid Brownell2009-12-032-1/+2
* Make ARM NAND I/O operations aware of last opDean Glazeski2009-12-031-4/+13
* ARM NAND I/O interface updateDean Glazeski2009-12-033-7/+39
* NAND page command refactoring.Dean Glazeski2009-12-032-59/+35
* ARMv7-A: tweak arch_state()David Brownell2009-12-031-10/+4
* ARM DPM: share debug reason logicDavid Brownell2009-12-037-100/+60
* ARM11: use shared DSCR bit namesDavid Brownell2009-12-033-42/+24
* ARM DPM: make DSCR bit defs sharableDavid Brownell2009-12-033-33/+43
* fix another init regressionDavid Brownell2009-12-031-4/+7
* fix double 'init' regressionZachary T Welch2009-12-031-1/+1
* fix regressions with GDB port numbersZachary T Welch2009-12-031-3/+11
* zy1000: include files have moved aboutØyvind Harboe2009-12-031-2/+2
* remove tertiary include pathsZachary T Welch2009-12-0312-55/+10
* change #include "../hello.h" to "hello.h"Zachary T Welch2009-12-034-3/+5
* change #include "xsvf.h" to <xsvf/xsvf.h>Zachary T Welch2009-12-032-2/+2
* change #include "svf.h" to <svf/svf.h>Zachary T Welch2009-12-033-3/+3
* change #include "pld.h" to <pld/pld.h>Zachary T Welch2009-12-032-2/+2
* change #include "telnet_server.h" to <server/telnet_server.h>Zachary T Welch2009-12-031-1/+1
* change #include "server.h" to <server/server.h>Zachary T Welch2009-12-036-6/+6
* change #include "httpd.h" to <server/httpd.h>Zachary T Welch2009-12-031-1/+1
* change #include "gdb_server.h" to <server/gdb_server.h>Zachary T Welch2009-12-032-2/+2
* change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h>Zachary T Welch2009-12-031-1/+1
* change #include "ocl.h" to <flash/nor/ocl.h>Zachary T Welch2009-12-031-1/+1
* change #include "nand.h" to <flash/nand.h>Zachary T Welch2009-12-037-7/+7
* change #include "mflash.h" to <flash/mflash.h>Zachary T Welch2009-12-031-1/+1
* change #include "flash.h" to <flash/flash.h>Zachary T Welch2009-12-0321-21/+21
* change #include "arm_nandio.h" to <flash/arm_nandio.h>Zachary T Welch2009-12-032-2/+2
* change #include "trace.h" to <target/trace.h>Zachary T Welch2009-12-032-2/+2
* change #include "target_request.h" to <target/target_request.h>Zachary T Welch2009-12-032-2/+2