aboutsummaryrefslogtreecommitdiff
path: root/src/target/xscale.h
AgeCommit message (Expand)AuthorFilesLines
2009-12-03change #include "trace.h" to <target/trace.h>Zachary T Welch1-1/+1
2009-12-03change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>Zachary T Welch1-1/+1
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch1-1/+1
2009-11-29XScale: initial PXA3xx supportMarek Vasut1-0/+7
2009-11-13target_t -> struct targetZachary T Welch1-2/+2
2009-11-13image_t -> struct imageZachary T Welch1-1/+1
2009-11-13armv4_5_common_t -> struct armZachary T Welch1-1/+1
2009-11-13xscale_trace_t -> struct xscale_traceZachary T Welch1-3/+3
2009-11-13xscale_trace_entry_t -> struct xscale_trace_entryZachary T Welch1-3/+3
2009-11-13xscale_reg_t -> struct xscale_regZachary T Welch1-2/+2
2009-11-13xscale_common_t -> struct xscale_commonZachary T Welch1-4/+4
2009-11-13xscale_trace_data_t -> struct xscale_trace_dataZachary T Welch1-4/+4
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-1/+1
2009-11-13armv4_5_mmu_common_t -> struct armv4_5_mmu_commonZachary T Welch1-1/+1
2009-11-05ARM: shrink offsetsDavid Brownell1-3/+3
2009-11-05XScale uses the new inheritance/nesting schemeDavid Brownell1-3/+0
2009-11-05target: provide container_of()David Brownell1-0/+7
2009-10-25xscale: always reload handler after resetDavid Brownell1-2/+0
2009-10-16xscale: better fix for debug_handler.binDavid Brownell1-6/+0
2009-10-12simplify XScale debug handler installationDavid Brownell1-0/+6
2009-10-12more xscale cleanup (mostly removing JTAG hooks)David Brownell1-17/+7
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-14/+14
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-16/+16
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-4/+4
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-4/+1
2008-11-30jtag newtap change & huge manual updateduane1-1/+1
2008-11-02more error handling and removed force breakpoints as that is handled by a mor...oharboe1-1/+0
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+1
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-02-24- added "xscale fast_memory_access" which speeds up memoryoharboe1-0/+2
2007-08-17- renamed "xscale dump_trace_buffer" to "xscale dump_trace" and added code fo...drath1-2/+2
2007-06-28- fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath1-3/+40
2007-03-28- merged XScale branch back into trunkdrath1-0/+145