| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | arm926ejs: fix warnings | Øyvind Harboe | 2009-11-22 | 1 | -2/+2 |
* | ARM: use arm_reg_current() | David Brownell | 2009-11-22 | 3 | -61/+74 |
* | ARM11: remove needless string format #ifdeffery | David Brownell | 2009-11-22 | 3 | -21/+22 |
* | target: make register flags "bool" | David Brownell | 2009-11-22 | 1 | -2/+2 |
* | ARM: remove 'armv4_5_common_s' migration #define | David Brownell | 2009-11-22 | 12 | -56/+53 |
* | target: reduce stack usage | Øyvind Harboe | 2009-11-22 | 1 | -6/+20 |
* | embedded: do not allocate large temporary structures on stack | Øyvind Harboe | 2009-11-22 | 1 | -6/+61 |
* | embedded: save stack | Øyvind Harboe | 2009-11-22 | 1 | -9/+15 |
* | ARM: arm_set_cpsr() handles T and J bits | David Brownell | 2009-11-22 | 7 | -79/+52 |
* | ARM: define two register utilities | David Brownell | 2009-11-22 | 8 | -48/+122 |
* | ARM: simplify CPSR handling | David Brownell | 2009-11-22 | 11 | -87/+103 |
* | ARM11: remove disabled register hooks | David Brownell | 2009-11-22 | 2 | -93/+3 |
* | ARM: pass 'struct reg *' to register r/w routines | David Brownell | 2009-11-20 | 8 | -73/+83 |
* | ARM7/ARM9: remove old "debug commands" | David Brownell | 2009-11-20 | 1 | -130/+0 |
* | Cortex-A8: better context restore | David Brownell | 2009-11-19 | 1 | -13/+67 |
* | Cortex-A8: mode support | David Brownell | 2009-11-19 | 1 | -30/+116 |
* | target: create/use register_cache_invalidate() | David Brownell | 2009-11-19 | 14 | -77/+47 |
* | ARM: remove per-register malloc | David Brownell | 2009-11-19 | 2 | -1/+2 |
* | ARM: streamline register init | David Brownell | 2009-11-19 | 1 | -74/+88 |
* | Cortex-A8: parts of examine() run just once | David Brownell | 2009-11-19 | 1 | -4/+15 |
* | ARMv7-A: use standard ARM core states | David Brownell | 2009-11-19 | 5 | -31/+43 |
* | ARMv7-A: use standard ARM core_mode symbols | David Brownell | 2009-11-19 | 2 | -16/+3 |
* | remove fast command and jim_global_long | Zachary T Welch | 2009-11-18 | 1 | -2/+2 |
* | add handle_command_parse_bool command helper | Zachary T Welch | 2009-11-18 | 1 | -45/+10 |
* | use COMMAND_PARSE_ENABLE macro where appropriate | Zachary T Welch | 2009-11-18 | 3 | -96/+31 |
* | use COMMAND_PARSE_ON_OFF where appropriate | Zachary T Welch | 2009-11-18 | 2 | -26/+10 |
* | ARM: rework "arm reg" output for new mode | David Brownell | 2009-11-18 | 1 | -35/+113 |
* | Cortex-A8: xPSR handling updates | David Brownell | 2009-11-18 | 1 | -17/+20 |
* | ARM: add a default full_context() method | David Brownell | 2009-11-18 | 2 | -12/+27 |
* | ARM: simplify ARMv7-A register handling | David Brownell | 2009-11-18 | 3 | -188/+50 |
* | ARM: setup "secure monitor mode" shadow regs | David Brownell | 2009-11-18 | 2 | -21/+53 |
* | ARM: add "core_type" field to "struct arm" | David Brownell | 2009-11-18 | 4 | -5/+31 |
* | split startup.tcl file across modules | Zachary T Welch | 2009-11-18 | 2 | -1/+168 |
* | fix regression in md/mw commands | Zachary T Welch | 2009-11-18 | 1 | -4/+2 |
* | jtag-api: get rid of unecessary buf_set_u23() that make code obtuse. | Øyvind Harboe | 2009-11-18 | 1 | -11/+10 |
* | ARM: add is_arm_mode() | David Brownell | 2009-11-17 | 6 | -40/+39 |
* | ARM: add arm_mode_name() | David Brownell | 2009-11-17 | 9 | -30/+75 |
* | ARM: only use one set of dummy FPA registers | David Brownell | 2009-11-17 | 8 | -106/+39 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 20 | -364/+367 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 20 | -189/+189 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 19 | -120/+120 |
* | target: simplify register get/set ops | David Brownell | 2009-11-17 | 13 | -127/+60 |
* | ARM9TDMI: remove now-needless "struct arm9tdmi" | David Brownell | 2009-11-17 | 9 | -72/+45 |
* | ARM7TDMI: remove now-needless "struct arm7tdmi" | David Brownell | 2009-11-17 | 4 | -29/+21 |
* | target: remove some more duplicate includes | David Brownell | 2009-11-17 | 4 | -4/+1 |
* | ARMv7-A: no exit() calls | David Brownell | 2009-11-16 | 2 | -4/+3 |
* | Cortex-A8: no exit() calls, add missing v7-A init | David Brownell | 2009-11-16 | 1 | -31/+16 |
* | XScale: fewere exit() calls | David Brownell | 2009-11-16 | 1 | -4/+4 |
* | MIPS: no exit() calls | David Brownell | 2009-11-16 | 2 | -7/+5 |
* | ARMv7-M: no exit() calls | David Brownell | 2009-11-16 | 1 | -4/+4 |