aboutsummaryrefslogtreecommitdiff
path: root/src/target/xscale.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe1-2/+2
2010-12-04xscale: trace buffer remains enabled until explicitly disabledMike Dunn1-51/+87
2010-09-20warnings: fix alignment warningsØyvind Harboe1-1/+1
2010-09-20xscale: check that wp length does not exceed addressMike Dunn1-0/+7
2010-09-20xscale: bp/wp: additional LOG_ERROR on failureMike Dunn1-6/+10
2010-09-13xscale: fix sw breakpoints for thumb; set bp immediatelyMike Dunn1-4/+5
2010-09-09xscale: mark xscale registers invalid on debug entryMike Dunn1-1/+6
2010-08-11debug: use assert's when approperiateØyvind Harboe1-2/+1
2010-07-19arm: add error propagation for enable/disable mmu cachesØyvind Harboe1-12/+32
2010-07-19arm: add error propagation to generic get_ttb fnØyvind Harboe1-3/+8
2010-06-12TARGET: removed unused parametersAntonio Borneo1-3/+1
2010-06-12TARGET: removed unsed parameterAntonio Borneo1-2/+2
2010-06-12TARGET: fix handling return code of MMU translationAntonio Borneo1-4/+0
2010-06-11arm mmu: error propagation added for address translationØyvind Harboe1-1/+4
2010-04-24xscale: add support for length arg to wp commandMike Dunn1-8/+51
2010-04-15xscale: fix analyze_trace for trace data collected in wrap modeMike Dunn1-214/+242
2010-03-29xscale: fix trace buffer functionality when resuming from a breakpointMike Dunn1-9/+16
2010-03-22fix software breakpoints on xscaleMike Dunn1-2/+12
2010-03-20jtag: move towards making out_value constØyvind Harboe1-1/+1
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe1-14/+0
2010-03-19jtag: get rid of unecessary jtag_get_end_state()Øyvind Harboe1-12/+21
2010-03-18Fix underlying problem with xscale icache and dcache commandsMike Dunn1-6/+11
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe1-14/+14
2010-03-16image loading: fix problem with offsets > 0x80000000Bradey Honsinger1-1/+1
2010-03-11fix xscale icache and dcache commandsMike Dunn1-3/+3
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-1/+1
2010-03-08jtag: retire tap fieldØyvind Harboe1-31/+11
2010-02-21ARM: keep a handle to the PCDavid Brownell1-27/+39
2010-01-07XScale: help/usage updatesDavid Brownell1-36/+43
2009-12-26ARM: add comment re register exportsDavid Brownell1-0/+1
2009-12-18XScale: better {read,write}_phys()David Brownell1-2/+14
2009-12-15XScale: use all-ones for BYPASS, not five-onesDavid Brownell1-1/+1
2009-12-07ARM: list number of HW breakpoints/watchpointsDavid Brownell1-0/+3
2009-12-07ARM: don't clone arm_arch_state() codeDavid Brownell1-9/+2
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell1-0/+1
2009-12-07ARM: rename some generic routinesDavid Brownell1-2/+2
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell1-0/+1
2009-12-04ARM: rename armv4_5_build_reg_cache() as arm_*()David Brownell1-1/+1
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell1-1/+1
2009-12-04ARM: switch target_to_armv4_5() to target_to_arm()David Brownell1-3/+3
2009-12-04ARM: rename armv4_5_state_* as arm_state_*David Brownell1-1/+1
2009-12-04ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell1-4/+4
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell1-5/+5
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell1-5/+5
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch1-1/+1
2009-11-30XScale: restore_context() cleanupDavid Brownell1-38/+30
2009-11-30XScale: context restore, cleanup/bugfixDavid Brownell1-15/+29
2009-11-29XScale: clean up full_context() (#2)David Brownell1-39/+30
2009-11-29XScale: clean up full_context() (#1)David Brownell1-17/+32
2009-11-29XScale: debug entry uses new register mappingDavid Brownell1-9/+10