aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a.c
AgeCommit message (Expand)Author
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