fw/openocd
2009-11-17 David Brownelltarget: simplify register get/set ops
2009-11-17 Øyvind Harboejtag_registers: Avalon bridge flushing tweaks
2009-11-17 Øyvind Harboezy1000: revC UART forwarding
2009-11-17 Øyvind Harboezy1000: add version command to print FPGA version and...
2009-11-17 Øyvind Harboezy1000: fix bug when running on non-arm CPU
2009-11-17 Øyvind Harboezy1000: fix trivial syntax error introduced by latest...
2009-11-17 David BrownellARM9TDMI: remove now-needless "struct arm9tdmi"
2009-11-17 David BrownellARM7TDMI: remove now-needless "struct arm7tdmi"
2009-11-17 David Brownelltarget: remove some more duplicate includes
2009-11-17 David BrownellARMv7-A: no exit() calls
2009-11-17 David BrownellCortex-A8: no exit() calls, add missing v7-A init
2009-11-17 David BrownellXScale: fewere exit() calls
2009-11-17 David BrownellMIPS: no exit() calls
2009-11-17 David BrownellARMv7-M: no exit() calls
2009-11-17 David BrownellARMv4/ARMv5: no exit() calls
2009-11-17 David BrownellARM11: fewer exit() calls
2009-11-17 David BrownellCortex-M3: don't exit()
2009-11-17 David BrownellARMv7A: use standard disassembler
2009-11-17 David BrownellARM11: register (most) standard ARM commands
2009-11-17 David BrownellARM: "armv4_5" command prefix becomes "arm"
2009-11-17 David BrownellJTAG: fix autoprobe failure.
2009-11-16 Zachary T Welchfileio: improve API types
2009-11-16 Zachary T Welchstruct fileio: improve member types
2009-11-16 Zachary T Welchhelper/log: improve API parameter types
2009-11-16 Zachary T Welchuse Jim_CmdProc in jim_register
2009-11-16 Zachary T Welchimprove constness of open_file_from_path
2009-11-16 Zachary T Welchmake command line options const
2009-11-16 David BrownellARM: standard disassembler uses Thumb2 entry
2009-11-16 David Brownelltarget: don't include "log.h" from "armv4_5.h"
2009-11-16 David BrownellARM: move mode functions out of header
2009-11-16 David BrownellJTAG: no LOG_WARNING() for taps without IDCODE
2009-11-16 David Brownellbinarybuffer: regression fix
2009-11-16 David Brownell"types.h" doxygen fix
2009-11-16 David Brownelltarget: less implicit inclusion of "etm.h"
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
2009-11-16 Zachary T Welcharmv7m: make core reg read/write use unsigned
2009-11-16 Zachary T Welchremove TAP_SCAN_BYTES macro
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-16 Zachary T Welchmove container_of to types.h
2009-11-16 Zachary T Welchnand_command_get_device_by_num: make COMMAND_HELPER
2009-11-16 Zachary T Welchflash_command_get_bank_by_num: make COMMAND_HELPER
2009-11-16 Zachary T Welchcleanup jtag minidrivers
2009-11-16 Zachary T WelchAdd 'nand verify' command
2009-11-16 Zachary T WelchAdd FILEIO_NONE access mode.
2009-11-16 Zachary T WelchUse nand_fileio_* in write/dump commands.
2009-11-16 Zachary T WelchAdd nand_fileio_* helper APIs.
2009-11-16 Zachary T Welchbinarybuffer: add API documentation
2009-11-16 Zachary T Welchimprove inline binarybuffer helpers
2009-11-16 Zachary T Welchimprove buf_set_buf helper
2009-11-16 Zachary T Welchimprove buf_set_ones
2009-11-16 Zachary T Welchimprove buf_cpy helper
2009-11-16 Zachary T Welchimprove buf_cmp and buf_cmp_mask helpers
2009-11-16 Zachary T Welchimprove str_to_buf and buf_to_str helpers
2009-11-16 Zachary T Welchbinarybuffer: move variables to point of first use
2009-11-16 Zachary T Welchbinarybuffer: fix whitespace related issues
2009-11-16 David Brownell#include "target.h" less wildly
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-16 David Brownelltarget: less implicit inclusion of "command.h"
2009-11-16 David Brownelltarget: don't implicitly include "algorithm.h"
2009-11-16 David Brownelltarget: don't implicitly include "breakpoint.h"
2009-11-15 David BrownellARM11: use now-generic memory utils
2009-11-15 David BrownellARM11: fixup method table
2009-11-15 David BrownellARM: memory utils aren't ARM7/ARM9 dependent
2009-11-15 David Brownelltarget: make "examined" flag be per-target
2009-11-15 Zachary T Welcharm-jtag-ew,jlink: switch to COMMAND_HANDLER
2009-11-15 Zachary T Welchrlink: fix overzealous sed
2009-11-15 Zachary T Welchremove unused arm_jtag_buf_to_* helpers
2009-11-15 Zachary T Welchremove unused buf_to_u32_handler
2009-11-15 Zachary T Welchstruct scan_field_s -> struct scan_field
2009-11-15 Krzysztof DziubaFix for md* commands, similar to mw*.
2009-11-14 David Brownelllpc2900.h -- remove from Makefile.am too
2009-11-14 David Brownellflash: remove needless lpc2900.h header
2009-11-14 David Brownellremove annoying $URL$ startup message
2009-11-14 Dean GlazeskiInvalid command syntax errors with MWW.
2009-11-14 Zachary T Welchadd openocd.h for top-level declarations
2009-11-14 Ferdinand Postemacompile with cygwin (32-bit)
2009-11-14 David BrownellARM11: ETM + ETB support
2009-11-14 David BrownellARM11: revert etmr/etmw commands
2009-11-14 David BrownelliMX2* + ETB targets: hook up ETM and ETB
2009-11-14 David BrownellARM7/ARM9: use shared examine() method
2009-11-14 David BrownellETM: simplify ETM initialization code paths
2009-11-14 David BrownellARM11: switch to new "arm" base type
2009-11-14 David Brownelltarget: remove unused "bitfield" infrastructure
2009-11-13 David Brownelltarget.cfg: label ETBs correctly
2009-11-13 David BrownellARM7/9: rm arm7_9_get_arch_pointers()
2009-11-13 Zachary T Welchupdate developer manual for new types
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchremove rlink structure typedefs
2009-11-13 Zachary T Welchflash_bank_t -> struct flash_bank
2009-11-13 Zachary T Welchnand_device_t -> struct nand_device
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchreg_t -> struct reg
2009-11-13 Zachary T Welchtarget_type_t -> struct target_type
2009-11-13 Zachary T Welchimprove mips32_pracc_context
2009-11-13 Zachary T Welchimage_t -> struct image
2009-11-13 Zachary T Welcharmv4_5_common_t -> struct arm
2009-11-13 Zachary T Welchetm_context_t -> struct etm_context
2009-11-13 Zachary T Welchetb_t -> struct etb
2009-11-13 Zachary T Welchtrace_t -> struct trace
next