aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-15target: add basic dsp563xx supportmkdorg@users.sourceforge.net9-1/+1340
2009-12-15zy1000: keep up with command.h cleanupØyvind Harboe1-5/+15
2009-12-15command: retire obsolete macroØyvind Harboe1-11/+0
2009-12-15imx31: move srst delay into config scriptØyvind Harboe1-0/+2
2009-12-14ARM11: improved reset supportDavid Brownell1-48/+55
2009-12-14ARM: disassemble STM correctlyDavid Brownell1-2/+5
2009-12-14lm3748: use new Stellaris config fileDavid Brownell2-33/+1
2009-12-14Common target file for Stellaris chipsYegor Yefremov1-0/+49
2009-12-14stellaris: device IDsEric Wetzel1-150/+168
2009-12-14jtag: add '-ignore-version' optionDavid Brownell4-6/+44
2009-12-13target files shouldn't #include <target/...h>David Brownell25-39/+38
2009-12-13target: further shrink Jim-awarenessDavid Brownell4-7/+10
2009-12-12LPC2000: rename "r13_svc" as "sp_svc"David Brownell1-1/+1
2009-12-11ARM11: avoid pointless status returnsDavid Brownell2-16/+11
2009-12-11add missing call to add new NAND devicesZachary T Welch2-0/+4
2009-12-11fix 'write_image' usage informationZachary T Welch1-1/+1
2009-12-11ARM DPM: support updating HW breakpointsDavid Brownell2-52/+75
2009-12-11ARM: disassembly fixes for LDC/STC/MRRC/MCRRDavid Brownell1-18/+33
2009-12-11ARM11: minor cleanup, mostly ITR commentsDavid Brownell2-28/+43
2009-12-11server: add server_preinit which is called before config file is parsed.Spencer Oliver3-3/+14
2009-12-11build: fix cygwin build warningsSpencer Oliver1-1/+1
2009-12-11gdb_server: use more local variables in inner loop of fetching packetstiny re...Øyvind Harboe1-31/+73
2009-12-11gdb_server: make struct gdb_connection privateØyvind Harboe2-19/+21
2009-12-11optimisation: tiny optimisation for embedded iceØyvind Harboe1-6/+5
2009-12-11embedded hosts: optimize common code path for core arm operationsØyvind Harboe2-46/+66
2009-12-10anotyer cygwin compile fixDavid Brownell1-1/+2
2009-12-10zy1000: revc FPGA now worksØyvind Harboe2-30/+6
2009-12-09ARM: update arm_opcodes.h copyrightDavid Brownell1-0/+3
2009-12-09stellaris: flash protection updates, minor fixesDavid Brownell2-68/+119
2009-12-09Comment and doxygen fixesDavid Brownell5-30/+25
2009-12-09ETM: only include oocd_trace.h when tracing enabled.Spencer Oliver1-0/+3
2009-12-08Fix compilation error with gcc 4.4.1Rafael Campos Las Heras1-0/+1
2009-12-08target: remove more exit() callsDavid Brownell2-9/+2
2009-12-08target: remove needless "extern"sDavid Brownell4-24/+8
2009-12-08target: move 'extern' decls to *.h filesDavid Brownell5-15/+15
2009-12-08ARM: cygwin complile fixesDavid Brownell1-4/+6
2009-12-08zy1000: some background info on the zy1000 file.Øyvind Harboe1-0/+25
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe11-48/+94
2009-12-08zy1000: remove unecessary includeØyvind Harboe1-4/+0
2009-12-08build: add build/src to include pathØyvind Harboe12-10/+25
2009-12-07ARM: cope with stupidheaded compilerDavid Brownell1-2/+1
2009-12-07ARM: list number of HW breakpoints/watchpointsDavid Brownell4-7/+49
2009-12-07target: add debug_reason_name()David Brownell5-8/+19
2009-12-07ARM: don't clone arm_arch_state() codeDavid Brownell4-33/+8
2009-12-07User's Guide: add quickie setup notesDavid Brownell1-2/+41
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell24-200/+231
2009-12-07ARM: rename some generic routinesDavid Brownell15-32/+34
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell18-249/+281
2009-12-07ARM: remove mrc_opcode(), use MRC() or MCR()David Brownell3-20/+32
2009-12-07ARM: disassemble two more v6+ instructionsDavid Brownell1-12/+71