aboutsummaryrefslogtreecommitdiff
path: root/src/target/target_type.h
AgeCommit message (Expand)AuthorFilesLines
2013-03-13target: Remove read_memory_impAndreas Fritiofson1-2/+1
2013-03-13target: Remove write_memory_impAndreas Fritiofson1-2/+0
2013-03-13target: Remove soft_reset_halt_impAndreas Fritiofson1-1/+0
2012-12-23target: add deprecated target name supportSpencer Oliver1-0/+1
2012-05-21build: add helper/types.h to config.hSpencer Oliver1-1/+0
2012-02-06build: cleanup src/target directorySpencer Oliver1-19/+41
2011-10-09target: add async algorithm entries to the target typeAndreas Fritiofson1-0/+2
2011-08-30cortex_a hybrid & context breakpointsHeythem Bouhaja1-0/+2
2011-04-01types: write memory now uses constØyvind Harboe1-5/+5
2011-03-17target: allow targets to override memory alignmentMathias K1-0/+6
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-10-29jim tests: use installedØyvind Harboe1-0/+1
2010-08-09arm7/9: fix "reset run + halt"Øyvind Harboe1-1/+12
2010-04-04simplify and unconfuse target_run_algorithm()David Brownell1-2/+0
2010-01-13target: add check_reset hookØyvind Harboe1-0/+7
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch1-1/+1
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell1-5/+0
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell1-3/+9
2009-11-25target: target_get_name() --> target_type_name()David Brownell1-1/+1
2009-11-24remove target_type register_command callbackZachary T Welch1-1/+1
2009-11-15target: make "examined" flag be per-targetDavid Brownell1-14/+20
2009-11-13command_context_t -> struct command_contextZachary T Welch1-2/+2
2009-11-13target_t -> struct targetZachary T Welch1-36/+36
2009-11-13reg_t -> struct regZachary T Welch1-1/+1
2009-11-13target_type_t -> struct target_typeZachary T Welch1-1/+1
2009-11-13breakpoint_t -> struct breakpointZachary T Welch1-2/+2
2009-11-13watchpoint_t -> struct watchpointZachary T Welch1-2/+2
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-2/+2
2009-11-13mem_param_t -> struct mem_paramZachary T Welch1-2/+2
2009-11-09Revert "target: add target->type->has_mmu fn"David Brownell1-8/+0
2009-11-05target: add target->type->has_mmu fn.Øyvind Harboe1-0/+8
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe1-1/+0
2009-10-23mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe1-1/+6
2009-10-21Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo...Øyvind Harboe1-0/+19
2009-07-01Add missing copyright header to target_type.h.zwelch1-0/+25
2009-06-23Remove whitespace that occurs before ')'.zwelch1-3/+3
2009-06-23Remove whitespace that occurs after '('.zwelch1-3/+3
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-13/+13
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-6/+6
2009-05-31Final step in isolating target_type_s structure:zwelch1-0/+163