aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-14target: consolidate existing target/algo common_magicTomas Vanek1-2/+3
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2020-07-08target/arm926ejs: fix memory leaksAntonio Borneo1-0/+1
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-8/+8
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-10-15arm7_9: Avoid infinite loops in bulk write dispatchingAndreas Fritiofson1-0/+9
2013-09-13[RFC] target: Move bulk_write_memory to arm7_9Andreas Fritiofson1-0/+9
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-08-29arm7_9: Fix broken halfword/byte memory readsAndreas Fritiofson1-0/+4
2012-03-13target: remove unused declarationSpencer Oliver1-1/+0
2012-02-06build: cleanup src/target directorySpencer Oliver1-24/+44
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver1-2/+2
2011-04-01types: write memory now uses constØyvind Harboe1-2/+2
2010-07-19debug: debug entry error propagationØyvind Harboe1-1/+1
2010-04-11TARGET/ARM7_9_COMMON: review scope of symbolsAntonio Borneo1-3/+0
2010-03-17arm7/9: remove unused post_restore_contextØyvind Harboe1-3/+0
2010-01-13arm7/9: add fn to check if dcc downloads have been enabledØyvind Harboe1-0/+1
2009-12-13target files shouldn't #include <target/...h>David Brownell1-2/+2
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell1-1/+1
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch1-1/+1
2009-12-03change #include "arm_jtag.h" to <target/arm_jtag.h>Zachary T Welch1-1/+1
2009-11-24remove target_type register_command callbackZachary T Welch1-1/+1
2009-11-20ARM: pass 'struct reg *' to register r/w routinesDavid Brownell1-1/+0
2009-11-16target: less implicit inclusion of "etm.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-1/+0
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell1-2/+0
2009-11-13ARM7/ARM9: use shared examine() methodDavid Brownell1-0/+1
2009-11-13ARM7/9: rm arm7_9_get_arch_pointers()David Brownell1-1/+5
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-54/+54
2009-11-13armv4_5_common_t -> struct armZachary T Welch1-1/+1
2009-11-13breakpoint_t -> struct breakpointZachary T Welch1-2/+2
2009-11-13working_area_t -> struct working_areaZachary T Welch1-1/+1
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-1/+1
2009-11-13watchpoint_t -> struct watchpointZachary T Welch1-2/+2
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch1-1/+1
2009-11-13arm7_9_common_t -> struct arm7_9_commonZachary 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-11ETM: remove old mid-level ETM handleDavid Brownell1-4/+2
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell1-1/+0
2009-11-05ARM: shrink offsetsDavid Brownell1-1/+1
2009-11-05ARM: other code uses the new inheritance/nesting schemeDavid Brownell1-1/+0
2009-11-05target: provide container_of()David Brownell1-0/+7
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe1-1/+0
2009-09-12David Brownell <david-b@pacbell.net> oharboe1-11/+12
2009-08-28restore ICE watchpoint registers when the *last* software breakpoint is removedoharboe1-0/+1
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-22/+22