aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a.c
AgeCommit message (Expand)Author
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser
2013-06-05update files to correct FSF addressSpencer Oliver
2013-03-15arch: Added ARMv7R and Cortex-R4 supportEvan Hunter
2013-03-06target: use common target_name to access target::cmd_name memberSpencer Oliver
2012-08-24build: fix clang warningsMartin Nowak
2012-02-06build: cleanup src/target directorySpencer Oliver
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver
2012-01-18cmd: add missing usage varsSpencer Oliver
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-10-25armv7a: fix scan-build warningsAndreas Fritiofson
2011-10-25armv7a: make local functions staticAndreas Fritiofson
2011-10-19Unused variablesFreddie Chopin
2011-09-30armv7a ,cortex a : add L1, L2 cache support, va to pa supportMichel Jaouen
2010-03-05ADIv5 share DAP command supportDavid Brownell
2010-03-04rename "swjdp_common" as "adiv5_dap"David Brownell
2010-01-07ARMv7: help/usage updatesDavid Brownell
2009-12-07ARM: rename some generic routinesDavid Brownell
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell
2009-12-03ARMv7-A: tweak arch_state()David Brownell
2009-12-03change #include "replacements.h" to <helper/replacements.h>Zachary T Welch
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch
2009-12-02ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell
2009-12-01ARMv7-A: stop using CP15 opsDavid Brownell
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-24armv7a: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell
2009-11-22ARM: simplify CPSR handlingDavid Brownell
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell
2009-11-19ARMv7-A: use standard ARM core_mode symbolsDavid Brownell
2009-11-18ARM: simplify ARMv7-A register handlingDavid Brownell
2009-11-17ARM: add arm_mode_name()David Brownell
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-17target: simplify register get/set opsDavid Brownell
2009-11-16ARMv7-A: no exit() callsDavid Brownell
2009-11-16ARMv7A: use standard disassemblerDavid Brownell
2009-11-16#include "target.h" less wildlyDavid Brownell
2009-11-16target: less implicit inclusion of "command.h"David Brownell
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch
2009-11-13bitfield_desc_t -> struct bitfield_descZachary T Welch