aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-12-04split flash.h into into flash/nor/*.hZachary T Welch6-326/+358
2009-12-04remove target.h from flash.hZachary T Welch21-20/+31
2009-12-04split NOR and NAND flash headersZachary T Welch4-12/+15
2009-12-04eliminate src/flash/flash.cZachary T Welch3-221/+187
2009-12-04add flash/nor/drivers.cZachary T Welch4-55/+79
2009-12-04move more nor flash implementation detailsZachary T Welch5-999/+1011
2009-12-04ARM: semihosting entry cleanupDavid Brownell1-8/+39
2009-12-04ARM: remove semihosting globalsDavid Brownell5-33/+48
2009-12-04add flash/nor/core.[ch]Zachary T Welch5-62/+149
2009-12-04add flash/nor/{tcl.c,imp.h} from flash/flash.cZachary T Welch4-175/+235
2009-12-04separate Jim from jtag/core.cZachary T Welch2-11/+11
2009-12-04switch 'rm' command away from using JimZachary T Welch1-18/+11
2009-12-04check top-level command registrationsZachary T Welch1-16/+34
2009-12-04allow 'jtag init' to be run in any modeZachary T Welch1-1/+1
2009-12-04target: cygwin build fixesDavid Brownell2-4/+10
2009-12-04zy1000: FPGA revC wipØyvind Harboe1-5/+19
2009-12-03basic ARM semihosting supportNicolas Pitre4-0/+516
2009-12-03doxygen: remove some warningsDavid Brownell2-1/+2
2009-12-03Make ARM NAND I/O operations aware of last opDean Glazeski1-4/+13
2009-12-03ARM NAND I/O interface updateDean Glazeski3-7/+39
2009-12-03NAND page command refactoring.Dean Glazeski2-59/+35
2009-12-03ARMv7-A: tweak arch_state()David Brownell1-10/+4
2009-12-03ARM DPM: share debug reason logicDavid Brownell7-100/+60
2009-12-03ARM11: use shared DSCR bit namesDavid Brownell3-42/+24
2009-12-03ARM DPM: make DSCR bit defs sharableDavid Brownell3-33/+43
2009-12-03fix another init regressionDavid Brownell1-4/+7
2009-12-03fix double 'init' regressionZachary T Welch1-1/+1
2009-12-03fix regressions with GDB port numbersZachary T Welch1-3/+11
2009-12-03zy1000: include files have moved aboutØyvind Harboe1-2/+2
2009-12-03remove tertiary include pathsZachary T Welch12-55/+10
2009-12-03change #include "../hello.h" to "hello.h"Zachary T Welch4-3/+5
2009-12-03change #include "xsvf.h" to <xsvf/xsvf.h>Zachary T Welch2-2/+2
2009-12-03change #include "svf.h" to <svf/svf.h>Zachary T Welch3-3/+3
2009-12-03change #include "pld.h" to <pld/pld.h>Zachary T Welch2-2/+2
2009-12-03change #include "telnet_server.h" to <server/telnet_server.h>Zachary T Welch1-1/+1
2009-12-03change #include "server.h" to <server/server.h>Zachary T Welch6-6/+6
2009-12-03change #include "httpd.h" to <server/httpd.h>Zachary T Welch1-1/+1
2009-12-03change #include "gdb_server.h" to <server/gdb_server.h>Zachary T Welch2-2/+2
2009-12-03change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h>Zachary T Welch1-1/+1
2009-12-03change #include "ocl.h" to <flash/nor/ocl.h>Zachary T Welch1-1/+1
2009-12-03change #include "nand.h" to <flash/nand.h>Zachary T Welch7-7/+7
2009-12-03change #include "mflash.h" to <flash/mflash.h>Zachary T Welch1-1/+1
2009-12-03change #include "flash.h" to <flash/flash.h>Zachary T Welch21-21/+21
2009-12-03change #include "arm_nandio.h" to <flash/arm_nandio.h>Zachary T Welch2-2/+2
2009-12-03change #include "trace.h" to <target/trace.h>Zachary T Welch2-2/+2
2009-12-03change #include "target_request.h" to <target/target_request.h>Zachary T Welch2-2/+2
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch7-7/+7
2009-12-03change #include "register.h" to <target/register.h>Zachary T Welch1-1/+1
2009-12-03change #include "mips_ejtag.h" to <target/mips_ejtag.h>Zachary T Welch2-2/+2
2009-12-03change #include "mips32_pracc.h" to <target/mips32_pracc.h>Zachary T Welch1-1/+1