summaryrefslogtreecommitdiff
path: root/src/target/arm11.h
Commit message (Expand)AuthorAgeFilesLines
* ARM11: per-core options should not be globalDavid Brownell2010-02-211-0/+12
* target files shouldn't #include <target/...h>David Brownell2009-12-131-2/+2
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-071-1/+1
* ARM11: basic watchpoint supportDavid Brownell2009-12-041-1/+2
* ARM DPM: share debug reason logicDavid Brownell2009-12-031-12/+0
* ARM11: use shared DSCR bit namesDavid Brownell2009-12-031-22/+1
* change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch2009-12-031-1/+1
* change #include "arm_dpm.h" to <target/arm_dpm.h>Zachary T Welch2009-12-031-1/+1
* ARM11: don't expose DSCRDavid Brownell2009-12-021-14/+0
* ARM11: store a clean copy of DSCRDavid Brownell2009-12-021-2/+1
* ARM11: don't expose WDTRDavid Brownell2009-12-021-1/+4
* ARM11: don't expose RDTRDavid Brownell2009-12-021-1/+4
* ARM11: remove arm11->targetDavid Brownell2009-12-021-8/+1
* ARM11: remove old R0..R15/CPSR codeDavid Brownell2009-11-241-3/+2
* ARM11: remove register "history" debug stuffDavid Brownell2009-11-241-9/+0
* ARM11: implement provider for new DPM interfaceDavid Brownell2009-11-241-0/+4
* ARM11: remove unused state and exportsDavid Brownell2009-11-221-6/+0
* ARM11: macro cleanupDavid Brownell2009-11-221-16/+9
* ARM11: remove needless string format #ifdefferyDavid Brownell2009-11-221-10/+0
* ARM11: remove disabled register hooksDavid Brownell2009-11-221-5/+2
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-2/+0
* ARM11: fixup method tableDavid Brownell2009-11-151-2/+0
* ARM11: revert etmr/etmw commandsDavid Brownell2009-11-131-5/+0
* ARM11: switch to new "arm" base typeDavid Brownell2009-11-131-3/+9
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-2/+2
* reg_t -> struct regZachary T Welch2009-11-131-1/+1
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-1/+1
* arm11_reg_state_t -> struct arm11_reg_stateZachary T Welch2009-11-131-2/+2
* arm11_common_t -> struct arm11_commonZachary T Welch2009-11-131-4/+4
* arm11_register_history_t -> struct arm11_register_historyZachary T Welch2009-11-131-3/+3
* arm11: add etmr/etmw registers to access ETM via DBGTAP scan chainMichael Bruck2009-11-101-0/+5
* Add private header for ARM11 internals.Zachary T Welch2009-11-081-46/+0
* ARM11: remove exports and forward declsZachary T Welch2009-11-081-55/+0
* target: remove unused interface fn that clutters codeØyvind Harboe2009-11-051-1/+0
* More MinGW C99 printf complianceRedirect 'Slash' NIL2009-10-171-1/+2
* Delete commented out code. Add a bit of error checking.Øyvind Harboe2009-10-131-4/+0
* ARM11 error checkingØyvind Harboe2009-10-091-4/+4
* added arm11 timeout error messagesoharboe2009-08-281-2/+2
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-29/+29
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-11/+11
* unbreak arm11. TAP_INVALID is used to communicate inband that a special state...oharboe2009-06-041-1/+1
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-1/+1
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-1/+1
* Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene...oharboe2009-05-181-3/+4
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-4/+0
* Michael Bruck <mbruck@digenius.de> ARM11 C99 updatesoharboe2009-05-091-2/+2
* comments and debug codeoharboe2009-04-291-0/+3
* Michael Bruck <mbruck@digenius.de> macros for error handlingoharboe2009-04-281-0/+10
* more error handlingoharboe2009-04-271-8/+8