openocd: fix SPDX tag format for files .c
[fw/openocd] / src / target / xscale.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen...
2022-03-19 Marc Schinktarget: Rework 'set' variable of break-/watchpoints
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2020-11-15 Tomas Vanektarget, register: allow a register hidden from gdb...
2020-11-07 Marc Schinktarget/image: Use proper data types
2020-09-05 Antonio Borneotarget: avoid checking for non NULL pointer to free it
2020-07-26 Antonio Borneotarget: fix minor typos and duplicated words
2020-07-26 Antonio Borneotarget/xscale: fix memory leak of register cache
2020-05-09 Antonio Borneocoding style: add parenthesis around the argument of...
2020-03-12 Antonio Borneoarm: Use different enum for core_type and core_mode
2020-03-07 Tomas Vanekhelper/binarybuffer: fix clang static analyzer warnings
2020-01-16 Tomas Vanektarget/xscale: remove duplicated command
2019-06-12 Michael Schwingenfix XScale register access
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-05-14 Paul Fertsertarget/armv4_5_cache: change prototype of armv4_5_handl...
2019-05-14 Paul Fertsertarget/xscale: change prototype of xscale_display_instr...
2019-05-14 Paul Fertsertarget/xscale: change prototype of xscale_verify_pointer()
2019-04-07 Antonio BorneoSet empty usage field for commands that do not need...
2019-03-14 Marc Schinktarget/xscale: Use 'bool' data type
2019-01-08 Antonio Borneotarget/arm: add support for multi-architecture gdb
2018-01-25 Christopher HeadUse timeval helpers
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-12-08 Andreas Fritiofsonxscale: Move debug handler to contrib/loaders
2016-11-04 Tim NewsomeMake OpenOCD build using -Og.
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-05-05 Tomas Vanektarget: improve robustness of reset command
2016-02-29 Marc Schinkhelper/fileio: Remove nested struct
2016-02-29 Alexander KurzCleanup: removal of obsolete semicolons
2015-03-09 Paul Fertserarmv7m: add FPU registers support
2015-02-11 Andreas Fritiofsonxscale: Use the correct method to access registers
2014-10-06 Spencer Olivertarget: constify structures
2014-09-22 Andreas Fritiofsontarget: Remove "-variant" argument
2014-08-02 Andreas FritiofsonFix some problems with the bin2char utility
2014-03-29 Spencer Olivertarget: remove memory leaks
2014-01-20 Andreas FritiofsonRetire jtag_add_dr_out
2013-10-31 Paul FertserClean up many C99 integer types format specifiers
2013-09-08 Spencer Olivertarget: remove unimplemented target_request_data implem...
2013-09-08 Spencer Olivertarget: remove unimplemented soft_reset_halt implementa...
2013-07-01 Robert Jarzmiktarget: xscale make reset init work properly
2013-07-01 Robert Jarzmiktarget: xscale more human vector catching
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-04-28 Spencer Oliverarm: fix arm reg regression
2013-03-15 Andreas Fritiofsontarget: Add default implementation of bulk_write_memory
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-23 Spencer Olivercleanup: rename armv4_5 to arm for readability
2012-01-18 Spencer Olivercmd: add missing usage vars
2012-01-04 Mathias KChange return value on error.
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-12-20 Øyvind Harboejtag: stop using sharp corner of JTAG API
2011-11-07 Øyvind Harboexscale: cleanup
2011-10-18 Matt Reimerxscale: fix bug in xscale_receive()
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboetypes: write memory now uses const
2011-03-31 Øyvind Harboexscale: fix gaffe in phys write
2011-01-03 Øyvind Harboeerror handling: the error number is not part of the...
2010-12-04 Mike Dunnxscale: trace buffer remains enabled until explicitly...
2010-09-20 Øyvind Harboewarnings: fix alignment warnings
2010-09-20 Mike Dunnxscale: check that wp length does not exceed address
2010-09-20 Mike Dunnxscale: bp/wp: additional LOG_ERROR on failure
2010-09-13 Mike Dunnxscale: fix sw breakpoints for thumb; set bp immediately
2010-09-09 Mike Dunnxscale: mark xscale registers invalid on debug entry
2010-08-11 Øyvind Harboedebug: use assert's when approperiate
2010-07-19 Øyvind Harboearm: add error propagation for enable/disable mmu caches
2010-07-19 Øyvind Harboearm: add error propagation to generic get_ttb fn
2010-06-12 Antonio BorneoTARGET: removed unused parameters
2010-06-12 Antonio BorneoTARGET: removed unsed parameter
2010-06-12 Antonio BorneoTARGET: fix handling return code of MMU translation
2010-06-11 Øyvind Harboearm mmu: error propagation added for address translation
2010-04-24 Mike Dunnxscale: add support for length arg to wp command
2010-04-15 Mike Dunnxscale: fix analyze_trace for trace data collected...
2010-03-29 Mike Dunnxscale: fix trace buffer functionality when resuming...
2010-03-22 Mike Dunnfix software breakpoints on xscale
2010-03-20 Øyvind Harboejtag: move towards making out_value const
2010-03-19 Øyvind Harboejtag: retire jtag_get/set_end_state()
2010-03-19 Øyvind Harboejtag: get rid of unecessary jtag_get_end_state()
2010-03-19 Mike DunnFix underlying problem with xscale icache and dcache...
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-16 Bradey Honsingerimage loading: fix problem with offsets > 0x80000000
2010-03-12 Mike Dunnfix xscale icache and dcache commands
2010-03-08 Øyvind Harboejtag: jtag_add_ir_scan() now takes a single field
2010-03-08 Øyvind Harboejtag: retire tap field
2010-02-21 David BrownellARM: keep a handle to the PC
2010-01-07 David BrownellXScale: help/usage updates
2009-12-26 David BrownellARM: add comment re register exports
2009-12-18 David BrownellXScale: better {read,write}_phys()
2009-12-15 David BrownellXScale: use all-ones for BYPASS, not five-ones
2009-12-07 David BrownellARM: list number of HW breakpoints/watchpoints
2009-12-07 David BrownellARM: don't clone arm_arch_state() code
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-12-07 David BrownellARM: rename some generic routines
2009-12-07 David BrownellARM: move opcode macros to <target/arm_opcodes.h>
2009-12-05 David BrownellARM: rename armv4_5_build_reg_cache() as arm_*()
2009-12-05 David BrownellARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC
2009-12-05 David BrownellARM: switch target_to_armv4_5() to target_to_arm()
2009-12-05 David BrownellARM: rename armv4_5_state_* as arm_state_*
2009-12-05 David BrownellARM: rename armv4_5_mode_* AS arm_mode_*
2009-12-05 David BrownellARM: rename ARMV4_5_MODE_* as ARM_MODE_*
2009-12-05 David BrownellARM: rename ARMV4_5_STATE_* as ARM_STATE_*
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
next