]> git.sur5r.net Git - openocd/history - src/target/arm7tdmi.c
semihosting: support fileio operation
[openocd] / src / target / arm7tdmi.c
2016-12-08 Steven Stallionsemihosting: support fileio operation
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-12-29 Andreas Fritiofsontarget/arm: Remove usage of struct arm_jtag in ARMv7...
2014-01-20 Andreas FritiofsonRetire jtag_add_dr_out
2013-10-15 Andreas Fritiofsonarm7_9: Avoid infinite loops in bulk write dispatching
2013-09-13 Andreas Fritiofson[RFC] target: Move bulk_write_memory to arm7_9
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-08-29 Andreas Fritiofsonarm7_9: Fix broken halfword/byte memory reads
2012-05-25 Spencer Olivertarget: fix segfault in arm7_9 8/16bit read
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-23 Spencer Olivercleanup: rename armv4_5 to arm for readability
2011-12-20 Øyvind Harboejtag: retire jtag_alloc_in_value32 API
2010-07-20 Øyvind Harboearm_jtag_scann error propagation fixes
2010-07-19 Øyvind Harboearm: error propagation of arm_jtag_set_instr
2010-03-19 Øyvind Harboejtag: retire jtag_get/set_end_state()
2010-03-19 Øyvind Harboejtag: remove jtag_get_end_state()'s that should be...
2010-03-18 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2010-03-18 Øyvind Harboejtag: retire one instance of jtag_get_end_state() usage
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-17 Øyvind Harboearm7/9: remove unused post_restore_context
2010-03-08 Øyvind Harboejtag: retire tap field
2010-02-21 David BrownellARM: keep a handle to the PC
2010-01-13 Øyvind Harboearm7/9: enable check that DCC downloads have been enabled
2009-12-07 David BrownellARM: rename some generic routines
2009-12-07 David BrownellARM: move opcode macros to <target/arm_opcodes.h>
2009-12-05 David BrownellARM: rename armv4_5_build_reg_cache() as arm_*()
2009-12-05 David BrownellARM: switch target_to_armv4_5() to target_to_arm()
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-22 David BrownellARM: remove 'armv4_5_common_s' migration #define
2009-11-21 David BrownellARM: pass 'struct reg *' to register r/w routines
2009-11-17 David BrownellARM7TDMI: remove now-needless "struct arm7tdmi"
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-15 David BrownellARM: memory utils aren't ARM7/ARM9 dependent
2009-11-14 David BrownellARM7/ARM9: use shared examine() method
2009-11-14 David BrownellETM: simplify ETM initialization code paths
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
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 Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welcharm_jtag_t -> struct arm_jtag
2009-11-13 Zachary T Welcharm7tdmi_common_t -> struct arm7tdmi_common
2009-11-13 Zachary T Welcharm7_9_common_t -> struct arm7_9_common
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-12 David BrownellETM: update arm[79]tdmi_examine()
2009-11-06 David BrownellARM7TDMI uses the new inheritance/nesting scheme
2009-11-06 David BrownellARM7TDMI: remove forward decls
2009-11-05 Øyvind Harboetarget: remove unused interface fn that clutters code
2009-11-05 Øyvind Harboedebug interface: get rid of unused pre_debug fn
2009-09-09 oharboeDavid Brownell <david-b@pacbell.net>
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-19 oharboefix jtag_add_callback() args. The first argument is...
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeIntroduce jtag_get_end_state() fn to clarify code a...
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_DR...
2009-06-04 oharboeremove TAP_INVALID as argument to jtag_add_xxx() fn's
2009-05-31 zwelchFinal step in isolating target_type_s structure:
2009-05-31 zwelchFirst step in hiding target_type_s from public interface:
2009-05-31 zwelchAdd wrappers for target->type->examined:
2009-05-12 oharboefix memory corruption introduce in 1730
2009-05-11 oharboenow builds on 64 and 32 bit systems
2009-05-11 oharboechange jtag_add_callback API to be able to support...
2009-05-11 oharboeswitch to jtag_add_callback() - USB performance fix
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-10 oharboeDavid Brownell <david-b@pacbell.net> whitespace fixes.
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-08 oharboeadded comments w.r.t. potential performance problems
2009-05-07 oharboemore in_handler typo fixes
2009-05-07 oharboeremove in_handler usage
2009-05-07 oharboeslightly increase readability of code
2009-05-07 oharboeanother example of removing in_handler usage
2009-05-07 oharboeadded template for removing in_handler
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeretire out_mask - not used anywhere
2009-05-05 oharboemark usage of in_handler that can be converted into...
2009-04-29 zwelchRemove redundant declarations to allow building with...
2009-04-18 mifiThe following patches was applied:
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-11-30 duanejtag newtap change & huge manual update
2008-10-14 oharboeLaurentiu Cocanu - add error handling
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-08-24 oharboeduan ellis target tcl work in progress
2008-08-14 oharboearm7/9 breakpoint cleanup. arm7_9 sw/hw commands retire...
2008-08-05 oharboeDuane Ellis: fix warnings
2008-08-05 oharboemoves handling of problems with resetting into the...
2008-06-24 ntfreak- fix compile errors when _DEBUG_INSTRUCTION_EXECUTION_...
next