summaryrefslogtreecommitdiff
path: root/src/target/xscale.h
Commit message (Expand)AuthorAgeFilesLines
* xscale: trace buffer remains enabled until explicitly disabledMike Dunn2010-12-041-3/+10
* error number: reviewAntonio Borneo2010-06-231-1/+1
* xscale: fix analyze_trace for trace data collected in wrap modeMike Dunn2010-04-151-2/+1
* target files shouldn't #include <target/...h>David Brownell2009-12-131-3/+3
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-071-1/+1
* ARM: misc generic cleanupDavid Brownell2009-12-041-1/+1
* ARM: rename armv4_5_state_* as arm_state_*David Brownell2009-12-041-1/+1
* change #include "trace.h" to <target/trace.h>Zachary T Welch2009-12-031-1/+1
* change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>Zachary T Welch2009-12-031-1/+1
* change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch2009-12-031-1/+1
* XScale: initial PXA3xx supportMarek Vasut2009-11-291-0/+7
* target_t -> struct targetZachary T Welch2009-11-131-2/+2
* image_t -> struct imageZachary T Welch2009-11-131-1/+1
* armv4_5_common_t -> struct armZachary T Welch2009-11-131-1/+1
* xscale_trace_t -> struct xscale_traceZachary T Welch2009-11-131-3/+3
* xscale_trace_entry_t -> struct xscale_trace_entryZachary T Welch2009-11-131-3/+3
* xscale_reg_t -> struct xscale_regZachary T Welch2009-11-131-2/+2
* xscale_common_t -> struct xscale_commonZachary T Welch2009-11-131-4/+4
* xscale_trace_data_t -> struct xscale_trace_dataZachary T Welch2009-11-131-4/+4
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-1/+1
* armv4_5_mmu_common_t -> struct armv4_5_mmu_commonZachary T Welch2009-11-131-1/+1
* ARM: shrink offsetsDavid Brownell2009-11-051-3/+3
* XScale uses the new inheritance/nesting schemeDavid Brownell2009-11-051-3/+0
* target: provide container_of()David Brownell2009-11-051-0/+7
* xscale: always reload handler after resetDavid Brownell2009-10-251-2/+0
* xscale: better fix for debug_handler.binDavid Brownell2009-10-161-6/+0
* simplify XScale debug handler installationDavid Brownell2009-10-121-0/+6
* more xscale cleanup (mostly removing JTAG hooks)David Brownell2009-10-121-17/+7
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-14/+14
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-16/+16
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-4/+4
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-4/+1
* jtag newtap change & huge manual updateduane2008-11-301-1/+1
* more error handling and removed force breakpoints as that is handled by a mor...oharboe2008-11-021-1/+0
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+1
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* - added "xscale fast_memory_access" which speeds up memoryoharboe2008-02-241-0/+2
* - renamed "xscale dump_trace_buffer" to "xscale dump_trace" and added code fo...drath2007-08-171-2/+2
* - fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath2007-06-281-3/+40
* - merged XScale branch back into trunkdrath2007-03-281-0/+145