summaryrefslogtreecommitdiff
path: root/src/target/arm926ejs.h
Commit message (Expand)AuthorAgeFilesLines
* types: write memory now uses constØyvind Harboe2011-04-011-1/+1
* target files shouldn't #include <target/...h>David Brownell2009-12-131-2/+2
* change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>Zachary T Welch2009-12-031-1/+1
* change #include "arm9tdmi.h" to <target/arm9tdmi.h>Zachary T Welch2009-12-031-1/+1
* remove target_type register_command callbackZachary T Welch2009-11-241-1/+2
* ARM9TDMI: remove now-needless "struct arm9tdmi"David Brownell2009-11-171-2/+2
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-7/+7
* armv4_5_mmu_common_t -> struct armv4_5_mmu_commonZachary T Welch2009-11-131-1/+1
* arm9tdmi_common_t -> struct arm9tdmi_commonZachary T Welch2009-11-131-1/+1
* arm926ejs_common_t -> struct arm926ejs_commonZachary T Welch2009-11-131-5/+5
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-5/+7
* ARM: shrink offsetsDavid Brownell2009-11-051-1/+1
* target: provide container_of()David Brownell2009-11-051-0/+8
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-3/+3
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-8/+8
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-1/+1
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-5/+0
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-1/+1
* - remove target specific variant and use target->variant memberntfreak2008-12-131-1/+1
* jtag newtap change & huge manual updateduane2008-11-301-1/+1
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-1/+1
* - fixed target->type->poll() return valueoharboe2008-02-241-1/+1
* - fix for feroceon CP15 register access (thanks to Niolas Pitre for this patch)drath2008-02-231-0/+2
* - add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch)vpalatin2008-02-211-0/+6
* - Added support for ARM926EJ-S based coresdrath2007-01-251-0/+44