| Commit message (Expand) | Author | Age | Files | Lines |
* | target: no implicit #includes of "register.h" | David Brownell | 2009-11-16 | 1 | -1/+0 |
* | target: less implicit inclusion of "command.h" | David Brownell | 2009-11-16 | 1 | -1/+0 |
* | ARM: memory utils aren't ARM7/ARM9 dependent | David Brownell | 2009-11-15 | 1 | -3/+6 |
* | 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 | -11/+11 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | armv4_5_common_t -> struct arm | Zachary T Welch | 2009-11-13 | 1 | -5/+5 |
* | etm_context_t -> struct etm_context | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | reg_cache_t -> struct reg_cache | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | armv4_5_core_reg_t -> struct armv4_5_core_reg | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | armv4_5_algorithm_t -> struct armv4_5_algorithm | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | reg_param_t -> struct reg_param | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | mem_param_t -> struct mem_param | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | ETM: remove old mid-level ETM handle | David Brownell | 2009-11-11 | 1 | -0/+1 |
* | ARM: start generalized base type | David Brownell | 2009-11-11 | 1 | -5/+31 |
* | src/target: remove 'extern' and wrap headers | Zachary T Welch | 2009-11-09 | 1 | -7/+13 |
* | target: provide container_of() | David Brownell | 2009-11-05 | 1 | -0/+6 |
* | mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman... | Øyvind Harboe | 2009-10-23 | 1 | -0/+18 |
* | portability updates | David Brownell | 2009-10-14 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net> | oharboe | 2009-09-09 | 1 | -0/+1 |
* | more debug output for translation of arm mode number to enum | oharboe | 2009-07-06 | 1 | -1/+1 |
* | a bit more debug output for translation of invalid mode numbers | oharboe | 2009-07-06 | 1 | -1/+1 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -4/+4 |
* | Transform 'u32' to 'uint32_t' in src/target/arm* | zwelch | 2009-06-18 | 1 | -2/+2 |
* | David Brownell <david-b@pacbell.net> whitespace fixes. | oharboe | 2009-05-10 | 1 | -16/+16 |
* | Remove redundant declarations to allow building with -Wredundant-decls. | zwelch | 2009-04-29 | 1 | -1/+0 |
* | Zach Welch <zw@superlucidity.net> use ARM4_5_MODE_ANY instead of -1 | oharboe | 2009-04-19 | 1 | -1/+1 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -1/+0 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -0/+3 |
* | fix mode output when illegal arm mode is detected. Now prints illegal mode fo... | oharboe | 2008-05-19 | 1 | -1/+1 |
* | This matters for embedded devices, but is probably not observably better for ... | oharboe | 2008-05-07 | 1 | -2/+39 |
* | - fixed target->type->poll() return value | oharboe | 2008-02-24 | 1 | -1/+1 |
* | - split fileio handling into fileio part and image handling | drath | 2007-05-29 | 1 | -4/+4 |
* | - merged XScale branch back into trunk | drath | 2007-03-28 | 1 | -0/+10 |
* | - add missing parentheses around macro parameters (thanks to Matthias Bauch f... | drath | 2007-02-03 | 1 | -23/+23 |
* | - added debug output for D/I FSR and FAR (arm920t) | drath | 2006-09-04 | 1 | -1/+12 |
* | - endianess fixes everywhere but in the flash code. flashing might still be b... | drath | 2006-08-31 | 1 | -0/+21 |
* | - prepare OpenOCD for branching, created ./trunk/ | drath | 2006-06-02 | 1 | -0/+237 |