aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell
2009-12-04ARM11: report watchpoint trigger insnDavid Brownell
2009-12-04ARM11: basic watchpoint supportDavid Brownell
2009-12-04ARM11: tweak TAP ops and debuggingDavid Brownell
2009-12-04reorder build order of src directoryZachary T Welch
2009-12-04remove flash.h from treeZachary T Welch
2009-12-04split flash.h into into flash/nor/*.hZachary T Welch
2009-12-04remove target.h from flash.hZachary T Welch
2009-12-04split NOR and NAND flash headersZachary T Welch
2009-12-04eliminate src/flash/flash.cZachary T Welch
2009-12-04add flash/nor/drivers.cZachary T Welch
2009-12-04move more nor flash implementation detailsZachary T Welch
2009-12-04ARM: semihosting entry cleanupDavid Brownell
2009-12-04ARM: remove semihosting globalsDavid Brownell
2009-12-04add flash/nor/core.[ch]Zachary T Welch
2009-12-04add flash/nor/{tcl.c,imp.h} from flash/flash.cZachary T Welch
2009-12-04separate Jim from jtag/core.cZachary T Welch
2009-12-04switch 'rm' command away from using JimZachary T Welch
2009-12-04check top-level command registrationsZachary T Welch
2009-12-04allow 'jtag init' to be run in any modeZachary T Welch
2009-12-04target: cygwin build fixesDavid Brownell
2009-12-04zy1000: FPGA revC wipØyvind Harboe
2009-12-03basic ARM semihosting supportNicolas Pitre
2009-12-03doxygen: remove some warningsDavid Brownell
2009-12-03Make ARM NAND I/O operations aware of last opDean Glazeski
2009-12-03ARM NAND I/O interface updateDean Glazeski
2009-12-03NAND page command refactoring.Dean Glazeski
2009-12-03ARMv7-A: tweak arch_state()David Brownell
2009-12-03ARM DPM: share debug reason logicDavid Brownell
2009-12-03ARM11: use shared DSCR bit namesDavid Brownell
2009-12-03ARM DPM: make DSCR bit defs sharableDavid Brownell
2009-12-03fix another init regressionDavid Brownell
2009-12-03fix double 'init' regressionZachary T Welch
2009-12-03fix regressions with GDB port numbersZachary T Welch
2009-12-03zy1000: include files have moved aboutØyvind Harboe
2009-12-03remove tertiary include pathsZachary T Welch
2009-12-03change #include "../hello.h" to "hello.h"Zachary T Welch
2009-12-03change #include "xsvf.h" to <xsvf/xsvf.h>Zachary T Welch
2009-12-03change #include "svf.h" to <svf/svf.h>Zachary T Welch
2009-12-03change #include "pld.h" to <pld/pld.h>Zachary T Welch
2009-12-03change #include "telnet_server.h" to <server/telnet_server.h>Zachary T Welch
2009-12-03change #include "server.h" to <server/server.h>Zachary T Welch
2009-12-03change #include "httpd.h" to <server/httpd.h>Zachary T Welch
2009-12-03change #include "gdb_server.h" to <server/gdb_server.h>Zachary T Welch
2009-12-03change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h>Zachary T Welch
2009-12-03change #include "ocl.h" to <flash/nor/ocl.h>Zachary T Welch
2009-12-03change #include "nand.h" to <flash/nand.h>Zachary T Welch
2009-12-03change #include "mflash.h" to <flash/mflash.h>Zachary T Welch
2009-12-03change #include "flash.h" to <flash/flash.h>Zachary T Welch