aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell1-1/+1
2009-11-22ARM: simplify CPSR handlingDavid Brownell1-2/+1
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell1-6/+1
2009-11-19ARMv7-A: use standard ARM core_mode symbolsDavid Brownell1-1/+1
2009-11-18ARM: simplify ARMv7-A register handlingDavid Brownell1-103/+5
2009-11-17ARM: add arm_mode_name()David Brownell1-11/+1
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell1-15/+0
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-6/+6
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-1/+1
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-1/+1
2009-11-17target: simplify register get/set opsDavid Brownell1-1/+0
2009-11-16ARMv7-A: no exit() callsDavid Brownell1-3/+3
2009-11-16ARMv7A: use standard disassemblerDavid Brownell1-83/+0
2009-11-16#include "target.h" less wildlyDavid Brownell1-1/+0
2009-11-16target: less implicit inclusion of "command.h"David Brownell1-1/+0
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell1-21/+10
2009-11-13command_t -> struct commandZachary T Welch1-2/+2
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-8/+8
2009-11-13reg_t -> struct regZachary T Welch1-1/+1
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch1-1/+1
2009-11-13bitfield_desc_t -> struct bitfield_descZachary T Welch1-1/+1
2009-11-13armv7a_core_reg_t -> struct armv7a_core_regZachary T Welch1-1/+1
2009-11-13armv7a_common_t -> struct armv7a_commonZachary T Welch1-7/+7
2009-11-13swjdp_common_t -> struct swjdp_commonZachary T Welch1-5/+5
2009-11-13arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch1-4/+4
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-13/+6
2009-11-05Cortex-A8: use the new inheritance/nesting schemeDavid Brownell1-18/+10
2009-11-05Improve armv7a command argument parsing.Zachary T Welch1-5/+12
2009-10-13Cleanup: nuke trailling whitespacesYauheni Kaliuta1-3/+3
2009-10-01ARMv7A: Report fault status registers when in Abort statemlu1-0/+23
2009-09-15Updated mode string list.mlu1-2/+2
2009-09-08Report correct core instruction state for ARMv/A targetsmlu1-1/+1
2009-09-08David Brownell <david-b@pacbell.net> oharboe1-0/+86
2009-08-25- fix build warningsntfreak1-1/+1
2009-08-25David Brownell Subset of Cortex-A8 support from Magnus: create an armv7a fileoharboe1-0/+301