aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11.c
AgeCommit message (Expand)Author
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch
2009-11-13target_type_t -> struct target_typeZachary T Welch
2009-11-13breakpoint_t -> struct breakpointZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13watchpoint_t -> struct watchpointZachary T Welch
2009-11-13arm11_sc7_action_t -> struct arm11_sc7_actionZachary T Welch
2009-11-13arm11_reg_state_t -> struct arm11_reg_stateZachary T Welch
2009-11-13arm11_common_t -> struct arm11_commonZachary T Welch
2009-11-13arm11_reg_defs_t -> struct arm11_reg_defsZachary T Welch
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-11-13mem_param_t -> struct mem_paramZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-10arm11: add etmr/etmw registers to access ETM via DBGTAP scan chainMichael Bruck
2009-11-10ARM11: remove old mrc/mcr commandsØyvind Harboe
2009-11-08Add private header for ARM11 internals.Zachary T Welch
2009-11-08ARM11: remove exports and forward declsZachary T Welch
2009-11-06Fix arm11 vcr command parsing.Zachary T Welch
2009-11-05Improve arm11 command argument parsing.Zachary T Welch
2009-11-05arm11: check if target is halted before executing mrc/mcr commands.Øyvind Harboe
2009-11-05ARM11: added mrc/mcr support to arm11 code.Øyvind Harboe
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe
2009-10-14portability updatesDavid Brownell
2009-10-14Work in progress on arm11 reset. Assert srst.Øyvind Harboe
2009-10-13Cleanup: nuke trailling whitespacesYauheni Kaliuta
2009-10-13Delete commented out code. Add a bit of error checking.Øyvind Harboe
2009-10-12More error propagation fixes.Øyvind Harboe
2009-10-12arm11 burst writes are now only enabled for writes larger than 1 word. Single...Øyvind Harboe
2009-10-12Retire arm11 no_increment. Intended for future expansion to read/write to por...Øyvind Harboe
2009-10-12Propagate wDTR/rDTR failure immediately, otherwise it's followed up by timeou...Øyvind Harboe
2009-10-10printf format warning fixesDavid Brownell
2009-10-09ARM11 error checkingØyvind Harboe
2009-10-07buildfixdbrownell
2009-10-07add timeouts and fix syntax error handling of mrc/mcr commands.oharboe
2009-10-07add timeouts and fix syntax error handling of mrc/mcr commands.oharboe
2009-09-29ARM11 command handling fixesdbrownell
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell
2009-08-28added arm11 timeout error messagesoharboe
2009-08-27arm11 hardware step using simulation + breakpoint. Use "hardware_step enable"...oharboe
2009-08-27arm11 single stepping wip - at least we know the next PC nowoharboe
2009-08-27arm11 single stepping wipoharboe
2009-08-06michal smulski <michal.smulski@ooma.com>:zwelch
2009-06-28Refactor code, create target_state_name()duane
2009-06-23Remove whitespace at end of lines, step 1.zwelch