Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | arm11_sc7_action_t -> struct arm11_sc7_action | Zachary T Welch | 2009-11-13 | 3 | -10/+10 | |
* | arm11_reg_state_t -> struct arm11_reg_state | Zachary T Welch | 2009-11-13 | 2 | -9/+9 | |
* | arm11_common_t -> struct arm11_common | Zachary T Welch | 2009-11-13 | 4 | -80/+80 | |
* | arm11_reg_defs_t -> struct arm11_reg_defs | Zachary T Welch | 2009-11-13 | 1 | -6/+6 | |
* | reg_param_t -> struct reg_param | Zachary T Welch | 2009-11-13 | 14 | -26/+26 | |
* | mem_param_t -> struct mem_param | Zachary T Welch | 2009-11-13 | 14 | -21/+21 | |
* | arm920t_common_t -> struct arm920t_common | Zachary T Welch | 2009-11-13 | 3 | -24/+24 | |
* | arm11_register_history_t -> struct arm11_register_history | Zachary T Welch | 2009-11-13 | 1 | -3/+3 | |
* | scan_field_t -> struct scan_field | Zachary T Welch | 2009-11-13 | 18 | -67/+67 | |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 33 | -58/+58 | |
* | fileio_t -> struct fileio | Zachary T Welch | 2009-11-13 | 5 | -11/+11 | |
* | remove accidental artifact | Zachary T Welch | 2009-11-13 | 1 | -0/+0 | |
* | command_handler_t: make argc unsigned | Zachary T Welch | 2009-11-13 | 1 | -3/+3 | |
* | add CMD_NAME macro for command handlers | Zachary T Welch | 2009-11-13 | 7 | -16/+16 | |
* | use CALL_COMMAND_HANDLER instead of direct calls | Zachary T Welch | 2009-11-13 | 3 | -9/+10 | |
* | s3c24xx: use COMMAND_HANDLER with command helper | Zachary T Welch | 2009-11-13 | 1 | -0/+0 | |
* | arm_adi,armv7[am]: use COMMAND_HELPER for helpers | Zachary T Welch | 2009-11-13 | 4 | -23/+18 | |
* | use COMMAND_HELPER for command helper functions | Zachary T Welch | 2009-11-13 | 3 | -12/+9 | |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 20 | -158/+93 | |
* | Cortex-A8: fix indent | David Brownell | 2009-11-13 | 1 | -28/+28 | |
* | ETM: start support for ETMv2+ | David Brownell | 2009-11-12 | 2 | -23/+129 | |
* | ETM: remove old mid-level ETM handle | David Brownell | 2009-11-11 | 7 | -11/+8 | |
* | ETM: use new toplevel ETM handle | David Brownell | 2009-11-11 | 1 | -58/+50 | |
* | ETM: update port drivers | David Brownell | 2009-11-11 | 3 | -42/+41 | |
* | ETM: update arm[79]tdmi_examine() | David Brownell | 2009-11-11 | 2 | -8/+10 | |
* | ARM: start generalized base type | David Brownell | 2009-11-11 | 2 | -19/+34 | |
* | remove more useless declarations | Zachary T Welch | 2009-11-11 | 1 | -13/+12 | |
* | cortex_a8: remove declarations, use static keyword | Zachary T Welch | 2009-11-11 | 2 | -112/+82 | |
* | add const keyword to some APIs | Zachary T Welch | 2009-11-11 | 5 | -7/+9 | |
* | change argv to args in command handlers | Zachary T Welch | 2009-11-11 | 1 | -5/+5 | |
* | makefiles: improve build order | Zachary T Welch | 2009-11-11 | 1 | -51/+76 | |
* | ETM cleanup | David Brownell | 2009-11-11 | 4 | -131/+120 | |
* | fix bug in ARM720: bugfix | Zachary T Welch | 2009-11-10 | 1 | -1/+1 | |
* | ARM720: bugfix | David Brownell | 2009-11-10 | 1 | -1/+2 | |
* | target: MMU-aware init for memory read/write | David Brownell | 2009-11-10 | 1 | -23/+42 | |
* | arm11: add etmr/etmw registers to access ETM via DBGTAP scan chain | Michael Bruck | 2009-11-10 | 3 | -0/+142 | |
* | ARM11: remove old mrc/mcr commands | Øyvind Harboe | 2009-11-10 | 1 | -102/+0 | |
* | Target: minor cleanup | David Brownell | 2009-11-10 | 2 | -13/+21 | |
* | ARM920: implement basic MMU ops | David Brownell | 2009-11-10 | 1 | -0/+22 | |
* | ARM720: implement basic MMU ops | David Brownell | 2009-11-10 | 1 | -0/+22 | |
* | Target: fix bad error messages | David Brownell | 2009-11-10 | 1 | -7/+10 | |
* | svf,xsvf,arm7_9_common: trim forard declarations | Zachary T Welch | 2009-11-09 | 1 | -35/+38 | |
* | target.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 1 | -103/+127 | |
* | Revert "target: add target->type->has_mmu fn" | David Brownell | 2009-11-09 | 3 | -48/+5 | |
* | finish removing deprecated/obsolete commands | David Brownell | 2009-11-09 | 3 | -6/+4 | |
* | src/target: remove 'extern' and wrap headers | Zachary T Welch | 2009-11-09 | 26 | -190/+296 | |
* | target.h: remove extern keyword and wrap | Zachary T Welch | 2009-11-09 | 1 | -53/+72 | |
* | EmbeddedICE: minor cleanups | David Brownell | 2009-11-09 | 1 | -52/+101 | |
* | Overhaul time support API | Zachary T Welch | 2009-11-09 | 1 | -53/+30 | |
* | Add private header for ARM11 internals. | Zachary T Welch | 2009-11-08 | 4 | -50/+74 |