| Commit message (Expand) | Author | Age | Files | Lines |
* | #include "target.h" less wildly | David Brownell | 2009-11-16 | 1 | -1/+0 |
* | target: less implicit inclusion of "command.h" | David Brownell | 2009-11-16 | 1 | -1/+0 |
* | target: remove unused "bitfield" infrastructure | David Brownell | 2009-11-13 | 1 | -21/+10 |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -8/+8 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm_instruction_t -> struct arm_instruction | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | bitfield_desc_t -> struct bitfield_desc | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | armv7a_core_reg_t -> struct armv7a_core_reg | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | armv7a_common_t -> struct armv7a_common | Zachary T Welch | 2009-11-13 | 1 | -7/+7 |
* | swjdp_common_t -> struct swjdp_common | Zachary T Welch | 2009-11-13 | 1 | -5/+5 |
* | arm_adi,armv7[am]: use COMMAND_HELPER for helpers | Zachary T Welch | 2009-11-13 | 1 | -4/+4 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -13/+6 |
* | Cortex-A8: use the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -18/+10 |
* | Improve armv7a command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -5/+12 |
* | Cleanup: nuke trailling whitespaces | Yauheni Kaliuta | 2009-10-13 | 1 | -3/+3 |
* | ARMv7A: Report fault status registers when in Abort state | mlu | 2009-10-01 | 1 | -0/+23 |
* | Updated mode string list. | mlu | 2009-09-15 | 1 | -2/+2 |
* | Report correct core instruction state for ARMv/A targets | mlu | 2009-09-08 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net> | oharboe | 2009-09-08 | 1 | -0/+86 |
* | - fix build warnings | ntfreak | 2009-08-25 | 1 | -1/+1 |
* | David Brownell Subset of Cortex-A8 support from Magnus: create an armv7a file | oharboe | 2009-08-25 | 1 | -0/+301 |