| Commit message (Expand) | Author | Age | Files | Lines |
* | types: write memory now uses const | Øyvind Harboe | 2011-04-01 | 1 | -4/+4 |
* | xscale: fix gaffe in phys write | Øyvind Harboe | 2011-03-31 | 1 | -1/+1 |
* | error handling: the error number is not part of the user interface | Øyvind Harboe | 2011-01-03 | 1 | -2/+2 |
* | xscale: trace buffer remains enabled until explicitly disabled | Mike Dunn | 2010-12-04 | 1 | -51/+87 |
* | warnings: fix alignment warnings | Øyvind Harboe | 2010-09-20 | 1 | -1/+1 |
* | xscale: check that wp length does not exceed address | Mike Dunn | 2010-09-20 | 1 | -0/+7 |
* | xscale: bp/wp: additional LOG_ERROR on failure | Mike Dunn | 2010-09-20 | 1 | -6/+10 |
* | xscale: fix sw breakpoints for thumb; set bp immediately | Mike Dunn | 2010-09-13 | 1 | -4/+5 |
* | xscale: mark xscale registers invalid on debug entry | Mike Dunn | 2010-09-09 | 1 | -1/+6 |
* | debug: use assert's when approperiate | Øyvind Harboe | 2010-08-11 | 1 | -2/+1 |
* | arm: add error propagation for enable/disable mmu caches | Øyvind Harboe | 2010-07-19 | 1 | -12/+32 |
* | arm: add error propagation to generic get_ttb fn | Øyvind Harboe | 2010-07-19 | 1 | -3/+8 |
* | TARGET: removed unused parameters | Antonio Borneo | 2010-06-12 | 1 | -3/+1 |
* | TARGET: removed unsed parameter | Antonio Borneo | 2010-06-12 | 1 | -2/+2 |
* | TARGET: fix handling return code of MMU translation | Antonio Borneo | 2010-06-12 | 1 | -4/+0 |
* | arm mmu: error propagation added for address translation | Øyvind Harboe | 2010-06-11 | 1 | -1/+4 |
* | xscale: add support for length arg to wp command | Mike Dunn | 2010-04-24 | 1 | -8/+51 |
* | xscale: fix analyze_trace for trace data collected in wrap mode | Mike Dunn | 2010-04-15 | 1 | -214/+242 |
* | xscale: fix trace buffer functionality when resuming from a breakpoint | Mike Dunn | 2010-03-29 | 1 | -9/+16 |
* | fix software breakpoints on xscale | Mike Dunn | 2010-03-22 | 1 | -2/+12 |
* | jtag: move towards making out_value const | Øyvind Harboe | 2010-03-20 | 1 | -1/+1 |
* | jtag: retire jtag_get/set_end_state() | Øyvind Harboe | 2010-03-19 | 1 | -14/+0 |
* | jtag: get rid of unecessary jtag_get_end_state() | Øyvind Harboe | 2010-03-19 | 1 | -12/+21 |
* | Fix underlying problem with xscale icache and dcache commands | Mike Dunn | 2010-03-18 | 1 | -6/+11 |
* | jtag: cut down on usage of unintended modification of global end state | Øyvind Harboe | 2010-03-18 | 1 | -14/+14 |
* | image loading: fix problem with offsets > 0x80000000 | Bradey Honsinger | 2010-03-16 | 1 | -1/+1 |
* | fix xscale icache and dcache commands | Mike Dunn | 2010-03-11 | 1 | -3/+3 |
* | jtag: jtag_add_ir_scan() now takes a single field | Øyvind Harboe | 2010-03-08 | 1 | -1/+1 |
* | jtag: retire tap field | Øyvind Harboe | 2010-03-08 | 1 | -31/+11 |
* | ARM: keep a handle to the PC | David Brownell | 2010-02-21 | 1 | -27/+39 |
* | XScale: help/usage updates | David Brownell | 2010-01-07 | 1 | -36/+43 |
* | ARM: add comment re register exports | David Brownell | 2009-12-26 | 1 | -0/+1 |
* | XScale: better {read,write}_phys() | David Brownell | 2009-12-18 | 1 | -2/+14 |
* | XScale: use all-ones for BYPASS, not five-ones | David Brownell | 2009-12-15 | 1 | -1/+1 |
* | ARM: list number of HW breakpoints/watchpoints | David Brownell | 2009-12-07 | 1 | -0/+3 |
* | ARM: don't clone arm_arch_state() code | David Brownell | 2009-12-07 | 1 | -9/+2 |
* | ARM: use <target/arm.h> not armv4_5.h | David Brownell | 2009-12-07 | 1 | -0/+1 |
* | ARM: rename some generic routines | David Brownell | 2009-12-07 | 1 | -2/+2 |
* | ARM: move opcode macros to <target/arm_opcodes.h> | David Brownell | 2009-12-07 | 1 | -0/+1 |
* | ARM: rename armv4_5_build_reg_cache() as arm_*() | David Brownell | 2009-12-04 | 1 | -1/+1 |
* | ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC | David Brownell | 2009-12-04 | 1 | -1/+1 |
* | ARM: switch target_to_armv4_5() to target_to_arm() | David Brownell | 2009-12-04 | 1 | -3/+3 |
* | ARM: rename armv4_5_state_* as arm_state_* | David Brownell | 2009-12-04 | 1 | -1/+1 |
* | ARM: rename armv4_5_mode_* AS arm_mode_* | David Brownell | 2009-12-04 | 1 | -4/+4 |
* | ARM: rename ARMV4_5_MODE_* as ARM_MODE_* | David Brownell | 2009-12-04 | 1 | -5/+5 |
* | ARM: rename ARMV4_5_STATE_* as ARM_STATE_* | David Brownell | 2009-12-04 | 1 | -5/+5 |
* | change #include "time_support.h" to <helper/time_support.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | XScale: restore_context() cleanup | David Brownell | 2009-11-30 | 1 | -38/+30 |
* | XScale: context restore, cleanup/bugfix | David Brownell | 2009-11-30 | 1 | -15/+29 |
* | XScale: clean up full_context() (#2) | David Brownell | 2009-11-29 | 1 | -39/+30 |