mips: optimize write code for speed
[fw/openocd] / src / target / fa526.c
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2010-03-17 Øyvind Harboearm7/9: remove unused post_restore_context
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-11-25 Zachary T Welchremove target_type register_command callback
2009-11-17 David BrownellARM9TDMI: remove now-needless "struct arm9tdmi"
2009-11-15 David BrownellARM: memory utils aren't ARM7/ARM9 dependent
2009-11-14 David BrownellARM7/ARM9: use shared examine() method
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchtarget_type_t -> struct target_type
2009-11-13 Zachary T Welcharm_jtag_t -> struct arm_jtag
2009-11-13 Zachary T Welcharm9tdmi_common_t -> struct arm9tdmi_common
2009-11-13 Zachary T Welcharm7_9_common_t -> struct arm7_9_common
2009-11-13 Zachary T Welcharm920t_common_t -> struct arm920t_common
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-06 David BrownellFA526 uses the new inheritance/nesting scheme
2009-11-06 David BrownellARM920 uses the new inheritance/nesting scheme
2009-11-06 David BrownellFA526: remove exports and 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-06-23 zwelch- Fixes '+' whitespace
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-19 zwelchPaulius Zaleckas <paulius.zaleckas@gmail.com>: