fw/openocd
2009-12-11 Øyvind Harboegdb_server: use more local variables in inner loop...
2009-12-11 Øyvind Harboegdb_server: make struct gdb_connection private
2009-12-11 Øyvind Harboeoptimisation: tiny optimisation for embedded ice
2009-12-11 Øyvind Harboeembedded hosts: optimize common code path for core...
2009-12-11 David Brownellanotyer cygwin compile fix
2009-12-10 Øyvind Harboezy1000: revc FPGA now works
2009-12-10 David BrownellARM: update arm_opcodes.h copyright
2009-12-10 David Brownellstellaris: flash protection updates, minor fixes
2009-12-09 David BrownellComment and doxygen fixes
2009-12-09 Spencer OliverETM: only include oocd_trace.h when tracing enabled.
2009-12-08 Rafael Campos... Fix compilation error with gcc 4.4.1
2009-12-08 David Brownelltarget: remove more exit() calls
2009-12-08 David Brownelltarget: remove needless "extern"s
2009-12-08 David Brownelltarget: move 'extern' decls to *.h files
2009-12-08 David BrownellARM: cygwin complile fixes
2009-12-08 Øyvind Harboezy1000: some background info on the zy1000 file.
2009-12-08 Øyvind Harboeminidriver: fix inline capability of minidriver
2009-12-08 Øyvind Harboezy1000: remove unecessary include
2009-12-08 Øyvind Harboebuild: add build/src to include path
2009-12-08 David BrownellARM: cope with stupidheaded compiler
2009-12-07 David BrownellARM: list number of HW breakpoints/watchpoints
2009-12-07 David Brownelltarget: add debug_reason_name()
2009-12-07 David BrownellARM: don't clone arm_arch_state() code
2009-12-07 David BrownellUser's Guide: add quickie setup notes
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-12-07 David BrownellARM: rename some generic routines
2009-12-07 David BrownellARM: move opcode macros to <target/arm_opcodes.h>
2009-12-07 David BrownellARM: remove mrc_opcode(), use MRC() or MCR()
2009-12-07 David BrownellARM: disassemble two more v6+ instructions
2009-12-07 David BrownellARM DPM: don't write low bits of watchpoint value
2009-12-07 David BrownellOMAP2420: define reset-assert event
2009-12-07 David BrownellUser's Guide: mention ETM on ARM11 comes up too
2009-12-07 Zachary T Welchadd 'flash list', rewrite 'flash banks'
2009-12-07 Zachary T Welchallow 'flash_banks' command to give GDB output
2009-12-07 Zachary T Welchfix NOR flash regression
2009-12-05 David Brownellmisc code review updates
2009-12-05 Mathias KuesterNOR: add 29LV400BC flash device
2009-12-05 Nicolas PitreARM semihosting: use breakpoint on ARM7
2009-12-05 Nicolas PitreARM semihosting: work with both low and high vectors
2009-12-05 Zachary T Welchrename nand.h to flash//nand/core.h
2009-12-05 Zachary T Welchmove remaining nand helper files
2009-12-05 Zachary T Welchsplit nand.c into nand/{core,fileio,tcl}.c
2009-12-05 Zachary T Welchsplit NAND driver handling into nand/driver.[ch]
2009-12-05 David BrownellARM: doc updates for main header
2009-12-05 David BrownellARM: rename armv4_5_build_reg_cache() as arm_*()
2009-12-05 David BrownellARM: rename armv4_5_algorithm as arm_algorithm
2009-12-05 David BrownellARM: misc generic cleanup
2009-12-05 David BrownellARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC
2009-12-05 David BrownellARM: switch target_to_armv4_5() to target_to_arm()
2009-12-05 David BrownellARM: rename armv4_5_state_* as arm_state_*
2009-12-05 David BrownellARM: rename armv4_5_mode_* AS arm_mode_*
2009-12-05 David BrownellARM: rename ARMV4_5_MODE_* as ARM_MODE_*
2009-12-05 David BrownellARM: rename ARMV4_5_STATE_* as ARM_STATE_*
2009-12-05 David BrownellARM11: report watchpoint trigger insn
2009-12-05 David BrownellARM11: basic watchpoint support
2009-12-05 David BrownellARM11: tweak TAP ops and debugging
2009-12-05 Zachary T Welchreorder build order of src directory
2009-12-05 Zachary T Welchremove flash.h from tree
2009-12-05 Zachary T Welchsplit flash.h into into flash/nor/*.h
2009-12-05 Zachary T Welchremove target.h from flash.h
2009-12-05 Zachary T Welchsplit NOR and NAND flash headers
2009-12-05 Zachary T Welcheliminate src/flash/flash.c
2009-12-05 Zachary T Welchadd flash/nor/drivers.c
2009-12-05 Zachary T Welchmove more nor flash implementation details
2009-12-05 David BrownellARM: semihosting entry cleanup
2009-12-05 David BrownellARM: remove semihosting globals
2009-12-04 David BrownellUser's Guide: more semihosting info
2009-12-04 Øyvind Harboebootstrap: stop execution upon error
2009-12-04 Zachary T Welchadd flash/nor/core.[ch]
2009-12-04 Zachary T Welchadd flash/nor/{tcl.c,imp.h} from flash/flash.c
2009-12-04 Zachary T Welchseparate Jim from jtag/core.c
2009-12-04 Zachary T Welchswitch 'rm' command away from using Jim
2009-12-04 Zachary T Welchcheck top-level command registrations
2009-12-04 Zachary T Welchallow 'jtag init' to be run in any mode
2009-12-04 David Brownelltarget: cygwin build fixes
2009-12-04 Øyvind Harboezy1000: FPGA revC wip
2009-12-04 Nicolas Pitrebasic ARM semihosting support
2009-12-04 David Brownelldoxygen: remove some warnings
2009-12-04 Dean GlazeskiMake ARM NAND I/O operations aware of last op
2009-12-04 Dean GlazeskiARM NAND I/O interface update
2009-12-04 Dean GlazeskiNAND page command refactoring.
2009-12-04 David BrownellARMv7-A: tweak arch_state()
2009-12-04 David BrownellARM DPM: share debug reason logic
2009-12-04 David BrownellARM11: use shared DSCR bit names
2009-12-04 David BrownellARM DPM: make DSCR bit defs sharable
2009-12-03 David Brownellfix another init regression
2009-12-03 Zachary T Welchfix double 'init' regression
2009-12-03 Zachary T Welchfix regressions with GDB port numbers
2009-12-03 Øyvind Harboezy1000: include files have moved about
2009-12-03 Zachary T Welchremove tertiary include paths
2009-12-03 Zachary T Welchchange #include "../hello.h" to "hello.h"
2009-12-03 Zachary T Welchchange #include "xsvf.h" to <xsvf/xsvf.h>
2009-12-03 Zachary T Welchchange #include "svf.h" to <svf/svf.h>
2009-12-03 Zachary T Welchchange #include "pld.h" to <pld/pld.h>
2009-12-03 Zachary T Welchchange #include "telnet_server.h" to <server/telnet_ser...
2009-12-03 Zachary T Welchchange #include "server.h" to <server/server.h>
2009-12-03 Zachary T Welchchange #include "httpd.h" to <server/httpd.h>
2009-12-03 Zachary T Welchchange #include "gdb_server.h" to <server/gdb_server.h>
2009-12-03 Zachary T Welchchange #include "s3c24xx_regs.h" to <flash/nand/s3c24xx...
2009-12-03 Zachary T Welchchange #include "ocl.h" to <flash/nor/ocl.h>
next