aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_simulator.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-05-21build: add helper/types.h to config.hSpencer Oliver1-2/+0
2012-02-06build: cleanup src/target directorySpencer Oliver1-2/+2
2010-04-10ARM_SIMULATOR: review scope of functionsAntonio Borneo1-4/+0
2009-12-04ARM: rename armv4_5_state_* as arm_state_*David Brownell1-2/+2
2009-12-04ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell1-1/+1
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-3/+3
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-4/+3
2009-08-27refactor arm simulator to allow arm11 code to use it as well - no observable ...oharboe1-1/+18
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-2/+2
2007-06-28- fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath1-1/+1
2007-03-28- merged XScale branch back into trunkdrath1-0/+31