aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
AgeCommit message (Expand)Author
2017-02-10target: Add 64-bit target address supportDongxue Zhang
2016-05-24Make #include guard naming consistentMarc Schink
2016-05-24Remove FSF address from GPL noticesMarc Schink
2013-10-15arm7_9: Avoid infinite loops in bulk write dispatchingAndreas Fritiofson
2013-09-13[RFC] target: Move bulk_write_memory to arm7_9Andreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-08-29arm7_9: Fix broken halfword/byte memory readsAndreas Fritiofson
2012-03-13target: remove unused declarationSpencer Oliver
2012-02-06build: cleanup src/target directorySpencer Oliver
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver
2011-04-01types: write memory now uses constØyvind Harboe
2010-07-19debug: debug entry error propagationØyvind Harboe
2010-04-11TARGET/ARM7_9_COMMON: review scope of symbolsAntonio Borneo
2010-03-17arm7/9: remove unused post_restore_contextØyvind Harboe
2010-01-13arm7/9: add fn to check if dcc downloads have been enabledØyvind Harboe
2009-12-13target files shouldn't #include <target/...h>David Brownell
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch
2009-12-03change #include "arm_jtag.h" to <target/arm_jtag.h>Zachary T Welch
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-20ARM: pass 'struct reg *' to register r/w routinesDavid Brownell
2009-11-16target: less implicit inclusion of "etm.h"David Brownell
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell
2009-11-13ARM7/ARM9: use shared examine() methodDavid Brownell
2009-11-13ARM7/9: rm arm7_9_get_arch_pointers()David Brownell
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13armv4_5_common_t -> struct armZachary T Welch
2009-11-13breakpoint_t -> struct breakpointZachary T Welch
2009-11-13working_area_t -> struct working_areaZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13watchpoint_t -> struct watchpointZachary T Welch
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch
2009-11-13arm7_9_common_t -> struct arm7_9_commonZachary T Welch
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-11-13mem_param_t -> struct mem_paramZachary T Welch
2009-11-11ETM: remove old mid-level ETM handleDavid Brownell
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell
2009-11-05ARM: shrink offsetsDavid Brownell
2009-11-05ARM: other code uses the new inheritance/nesting schemeDavid Brownell
2009-11-05target: provide container_of()David Brownell
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe
2009-09-12David Brownell <david-b@pacbell.net> oharboe
2009-08-28restore ICE watchpoint registers when the *last* software breakpoint is removedoharboe
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-05-22Submitted by Dean Glazeski <dnglaze@gmail.com>:zwelch