Ensure Cortex-M reset wakes device from sleep (wfi/wfe)
[fw/openocd] / src / target / xscale.h
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-23 Spencer Olivercleanup: rename armv4_5 to arm for readability
2010-12-04 Mike Dunnxscale: trace buffer remains enabled until explicitly...
2010-06-23 Antonio Borneoerror number: review
2010-04-15 Mike Dunnxscale: fix analyze_trace for trace data collected...
2009-12-13 David Brownelltarget files shouldn't #include <target/...h>
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-12-05 David BrownellARM: misc generic cleanup
2009-12-05 David BrownellARM: rename armv4_5_state_* as arm_state_*
2009-12-03 Zachary T Welchchange #include "trace.h" to <target/trace.h>
2009-12-03 Zachary T Welchchange #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>
2009-12-03 Zachary T Welchchange #include "armv4_5.h" to <target/armv4_5.h>
2009-11-29 Marek VasutXScale: initial PXA3xx support
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchimage_t -> struct image
2009-11-13 Zachary T Welcharmv4_5_common_t -> struct arm
2009-11-13 Zachary T Welchxscale_trace_t -> struct xscale_trace
2009-11-13 Zachary T Welchxscale_trace_entry_t -> struct xscale_trace_entry
2009-11-13 Zachary T Welchxscale_reg_t -> struct xscale_reg
2009-11-13 Zachary T Welchxscale_common_t -> struct xscale_common
2009-11-13 Zachary T Welchxscale_trace_data_t -> struct xscale_trace_data
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welcharmv4_5_mmu_common_t -> struct armv4_5_mmu_common
2009-11-06 David BrownellARM: shrink offsets
2009-11-06 David BrownellXScale uses the new inheritance/nesting scheme
2009-11-06 David Brownelltarget: provide container_of()
2009-10-25 David Brownellxscale: always reload handler after reset
2009-10-16 David Brownellxscale: better fix for debug_handler.bin
2009-10-12 David Brownellsimplify XScale debug handler installation
2009-10-12 David Brownellmore xscale cleanup (mostly removing JTAG hooks)
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-02 oharboemore error handling and removed force breakpoints as...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-02-24 oharboe- added "xscale fast_memory_access" which speeds up...
2007-08-17 drath- renamed "xscale dump_trace_buffer" to "xscale dump_tr...
2007-06-28 drath- fixed endianness helper macros (thanks to obilix...
2007-03-28 drath- merged XScale branch back into trunk