aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm926ejs.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-14target: consolidate existing target/algo common_magicTomas Vanek1-2/+3
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-20target/arm: rename CamelCase symbolsAntonio Borneo1-2/+2
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-1/+1
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-10-15arm7_9: Avoid infinite loops in bulk write dispatchingAndreas Fritiofson1-2/+0
2013-09-13[RFC] target: Move bulk_write_memory to arm7_9Andreas Fritiofson1-0/+2
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-9/+8
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver1-1/+1
2011-04-01types: write memory now uses constØyvind Harboe1-1/+1
2009-12-13target files shouldn't #include <target/...h>David Brownell1-2/+2
2009-12-03change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>Zachary T Welch1-1/+1
2009-12-03change #include "arm9tdmi.h" to <target/arm9tdmi.h>Zachary T Welch1-1/+1
2009-11-24remove target_type register_command callbackZachary T Welch1-1/+2
2009-11-17ARM9TDMI: remove now-needless "struct arm9tdmi"David Brownell1-2/+2
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-7/+7
2009-11-13armv4_5_mmu_common_t -> struct armv4_5_mmu_commonZachary T Welch1-1/+1
2009-11-13arm9tdmi_common_t -> struct arm9tdmi_commonZachary T Welch1-1/+1
2009-11-13arm926ejs_common_t -> struct arm926ejs_commonZachary T Welch1-5/+5
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-5/+7
2009-11-05ARM: shrink offsetsDavid Brownell1-1/+1
2009-11-05target: provide container_of()David Brownell1-0/+8
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-3/+3
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-8/+8
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-5/+0
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-1/+1
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+1
2008-11-30jtag newtap change & huge manual updateduane1-1/+1
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe1-1/+1
2008-02-24- fixed target->type->poll() return valueoharboe1-1/+1
2008-02-23- fix for feroceon CP15 register access (thanks to Niolas Pitre for this patch)drath1-0/+2
2008-02-21- add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch)vpalatin1-0/+6
2007-01-25- Added support for ARM926EJ-S based coresdrath1-0/+44