summaryrefslogtreecommitdiff
path: root/src/target/arm11.c
Commit message (Expand)AuthorAgeFilesLines
...
* ARM11: fixup method tableDavid Brownell2009-11-151-45/+43
* target: make "examined" flag be per-targetDavid Brownell2009-11-151-6/+0
* ARM11: ETM + ETB supportDavid Brownell2009-11-131-1/+15
* ARM11: revert etmr/etmw commandsDavid Brownell2009-11-131-83/+0
* ARM11: switch to new "arm" base typeDavid Brownell2009-11-131-32/+28
* target: remove unused "bitfield" infrastructureDavid Brownell2009-11-131-6/+21
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-2/+2
* target_t -> struct targetZachary T Welch2009-11-131-34/+34
* reg_t -> struct regZachary T Welch2009-11-131-12/+12
* target_type_t -> struct target_typeZachary T Welch2009-11-131-1/+1
* breakpoint_t -> struct breakpointZachary T Welch2009-11-131-3/+3
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-2/+2
* watchpoint_t -> struct watchpointZachary T Welch2009-11-131-2/+2
* arm11_sc7_action_t -> struct arm11_sc7_actionZachary T Welch2009-11-131-2/+2
* arm11_reg_state_t -> struct arm11_reg_stateZachary T Welch2009-11-131-7/+7
* arm11_common_t -> struct arm11_commonZachary T Welch2009-11-131-34/+34
* arm11_reg_defs_t -> struct arm11_reg_defsZachary T Welch2009-11-131-6/+6
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-1/+1
* mem_param_t -> struct mem_paramZachary T Welch2009-11-131-1/+1
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-4/+4
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-131-3/+4
* use COMMAND_HELPER for command helper functionsZachary T Welch2009-11-131-3/+2
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-5/+4
* arm11: add etmr/etmw registers to access ETM via DBGTAP scan chainMichael Bruck2009-11-101-0/+61
* ARM11: remove old mrc/mcr commandsØyvind Harboe2009-11-101-102/+0
* Add private header for ARM11 internals.Zachary T Welch2009-11-081-0/+1
* ARM11: remove exports and forward declsZachary T Welch2009-11-081-109/+138
* Fix arm11 vcr command parsing.Zachary T Welch2009-11-061-0/+1
* Improve arm11 command argument parsing.Zachary T Welch2009-11-051-7/+7
* arm11: check if target is halted before executing mrc/mcr commands.Øyvind Harboe2009-11-051-0/+7
* ARM11: added mrc/mcr support to arm11 code.Øyvind Harboe2009-11-051-0/+53
* target: remove unused interface fn that clutters codeØyvind Harboe2009-11-051-7/+0
* portability updatesDavid Brownell2009-10-141-2/+2
* Work in progress on arm11 reset. Assert srst.Øyvind Harboe2009-10-141-6/+50
* Cleanup: nuke trailling whitespacesYauheni Kaliuta2009-10-131-1/+1
* Delete commented out code. Add a bit of error checking.Øyvind Harboe2009-10-131-41/+20
* More error propagation fixes.Øyvind Harboe2009-10-121-1/+3
* arm11 burst writes are now only enabled for writes larger than 1 word. Single...Øyvind Harboe2009-10-121-2/+11
* Retire arm11 no_increment. Intended for future expansion to read/write to por...Øyvind Harboe2009-10-121-8/+22
* Propagate wDTR/rDTR failure immediately, otherwise it's followed up by timeou...Øyvind Harboe2009-10-121-0/+1
* printf format warning fixesDavid Brownell2009-10-101-2/+4
* ARM11 error checkingØyvind Harboe2009-10-091-37/+85
* buildfixdbrownell2009-10-071-0/+1
* add timeouts and fix syntax error handling of mrc/mcr commands.oharboe2009-10-071-1/+2
* add timeouts and fix syntax error handling of mrc/mcr commands.oharboe2009-10-071-18/+59
* ARM11 command handling fixesdbrownell2009-09-291-41/+41
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-1/+1
* added arm11 timeout error messagesoharboe2009-08-281-4/+12