summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix NOR flash regressionZachary T Welch2009-12-061-0/+2
* misc code review updatesDavid Brownell2009-12-054-14/+11
* NOR: add 29LV400BC flash deviceMathias Kuester2009-12-051-0/+17
* ARM semihosting: use breakpoint on ARM7Nicolas Pitre2009-12-041-7/+9
* ARM semihosting: work with both low and high vectorsNicolas Pitre2009-12-041-6/+4
* rename nand.h to flash//nand/core.hZachary T Welch2009-12-0420-28/+33
* move remaining nand helper filesZachary T Welch2009-12-048-11/+9
* split nand.c into nand/{core,fileio,tcl}.cZachary T Welch2009-12-047-872/+1005
* split NAND driver handling into nand/driver.[ch]Zachary T Welch2009-12-045-104/+205
* ARM: doc updates for main headerDavid Brownell2009-12-041-3/+11
* ARM: rename armv4_5_build_reg_cache() as arm_*()David Brownell2009-12-046-11/+10
* ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell2009-12-0411-27/+27
* ARM: misc generic cleanupDavid Brownell2009-12-044-13/+28
* ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell2009-12-0412-19/+19
* ARM: switch target_to_armv4_5() to target_to_arm()David Brownell2009-12-048-20/+18
* ARM: rename armv4_5_state_* as arm_state_*David Brownell2009-12-0412-23/+23
* ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell2009-12-048-39/+39
* ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell2009-12-0416-141/+141
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-0418-77/+77
* ARM11: report watchpoint trigger insnDavid Brownell2009-12-041-0/+18