]> git.sur5r.net Git - openocd/history - src/target/armv4_5.c
tcl/target/stm32f0x: Allow overriding the Flash bank size
[openocd] / src / target / armv4_5.c
2018-07-18 Liviu IonescuAvoid null target->semihosting references.
2018-06-04 Liviu IonescuRework/update ARM semihosting
2018-04-10 Tomas Vanektarget, flash: prepare infrastructure for multi-block...
2018-03-10 Omair JavaidSupport for Arm VFP v3 registers read/write
2017-10-22 Andreas Fritiofsonarm: semihosting: set command line arguments
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-12-08 Steven Stallionsemihosting: support fileio operation
2016-10-30 Andreas Färberflash/nor: Add erased_value to drivers and pass it...
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-05-22 Andreas Färberarmv4_5: Integrate build of checksum code
2016-05-22 Andreas Färberarmv4_5: Integrate build of erase check code
2016-05-22 Andreas Färberarmv4_5: Improve arm_checksum_memory() error handling
2016-05-22 Andreas Färberarmv4_5: Improve arm_blank_check_memory() error handling
2016-02-29 Linus Walleijarmv4_5: support weirdo ARMv6 secure monitor mode
2015-03-09 Paul Fertserarmv7m: add FPU registers support
2015-01-30 Andreas Fritiofsonarmv4_5: Continue the change from uint32_t to uint8_t...
2014-01-23 Luca BRUNOAdd GDB remote target description support for ARM4
2013-08-07 Hsiangkai Wanggdb_server: support gdb target description
2013-07-01 Paul Fertserarmv4_5: prevent segfault when gdb connects to an under...
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-02-02 Spencer Oliverarmv7m: use generic arm::core_mode
2012-11-06 Karl KurbjunARM v4/v5 target files: mrc and mcr help information...
2012-05-14 Spencer Oliverbuild: use generic name for arm_algorithm vars
2012-05-14 Spencer Oliverbuild: add missing erase_check loader src
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-12 Spencer Olivertarget: fix missing semihosting return path
2012-01-04 Mathias KChange return value on error.
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-11-01 Øyvind Harboetarget: fix null pointer exception
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2010-10-28 Spencer Oliversrc: add loader src description
2010-08-11 Øyvind Harboearm: add missing error reporting
2010-07-20 Spencer Oliverarmv4_5: add algorithms instruction breakpoint support
2010-05-05 Øyvind Harboecommand context: fix errors when running certain comman...
2010-04-10 Antonio BorneoARMV4_5: review scope of data
2010-02-28 Spencer Oliverarmv4_5: remove core_type check in mcr/mrc cmd
2010-02-28 Spencer Oliversemihosting: move semihosting cmd to arm cmd group
2010-02-28 Spencer OliverARMv7M: add arm cmd group
2010-02-21 David BrownellARM: keep a handle to the PC
2010-02-21 David BrownellARMv7-M: start using "struct arm"
2010-01-08 David Brownellmisc ARM help/usage updates
2009-12-07 David Brownelltarget: add debug_reason_name()
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-12-07 David BrownellARM: rename some generic routines
2009-12-05 David BrownellARM: rename armv4_5_build_reg_cache() as arm_*()
2009-12-05 David BrownellARM: rename armv4_5_algorithm as arm_algorithm
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-05 David BrownellARM: remove semihosting globals
2009-12-03 Zachary T Welchchange #include "binarybuffer.h" to <helper/binarybuffer.h>
2009-12-02 David BrownellARM: label SP and LR correctly
2009-12-01 David Brownelltarget: "mcr" and "mrc" are ARM-specific
2009-11-26 David BrownellARM: minor armv4/armv5 cleanup
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-25 Zachary T Welcharmv4_5: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-24 David BrownellARM: new DPM interface
2009-11-22 David BrownellARM: remove 'armv4_5_common_s' migration #define
2009-11-22 David BrownellARM: arm_set_cpsr() handles T and J bits
2009-11-22 David BrownellARM: define two register utilities
2009-11-22 David BrownellARM: simplify CPSR handling
2009-11-21 David BrownellARM: pass 'struct reg *' to register r/w routines
2009-11-20 David Brownelltarget: create/use register_cache_invalidate()
2009-11-19 David BrownellARM: remove per-register malloc
2009-11-19 David BrownellARM: streamline register init
2009-11-19 David BrownellARMv7-A: use standard ARM core states
2009-11-18 David BrownellARM: rework "arm reg" output for new mode
2009-11-18 David BrownellARM: add a default full_context() method
2009-11-18 David BrownellARM: setup "secure monitor mode" shadow regs
2009-11-18 David BrownellARM: add "core_type" field to "struct arm"
2009-11-18 David BrownellARM: add is_arm_mode()
2009-11-18 David BrownellARM: add arm_mode_name()
2009-11-18 David BrownellARM: only use one set of dummy FPA registers
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-17 David Brownelltarget: simplify register get/set ops
2009-11-17 David BrownellARMv4/ARMv5: no exit() calls
2009-11-17 David BrownellARM11: register (most) standard ARM commands
2009-11-17 David BrownellARM: "armv4_5" command prefix becomes "arm"
2009-11-16 David BrownellARM: standard disassembler uses Thumb2 entry
2009-11-16 David BrownellARM: move mode functions out of header
2009-11-16 David Brownelltarget: less implicit inclusion of "etm.h"
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-16 David Brownelltarget: don't implicitly include "algorithm.h"
2009-11-16 David Brownelltarget: don't implicitly include "breakpoint.h"
2009-11-15 David BrownellARM: memory utils aren't ARM7/ARM9 dependent
2009-11-14 David Brownelltarget: remove unused "bitfield" infrastructure
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchreg_t -> struct reg
2009-11-13 Zachary T Welcharmv4_5_common_t -> struct arm
next