| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: keep a handle to the PC | David Brownell | 2010-02-21 | 1 | -3/+3 |
* | arm7/9: enable check that DCC downloads have been enabled | Øyvind Harboe | 2010-01-13 | 1 | -0/+1 |
* | misc ARM help/usage updates | David Brownell | 2010-01-07 | 1 | -1/+1 |
* | ARM: don't clone arm_arch_state() code | David Brownell | 2009-12-07 | 1 | -8/+2 |
* | ARM: rename some generic routines | David Brownell | 2009-12-07 | 1 | -1/+1 |
* | ARM: move opcode macros to <target/arm_opcodes.h> | David Brownell | 2009-12-07 | 1 | -0/+1 |
* | ARM: rename armv4_5_state_* as arm_state_* | David Brownell | 2009-12-04 | 1 | -1/+1 |
* | change #include "time_support.h" to <helper/time_support.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | target: "mcr" and "mrc" are ARM-specific | David Brownell | 2009-12-01 | 1 | -2/+3 |
* | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 1 | -9/+5 |
* | arm926ejs: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -14/+22 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -2/+2 |
* | arm926ejs: retire cp15 commands, handled by mrc/mcr. | Øyvind Harboe | 2009-11-23 | 1 | -66/+0 |
* | arm926ejs: fix warnings | Øyvind Harboe | 2009-11-22 | 1 | -2/+2 |
* | ARM: remove 'armv4_5_common_s' migration #define | David Brownell | 2009-11-22 | 1 | -2/+2 |
* | ARM: arm_set_cpsr() handles T and J bits | David Brownell | 2009-11-22 | 1 | -1/+0 |
* | ARM: define two register utilities | David Brownell | 2009-11-22 | 1 | -5/+7 |
* | ARM: simplify CPSR handling | David Brownell | 2009-11-22 | 1 | -4/+4 |
* | ARM: add arm_mode_name() | David Brownell | 2009-11-17 | 1 | -1/+1 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -11/+11 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -5/+5 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -2/+2 |
* | ARM9TDMI: remove now-needless "struct arm9tdmi" | David Brownell | 2009-11-17 | 1 | -6/+4 |
* | target: no implicit #includes of "register.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | ARM: memory utils aren't ARM7/ARM9 dependent | David Brownell | 2009-11-15 | 1 | -2/+3 |
* | ARM7/ARM9: use shared examine() method | David Brownell | 2009-11-13 | 1 | -1/+1 |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -21/+21 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | target_type_t -> struct target_type | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm_jtag_t -> struct arm_jtag | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | arm9tdmi_common_t -> struct arm9tdmi_common | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm926ejs_common_t -> struct arm926ejs_common | Zachary T Welch | 2009-11-13 | 1 | -17/+17 |
* | arm7_9_common_t -> struct arm7_9_common | Zachary T Welch | 2009-11-13 | 1 | -5/+5 |
* | scan_field_t -> struct scan_field | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | add CMD_NAME macro for command handlers | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -5/+2 |
* | ARM926 uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -125/+46 |
* | ARM926: more cleanup | David Brownell | 2009-11-05 | 1 | -37/+22 |
* | Improve arm926ejs command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -5/+6 |
* | target: remove unused interface fn that clutters code | Øyvind Harboe | 2009-11-05 | 1 | -6/+0 |
* | ARM926: fix arm926ejs_mmu() reading from bad pointer | David Brownell | 2009-10-30 | 1 | -1/+3 |
* | ARM926: remove exports and forward decls | David Brownell | 2009-10-28 | 1 | -122/+127 |
* | check if mmu is enabled before using mmu code path | Øyvind Harboe | 2009-10-25 | 1 | -1/+1 |
* | mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman... | Øyvind Harboe | 2009-10-23 | 1 | -2/+26 |
* | retire obsolete mXY_phys commands. Handled by generic memory read/modify comm... | Øyvind Harboe | 2009-10-21 | 1 | -62/+0 |
* | add support for target_read/write_phys_memory callbacks. | Øyvind Harboe | 2009-10-21 | 1 | -2/+27 |
* | Retire obsolete and superfluous implementations of virt2phys in each target. ... | Øyvind Harboe | 2009-10-21 | 1 | -28/+0 |