| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add flash/nor/{tcl.c,imp.h} from flash/flash.c | Zachary T Welch | 2009-12-04 | 4 | -175/+235 |
* | separate Jim from jtag/core.c | Zachary T Welch | 2009-12-04 | 2 | -11/+11 |
* | switch 'rm' command away from using Jim | Zachary T Welch | 2009-12-04 | 1 | -18/+11 |
* | check top-level command registrations | Zachary T Welch | 2009-12-04 | 1 | -16/+34 |
* | allow 'jtag init' to be run in any mode | Zachary T Welch | 2009-12-04 | 1 | -1/+1 |
* | target: cygwin build fixes | David Brownell | 2009-12-04 | 2 | -4/+10 |
* | zy1000: FPGA revC wip | Øyvind Harboe | 2009-12-04 | 1 | -5/+19 |
* | basic ARM semihosting support | Nicolas Pitre | 2009-12-03 | 6 | -0/+528 |
* | doxygen: remove some warnings | David Brownell | 2009-12-03 | 2 | -1/+2 |
* | Make ARM NAND I/O operations aware of last op | Dean Glazeski | 2009-12-03 | 1 | -4/+13 |
* | ARM NAND I/O interface update | Dean Glazeski | 2009-12-03 | 3 | -7/+39 |
* | NAND page command refactoring. | Dean Glazeski | 2009-12-03 | 2 | -59/+35 |
* | ARMv7-A: tweak arch_state() | David Brownell | 2009-12-03 | 1 | -10/+4 |
* | ARM DPM: share debug reason logic | David Brownell | 2009-12-03 | 7 | -100/+60 |
* | ARM11: use shared DSCR bit names | David Brownell | 2009-12-03 | 3 | -42/+24 |
* | ARM DPM: make DSCR bit defs sharable | David Brownell | 2009-12-03 | 3 | -33/+43 |
* | fix another init regression | David Brownell | 2009-12-03 | 1 | -4/+7 |
* | fix double 'init' regression | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | fix regressions with GDB port numbers | Zachary T Welch | 2009-12-03 | 1 | -3/+11 |
* | zy1000: include files have moved about | Øyvind Harboe | 2009-12-03 | 1 | -2/+2 |
* | remove tertiary include paths | Zachary T Welch | 2009-12-03 | 12 | -55/+10 |
* | change #include "../hello.h" to "hello.h" | Zachary T Welch | 2009-12-03 | 4 | -3/+5 |
* | change #include "xsvf.h" to <xsvf/xsvf.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | change #include "svf.h" to <svf/svf.h> | Zachary T Welch | 2009-12-03 | 3 | -3/+3 |
* | change #include "pld.h" to <pld/pld.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | change #include "telnet_server.h" to <server/telnet_server.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "server.h" to <server/server.h> | Zachary T Welch | 2009-12-03 | 6 | -6/+6 |
* | change #include "httpd.h" to <server/httpd.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "gdb_server.h" to <server/gdb_server.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "ocl.h" to <flash/nor/ocl.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "nand.h" to <flash/nand.h> | Zachary T Welch | 2009-12-03 | 7 | -7/+7 |
* | change #include "mflash.h" to <flash/mflash.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "flash.h" to <flash/flash.h> | Zachary T Welch | 2009-12-03 | 21 | -21/+21 |
* | change #include "arm_nandio.h" to <flash/arm_nandio.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | change #include "trace.h" to <target/trace.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | change #include "target_request.h" to <target/target_request.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | change #include "target.h" to <target/target.h> | Zachary T Welch | 2009-12-03 | 7 | -7/+7 |
* | change #include "register.h" to <target/register.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "mips_ejtag.h" to <target/mips_ejtag.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | change #include "mips32_pracc.h" to <target/mips32_pracc.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "mips32.h" to <target/mips32.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "image.h" to <target/image.h> | Zachary T Welch | 2009-12-03 | 5 | -5/+5 |
* | change #include "etm.h" to <target/etm.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | change #include "embeddedice.h" to <target/embeddedice.h> | Zachary T Welch | 2009-12-03 | 6 | -6/+6 |
* | change #include "breakpoints.h" to <target/breakpoints.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "avrt.h" to <target/avrt.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "armv7m.h" to <target/armv7m.h> | Zachary T Welch | 2009-12-03 | 4 | -4/+4 |
* | change #include "armv7a.h" to <target/armv7a.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h> | Zachary T Welch | 2009-12-03 | 5 | -5/+5 |