aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a.c
AgeCommit message (Expand)Author
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
2009-11-13armv7a_core_reg_t -> struct armv7a_core_regZachary T Welch
2009-11-13armv7a_common_t -> struct armv7a_commonZachary T Welch
2009-11-13swjdp_common_t -> struct swjdp_commonZachary T Welch
2009-11-13arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-05Cortex-A8: use the new inheritance/nesting schemeDavid Brownell
2009-11-05Improve armv7a command argument parsing.Zachary T Welch
2009-10-13Cleanup: nuke trailling whitespacesYauheni Kaliuta
2009-10-01ARMv7A: Report fault status registers when in Abort statemlu
2009-09-15Updated mode string list.mlu
2009-09-08Report correct core instruction state for ARMv/A targetsmlu
2009-09-08David Brownell <david-b@pacbell.net> oharboe
2009-08-25- fix build warningsntfreak
2009-08-25David Brownell Subset of Cortex-A8 support from Magnus: create an armv7a fileoharboe