12 Commits (a7f320e919125abe4ee05a7f3d0b61c341333c9f)

Author SHA1 Message Date
  Spencer Oliver e1c40cb1c1 target: disable armv6m unaligned memory access 12 years ago
  Spencer Oliver 374127301e build: cleanup src/target directory 12 years ago
  Spencer Oliver 3a550e5b5f cleanup: rename armv4_5 to arm for readability 12 years ago
  Øyvind Harboe a943ec1ca9 target: make it absolutely clear that no null pointers are accepted 12 years ago
  Antonio Borneo 0f3bbcf096 ARMV4_5: review scope of data 14 years ago
  David Brownell d33a81c549 ADIv5 share DAP command support 14 years ago
  Spencer Oliver 9d6ede25dd semihosting: move semihosting cmd to arm cmd group 14 years ago
  David Brownell 1aac72d243 ARM: keep a handle to the PC 14 years ago
  David Brownell ce1feaa732 ARMv7-M: start using "struct arm" 14 years ago
  David Brownell 6f929dbd93 target files shouldn't #include <target/...h> 14 years ago
  David Brownell e7acbdf5db target: move 'extern' decls to *.h files 14 years ago
  David Brownell 0a1b7dcfc4 ARM: use <target/arm.h> not armv4_5.h 14 years ago
  David Brownell 0529c14bfe ARM: rename some generic routines 14 years ago
  David Brownell a4a2808c2a ARM: move opcode macros to <target/arm_opcodes.h> 14 years ago
  David Brownell 7b0314c377 ARM: remove mrc_opcode(), use MRC() or MCR() 14 years ago
  David Brownell af1d7590ed ARM: doc updates for main header 14 years ago
  David Brownell 3edcff8b8e ARM: rename armv4_5_build_reg_cache() as arm_*() 14 years ago
  David Brownell c2cc677056 ARM: rename armv4_5_algorithm as arm_algorithm 14 years ago
  David Brownell 340e2eb762 ARM: misc generic cleanup 14 years ago
  David Brownell e51b9a4ac7 ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC 14 years ago
  David Brownell 87589043fa ARM: switch target_to_armv4_5() to target_to_arm() 14 years ago
  David Brownell 56e0171420 ARM: rename armv4_5_state_* as arm_state_* 14 years ago
  David Brownell d4d16f1036 ARM: rename armv4_5_mode_* AS arm_mode_* 14 years ago
  David Brownell 0073e7a69e ARM: rename ARMV4_5_MODE_* as ARM_MODE_* 14 years ago
  David Brownell 31e3ea7c19 ARM: rename ARMV4_5_STATE_* as ARM_STATE_* 14 years ago
  David Brownell bdde9460b9 ARM: remove semihosting globals 14 years ago
  Zachary T Welch c6dd6a576d change #include "target.h" to <target/target.h> 14 years ago
  Zachary T Welch 264d24495d change #include "command.h" to <helper/command.h> 14 years ago
  David Brownell 177bbd8891 target: "mcr" and "mrc" are ARM-specific 14 years ago
  Zachary T Welch 66ee303456 remove target_type register_command callback 14 years ago
  David Brownell e6dc927e97 ARM: new DPM interface 14 years ago
  David Brownell ab5ac33fd4 ARM: remove 'armv4_5_common_s' migration #define 14 years ago
  David Brownell ff810723e0 ARM: define two register utilities 14 years ago
  David Brownell 5706fd7860 ARM: simplify CPSR handling 14 years ago
  David Brownell 69c7519562 ARM: pass 'struct reg *' to register r/w routines 14 years ago
  David Brownell 71cde5e359 target: create/use register_cache_invalidate() 14 years ago
  David Brownell 8f446fcf67 ARM: remove per-register malloc 14 years ago
  David Brownell 195ce5eb27 ARMv7-A: use standard ARM core states 14 years ago
  David Brownell 8a6d4ced4c ARM: setup "secure monitor mode" shadow regs 14 years ago
  David Brownell bbebfd9e13 ARM: add "core_type" field to "struct arm" 14 years ago
  David Brownell 181d401d59 ARM: add is_arm_mode() 14 years ago
  David Brownell ec93209f51 ARM: add arm_mode_name() 14 years ago
  David Brownell d6c8945662 ARM: only use one set of dummy FPA registers 14 years ago
  David Brownell bf97237401 target: don't include "log.h" from "armv4_5.h" 14 years ago
  David Brownell 2fb58116a5 ARM: move mode functions out of header 14 years ago
  David Brownell 9a98e83b49 target: less implicit inclusion of "etm.h" 14 years ago
  David Brownell 8193f17c3a target: no implicit #includes of "register.h" 14 years ago
  David Brownell 1186f7efa7 target: less implicit inclusion of "command.h" 14 years ago
  David Brownell 269040bbad ARM: memory utils aren't ARM7/ARM9 dependent 14 years ago
  Zachary T Welch 98723c4ecd command_context_t -> struct command_context 14 years ago