]> git.sur5r.net Git - openocd/history - src/target/arm920t.c
Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes
[openocd] / src / target / arm920t.c
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboetypes: write memory now uses const
2010-08-11 Øyvind Harboearm: add missing error reporting
2010-07-20 Øyvind Harboearm_jtag_scann error propagation fixes
2010-07-19 Øyvind Harboearm: error propagation of arm_jtag_set_instr
2010-07-19 Øyvind Harboedebug: debug entry error propagation
2010-07-19 Øyvind Harboearm: add error propagation for enable/disable mmu caches
2010-07-19 Øyvind Harboearm: add error propagation to generic get_ttb fn
2010-06-15 Øyvind Harboearm920t: -Wshadow warning fixes
2010-06-12 Antonio BorneoTARGET: removed unused parameters
2010-06-12 Antonio BorneoTARGET: removed unsed parameter
2010-06-12 Antonio BorneoTARGET: fix handling return code of MMU translation
2010-06-12 Antonio BorneoTARGET/ARM920T: fix return value
2010-06-12 Antonio BorneoTARGET/ARM920T: fix compile warning
2010-06-11 Øyvind Harboearm mmu: error propagation added for address translation
2010-04-10 Antonio BorneoARM920T: review scope of functions
2010-03-21 Øyvind Harboearm breakpoints: amended fix comment
2010-03-19 Øyvind Harboejtag: retire jtag_get/set_end_state()
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-08 Øyvind Harboejtag: retire tap field
2010-02-21 David BrownellARM: keep a handle to the PC
2010-02-21 David Brownellarm920t line length cleanup
2010-02-19 Marc Pignatatm920t : fix breakpoints and data cache handling
2010-02-17 David BrownellARM920T scanchain 15 comments/cleanup
2010-02-12 Marc Pignatarm920: add virt2phys fn
2010-01-13 Øyvind Harboearm7/9: enable check that DCC downloads have been enabled
2010-01-08 David BrownellARM720: help/usage updates
2009-12-07 David BrownellARM: don't clone arm_arch_state() code
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-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-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-12-01 David Brownelltarget: "mcr" and "mrc" are ARM-specific
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-25 Zachary T Welcharm920t: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-22 David BrownellARM: use arm_reg_current()
2009-11-22 David BrownellARM: remove 'armv4_5_common_s' migration #define
2009-11-22 David BrownellARM: arm_set_cpsr() handles T and J bits
2009-11-22 David BrownellARM: define two register utilities
2009-11-22 David BrownellARM: simplify CPSR handling
2009-11-18 David BrownellARM: add is_arm_mode()
2009-11-18 David BrownellARM: add arm_mode_name()
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-17 David BrownellARM9TDMI: remove now-needless "struct arm9tdmi"
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-13 Zachary T Welchcommand_t -> struct command
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 Welcharm_jtag_t -> struct arm_jtag
2009-11-13 Zachary T Welcharm9tdmi_common_t -> struct arm9tdmi_common
2009-11-13 Zachary T Welcharm920t_tlb_entry_t -> struct arm920t_tlb_entry
2009-11-13 Zachary T Welcharm920t_cache_line_t -> struct arm920t_cache_line
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 Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchadd CMD_NAME macro for command handlers
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-10 David BrownellARM920: implement basic MMU ops
2009-11-06 David BrownellARM920 uses the new inheritance/nesting scheme
2009-11-06 David BrownellARM920: remove exports and forward decls
2009-11-06 Zachary T WelchImprove arm920t command argument parsing.
2009-11-05 Øyvind Harboearm920t: add mrcmcr interface fn's.
2009-11-05 Øyvind Harboetarget: remove unused interface fn that clutters code
2009-11-03 Øyvind Harboearm920t: memory writes were broken when MMU was disabled
2009-10-21 Øyvind Harboeretire obsolete mXY_phys commands. Handled by generic...
2009-10-21 Øyvind Harboeread/write physical target fn's
2009-10-21 Øyvind HarboeRetire obsolete and superfluous implementations of...
2009-10-21 Øyvind HarboeRetire obsolete and superfluous implementations of...
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-21 duaneC99 printf() -Werror fixes
2009-06-19 zwelchPaulius Zaleckas <paulius.zaleckas@gmail.com>:
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 '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 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-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-07 oharboeremove in_handler usage
next