aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11.h
AgeCommit message (Expand)Author
2016-05-24Make #include guard naming consistentMarc Schink
2016-05-24Remove FSF address from GPL noticesMarc Schink
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/target directorySpencer Oliver
2010-02-21ARM11: per-core options should not be globalDavid Brownell
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-04ARM11: basic watchpoint supportDavid Brownell
2009-12-03ARM DPM: share debug reason logicDavid Brownell
2009-12-03ARM11: use shared DSCR bit namesDavid Brownell
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch
2009-12-03change #include "arm_dpm.h" to <target/arm_dpm.h>Zachary T Welch
2009-12-02ARM11: don't expose DSCRDavid Brownell
2009-12-02ARM11: store a clean copy of DSCRDavid Brownell
2009-12-02ARM11: don't expose WDTRDavid Brownell
2009-12-02ARM11: don't expose RDTRDavid Brownell
2009-12-02ARM11: remove arm11->targetDavid Brownell
2009-11-24ARM11: remove old R0..R15/CPSR codeDavid Brownell
2009-11-24ARM11: remove register "history" debug stuffDavid Brownell
2009-11-24ARM11: implement provider for new DPM interfaceDavid Brownell
2009-11-22ARM11: remove unused state and exportsDavid Brownell
2009-11-22ARM11: macro cleanupDavid Brownell
2009-11-22ARM11: remove needless string format #ifdefferyDavid Brownell
2009-11-22ARM11: remove disabled register hooksDavid Brownell
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-15ARM11: fixup method tableDavid Brownell
2009-11-13ARM11: revert etmr/etmw commandsDavid Brownell
2009-11-13ARM11: switch to new "arm" base typeDavid Brownell
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13arm11_reg_state_t -> struct arm11_reg_stateZachary T Welch
2009-11-13arm11_common_t -> struct arm11_commonZachary T Welch
2009-11-13arm11_register_history_t -> struct arm11_register_historyZachary T Welch
2009-11-10arm11: add etmr/etmw registers to access ETM via DBGTAP scan chainMichael Bruck
2009-11-08Add private header for ARM11 internals.Zachary T Welch
2009-11-08ARM11: remove exports and forward declsZachary T Welch
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe
2009-10-17More MinGW C99 printf complianceRedirect 'Slash' NIL
2009-10-13Delete commented out code. Add a bit of error checking.Øyvind Harboe
2009-10-09ARM11 error checkingØyvind Harboe
2009-08-28added arm11 timeout error messagesoharboe
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-04unbreak arm11. TAP_INVALID is used to communicate inband that a special state...oharboe
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe
2009-05-18Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene...oharboe
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch