summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* XScale: use all-ones for BYPASS, not five-onesDavid Brownell2009-12-151-1/+1
* target: add basic dsp563xx supportmkdorg@users.sourceforge.net2009-12-156-1/+1290
* zy1000: keep up with command.h cleanupØyvind Harboe2009-12-151-5/+15
* command: retire obsolete macroØyvind Harboe2009-12-151-11/+0
* ARM11: improved reset supportDavid Brownell2009-12-141-48/+55
* ARM: disassemble STM correctlyDavid Brownell2009-12-141-2/+5
* stellaris: device IDsEric Wetzel2009-12-141-150/+168
* jtag: add '-ignore-version' optionDavid Brownell2009-12-143-6/+38
* target files shouldn't #include <target/...h>David Brownell2009-12-1325-39/+38
* target: further shrink Jim-awarenessDavid Brownell2009-12-134-7/+10
* LPC2000: rename "r13_svc" as "sp_svc"David Brownell2009-12-121-1/+1
* ARM11: avoid pointless status returnsDavid Brownell2009-12-112-16/+11
* add missing call to add new NAND devicesZachary T Welch2009-12-112-0/+4
* fix 'write_image' usage informationZachary T Welch2009-12-111-1/+1
* ARM DPM: support updating HW breakpointsDavid Brownell2009-12-112-52/+75
* ARM: disassembly fixes for LDC/STC/MRRC/MCRRDavid Brownell2009-12-111-18/+33
* ARM11: minor cleanup, mostly ITR commentsDavid Brownell2009-12-112-28/+43
* server: add server_preinit which is called before config file is parsed.Spencer Oliver2009-12-113-3/+14
* build: fix cygwin build warningsSpencer Oliver2009-12-111-1/+1
* gdb_server: use more local variables in inner loop of fetching packetstiny re...Øyvind Harboe2009-12-111-31/+73
* gdb_server: make struct gdb_connection privateØyvind Harboe2009-12-112-19/+21
* optimisation: tiny optimisation for embedded iceØyvind Harboe2009-12-111-6/+5
* embedded hosts: optimize common code path for core arm operationsØyvind Harboe2009-12-112-46/+66
* anotyer cygwin compile fixDavid Brownell2009-12-101-1/+2
* zy1000: revc FPGA now worksØyvind Harboe2009-12-102-30/+6
* ARM: update arm_opcodes.h copyrightDavid Brownell2009-12-091-0/+3
* stellaris: flash protection updates, minor fixesDavid Brownell2009-12-092-68/+119
* Comment and doxygen fixesDavid Brownell2009-12-095-30/+25
* ETM: only include oocd_trace.h when tracing enabled.Spencer Oliver2009-12-091-0/+3
* Fix compilation error with gcc 4.4.1Rafael Campos Las Heras2009-12-081-0/+1
* target: remove more exit() callsDavid Brownell2009-12-082-9/+2
* target: remove needless "extern"sDavid Brownell2009-12-084-24/+8
* target: move 'extern' decls to *.h filesDavid Brownell2009-12-085-15/+15
* ARM: cygwin complile fixesDavid Brownell2009-12-081-4/+6
* zy1000: some background info on the zy1000 file.Øyvind Harboe2009-12-081-0/+25
* minidriver: fix inline capability of minidriverØyvind Harboe2009-12-0810-48/+90
* zy1000: remove unecessary includeØyvind Harboe2009-12-081-4/+0
* build: add build/src to include pathØyvind Harboe2009-12-0812-10/+25
* ARM: cope with stupidheaded compilerDavid Brownell2009-12-071-2/+1
* ARM: list number of HW breakpoints/watchpointsDavid Brownell2009-12-073-0/+12
* target: add debug_reason_name()David Brownell2009-12-075-8/+19
* ARM: don't clone arm_arch_state() codeDavid Brownell2009-12-074-33/+8
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-0724-200/+231
* ARM: rename some generic routinesDavid Brownell2009-12-0715-32/+34
* ARM: move opcode macros to <target/arm_opcodes.h>David Brownell2009-12-0718-249/+281
* ARM: remove mrc_opcode(), use MRC() or MCR()David Brownell2009-12-073-20/+32
* ARM: disassemble two more v6+ instructionsDavid Brownell2009-12-071-12/+71
* ARM DPM: don't write low bits of watchpoint valueDavid Brownell2009-12-071-1/+1
* add 'flash list', rewrite 'flash banks'Zachary T Welch2009-12-062-20/+28
* allow 'flash_banks' command to give GDB outputZachary T Welch2009-12-061-1/+1