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