aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17target: remove some more duplicate includesDavid Brownell1-1/+0
2009-11-16ARM11: fewer exit() callsDavid Brownell1-4/+6
2009-11-16ARM11: register (most) standard ARM commandsDavid Brownell1-0/+2
2009-11-16target: less implicit inclusion of "etm.h"David Brownell1-1/+1
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-9/+9
2009-11-16target: no implicit #includes of "register.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "algorithm.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-0/+1
2009-11-15ARM11: use now-generic memory utilsDavid Brownell1-11/+2
2009-11-15ARM11: fixup method tableDavid Brownell1-45/+43
2009-11-15target: make "examined" flag be per-targetDavid Brownell1-6/+0
2009-11-13ARM11: ETM + ETB supportDavid Brownell1-1/+15
2009-11-13ARM11: revert etmr/etmw commandsDavid Brownell1-83/+0
2009-11-13ARM11: switch to new "arm" base typeDavid Brownell1-32/+28
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell1-6/+21
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-2/+2
2009-11-13target_t -> struct targetZachary T Welch1-34/+34
2009-11-13reg_t -> struct regZachary T Welch1-12/+12
2009-11-13target_type_t -> struct target_typeZachary T Welch1-1/+1
2009-11-13breakpoint_t -> struct breakpointZachary T Welch1-3/+3
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-2/+2
2009-11-13watchpoint_t -> struct watchpointZachary T Welch1-2/+2
2009-11-13arm11_sc7_action_t -> struct arm11_sc7_actionZachary T Welch1-2/+2
2009-11-13arm11_reg_state_t -> struct arm11_reg_stateZachary T Welch1-7/+7
2009-11-13arm11_common_t -> struct arm11_commonZachary T Welch1-34/+34
2009-11-13arm11_reg_defs_t -> struct arm11_reg_defsZachary T Welch1-6/+6
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-1/+1
2009-11-13mem_param_t -> struct mem_paramZachary T Welch1-1/+1
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-4/+4
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch1-3/+4
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch1-3/+2
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-5/+4
2009-11-10arm11: add etmr/etmw registers to access ETM via DBGTAP scan chainMichael Bruck1-0/+61
2009-11-10ARM11: remove old mrc/mcr commandsØyvind Harboe1-102/+0
2009-11-08Add private header for ARM11 internals.Zachary T Welch1-0/+1
2009-11-08ARM11: remove exports and forward declsZachary T Welch1-109/+138
2009-11-06Fix arm11 vcr command parsing.Zachary T Welch1-0/+1
2009-11-05Improve arm11 command argument parsing.Zachary T Welch1-7/+7
2009-11-05arm11: check if target is halted before executing mrc/mcr commands.Øyvind Harboe1-0/+7
2009-11-05ARM11: added mrc/mcr support to arm11 code.Øyvind Harboe1-0/+53
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe1-7/+0
2009-10-14portability updatesDavid Brownell1-2/+2
2009-10-14Work in progress on arm11 reset. Assert srst.Øyvind Harboe1-6/+50
2009-10-13Cleanup: nuke trailling whitespacesYauheni Kaliuta1-1/+1
2009-10-13Delete commented out code. Add a bit of error checking.Øyvind Harboe1-41/+20
2009-10-12More error propagation fixes.Øyvind Harboe1-1/+3
2009-10-12arm11 burst writes are now only enabled for writes larger than 1 word. Single...Øyvind Harboe1-2/+11
2009-10-12Retire arm11 no_increment. Intended for future expansion to read/write to por...Øyvind Harboe1-8/+22