| Commit message (Expand) | Author | Age | Files | Lines |
* | arm mmu: error propagation added for address translation | Øyvind Harboe | 2010-06-11 | 1 | -1/+4 |
* | jtag: retire jtag_get/set_end_state() | Øyvind Harboe | 2010-03-19 | 1 | -1/+0 |
* | jtag: retire one instance of jtag_get_end_state() usage | Øyvind Harboe | 2010-03-18 | 1 | -2/+2 |
* | jtag: cut down on usage of unintended modification of global end state | Øyvind Harboe | 2010-03-18 | 1 | -3/+3 |
* | jtag: retire tap field | Øyvind Harboe | 2010-03-08 | 1 | -4/+2 |
* | ARM: keep a handle to the PC | David Brownell | 2010-02-21 | 1 | -3/+3 |
* | arm720t: virt2phys callback added | Øyvind Harboe | 2010-02-12 | 1 | -4/+14 |
* | arm7/9: enable check that DCC downloads have been enabled | Øyvind Harboe | 2010-01-13 | 1 | -0/+1 |
* | ARM720: help/usage updates | David Brownell | 2010-01-07 | 1 | -2/+4 |
* | 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: remove mrc_opcode(), use MRC() or MCR() | David Brownell | 2009-12-07 | 1 | -4/+16 |
* | 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/+13 |
* | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 1 | -7/+4 |
* | arm720t: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -15/+23 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 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 | -7/+7 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -2/+2 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -3/+3 |
* | ARM7TDMI: remove now-needless "struct arm7tdmi" | David Brownell | 2009-11-17 | 1 | -10/+9 |
* | 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 | -2/+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 | -3/+3 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -21/+21 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | 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 |
* | arm7tdmi_common_t -> struct arm7tdmi_common | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm7_9_common_t -> struct arm7_9_common | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm720t_common_t -> struct arm720t_common | Zachary T Welch | 2009-11-13 | 1 | -12/+12 |
* | scan_field_t -> struct scan_field | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | 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 | -2/+1 |
* | fix bug in ARM720: bugfix | Zachary T Welch | 2009-11-10 | 1 | -1/+1 |
* | ARM720: bugfix | David Brownell | 2009-11-10 | 1 | -1/+2 |
* | ARM720: implement basic MMU ops | David Brownell | 2009-11-10 | 1 | -0/+22 |
* | ARM720 uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -80/+30 |
* | ARM720: remove exports and forward decls | David Brownell | 2009-11-05 | 1 | -119/+95 |
* | Improve arm720t command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -2/+5 |