summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* arm9tdmi_common_t -> struct arm9tdmi_commonZachary T Welch2009-11-139-13/+13
* arm966e_common_t -> struct arm966e_commonZachary T Welch2009-11-133-10/+10
* arm926ejs_common_t -> struct arm926ejs_commonZachary T Welch2009-11-133-23/+23
* arm920t_tlb_entry_t -> struct arm920t_tlb_entryZachary T Welch2009-11-132-3/+3
* arm920t_cache_line_t -> struct arm920t_cache_lineZachary T Welch2009-11-132-3/+3
* arm7tdmi_common_t -> struct arm7tdmi_commonZachary T Welch2009-11-134-8/+8
* arm7_9_common_t -> struct arm7_9_commonZachary T Welch2009-11-1314-136/+136
* arm720t_common_t -> struct arm720t_commonZachary T Welch2009-11-132-16/+16
* arm11_sc7_action_t -> struct arm11_sc7_actionZachary T Welch2009-11-133-10/+10
* arm11_reg_state_t -> struct arm11_reg_stateZachary T Welch2009-11-132-9/+9
* arm11_common_t -> struct arm11_commonZachary T Welch2009-11-134-80/+80
* arm11_reg_defs_t -> struct arm11_reg_defsZachary T Welch2009-11-131-6/+6
* reg_param_t -> struct reg_paramZachary T Welch2009-11-1314-26/+26
* mem_param_t -> struct mem_paramZachary T Welch2009-11-1314-21/+21
* arm920t_common_t -> struct arm920t_commonZachary T Welch2009-11-133-24/+24
* arm11_register_history_t -> struct arm11_register_historyZachary T Welch2009-11-131-3/+3
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-1318-67/+67
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-1333-58/+58
* fileio_t -> struct fileioZachary T Welch2009-11-135-11/+11
* remove accidental artifactZachary T Welch2009-11-131-0/+0
* command_handler_t: make argc unsignedZachary T Welch2009-11-131-3/+3
* add CMD_NAME macro for command handlersZachary T Welch2009-11-137-16/+16
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-133-9/+10
* s3c24xx: use COMMAND_HANDLER with command helperZachary T Welch2009-11-131-0/+0
* arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch2009-11-134-23/+18
* use COMMAND_HELPER for command helper functionsZachary T Welch2009-11-133-12/+9
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-1320-158/+93
* Cortex-A8: fix indentDavid Brownell2009-11-131-28/+28
* ETM: start support for ETMv2+David Brownell2009-11-122-23/+129
* ETM: remove old mid-level ETM handleDavid Brownell2009-11-117-11/+8
* ETM: use new toplevel ETM handleDavid Brownell2009-11-111-58/+50
* ETM: update port driversDavid Brownell2009-11-113-42/+41
* ETM: update arm[79]tdmi_examine()David Brownell2009-11-112-8/+10
* ARM: start generalized base typeDavid Brownell2009-11-112-19/+34
* remove more useless declarationsZachary T Welch2009-11-111-13/+12
* cortex_a8: remove declarations, use static keywordZachary T Welch2009-11-112-112/+82
* add const keyword to some APIsZachary T Welch2009-11-115-7/+9
* change argv to args in command handlersZachary T Welch2009-11-111-5/+5
* makefiles: improve build orderZachary T Welch2009-11-111-51/+76
* ETM cleanupDavid Brownell2009-11-114-131/+120
* fix bug in ARM720: bugfixZachary T Welch2009-11-101-1/+1
* ARM720: bugfixDavid Brownell2009-11-101-1/+2
* target: MMU-aware init for memory read/writeDavid Brownell2009-11-101-23/+42
* arm11: add etmr/etmw registers to access ETM via DBGTAP scan chainMichael Bruck2009-11-103-0/+142
* ARM11: remove old mrc/mcr commandsØyvind Harboe2009-11-101-102/+0
* Target: minor cleanupDavid Brownell2009-11-102-13/+21
* ARM920: implement basic MMU opsDavid Brownell2009-11-101-0/+22
* ARM720: implement basic MMU opsDavid Brownell2009-11-101-0/+22
* Target: fix bad error messagesDavid Brownell2009-11-101-7/+10
* svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch2009-11-091-35/+38