aboutsummaryrefslogtreecommitdiff
path: root/src/target/xscale.h
AgeCommit message (Expand)Author
2016-05-24Make #include guard naming consistentMarc Schink
2016-05-24Remove FSF address from GPL noticesMarc Schink
2013-07-01target: xscale more human vector catchingRobert Jarzmik
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/target directorySpencer Oliver
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver
2010-12-04xscale: trace buffer remains enabled until explicitly disabledMike Dunn
2010-06-23error number: reviewAntonio Borneo
2010-04-15xscale: fix analyze_trace for trace data collected in wrap modeMike Dunn
2009-12-13target files shouldn't #include <target/...h>David Brownell
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell
2009-12-04ARM: misc generic cleanupDavid Brownell
2009-12-04ARM: rename armv4_5_state_* as arm_state_*David Brownell
2009-12-03change #include "trace.h" to <target/trace.h>Zachary T Welch
2009-12-03change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>Zachary T Welch
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch
2009-11-29XScale: initial PXA3xx supportMarek Vasut
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13image_t -> struct imageZachary T Welch
2009-11-13armv4_5_common_t -> struct armZachary T Welch
2009-11-13xscale_trace_t -> struct xscale_traceZachary T Welch
2009-11-13xscale_trace_entry_t -> struct xscale_trace_entryZachary T Welch
2009-11-13xscale_reg_t -> struct xscale_regZachary T Welch
2009-11-13xscale_common_t -> struct xscale_commonZachary T Welch
2009-11-13xscale_trace_data_t -> struct xscale_trace_dataZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13armv4_5_mmu_common_t -> struct armv4_5_mmu_commonZachary T Welch
2009-11-05ARM: shrink offsetsDavid Brownell
2009-11-05XScale uses the new inheritance/nesting schemeDavid Brownell
2009-11-05target: provide container_of()David Brownell
2009-10-25xscale: always reload handler after resetDavid Brownell
2009-10-16xscale: better fix for debug_handler.binDavid Brownell
2009-10-12simplify XScale debug handler installationDavid Brownell
2009-10-12more xscale cleanup (mostly removing JTAG hooks)David Brownell
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch
2008-11-30jtag newtap change & huge manual updateduane
2008-11-02more error handling and removed force breakpoints as that is handled by a mor...oharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-02-24- added "xscale fast_memory_access" which speeds up memoryoharboe
2007-08-17- renamed "xscale dump_trace_buffer" to "xscale dump_trace" and added code fo...drath
2007-06-28- fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath
2007-03-28- merged XScale branch back into trunkdrath