aboutsummaryrefslogtreecommitdiff
path: root/src/target/xscale.c
AgeCommit message (Expand)Author
2012-01-04Change return value on error.Mathias K
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-12-20jtag: stop using sharp corner of JTAG APIØyvind Harboe
2011-11-07xscale: cleanupØyvind Harboe
2011-10-18xscale: fix bug in xscale_receive()Matt Reimer
2011-04-01types: write memory now uses constØyvind Harboe
2011-03-31xscale: fix gaffe in phys writeØyvind Harboe
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe
2010-12-04xscale: trace buffer remains enabled until explicitly disabledMike Dunn
2010-09-20warnings: fix alignment warningsØyvind Harboe
2010-09-20xscale: check that wp length does not exceed addressMike Dunn
2010-09-20xscale: bp/wp: additional LOG_ERROR on failureMike Dunn
2010-09-13xscale: fix sw breakpoints for thumb; set bp immediatelyMike Dunn
2010-09-09xscale: mark xscale registers invalid on debug entryMike Dunn
2010-08-11debug: use assert's when approperiateØyvind Harboe
2010-07-19arm: add error propagation for enable/disable mmu cachesØyvind Harboe
2010-07-19arm: add error propagation to generic get_ttb fnØyvind Harboe
2010-06-12TARGET: removed unused parametersAntonio Borneo
2010-06-12TARGET: removed unsed parameterAntonio Borneo
2010-06-12TARGET: fix handling return code of MMU translationAntonio Borneo
2010-06-11arm mmu: error propagation added for address translationØyvind Harboe
2010-04-24xscale: add support for length arg to wp commandMike Dunn
2010-04-15xscale: fix analyze_trace for trace data collected in wrap modeMike Dunn
2010-03-29xscale: fix trace buffer functionality when resuming from a breakpointMike Dunn
2010-03-22fix software breakpoints on xscaleMike Dunn
2010-03-20jtag: move towards making out_value constØyvind Harboe
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe
2010-03-19jtag: get rid of unecessary jtag_get_end_state()Øyvind Harboe
2010-03-18Fix underlying problem with xscale icache and dcache commandsMike Dunn
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe
2010-03-16image loading: fix problem with offsets > 0x80000000Bradey Honsinger
2010-03-11fix xscale icache and dcache commandsMike Dunn
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe
2010-03-08jtag: retire tap fieldØyvind Harboe
2010-02-21ARM: keep a handle to the PCDavid Brownell
2010-01-07XScale: help/usage updatesDavid Brownell
2009-12-26ARM: add comment re register exportsDavid Brownell
2009-12-18XScale: better {read,write}_phys()David Brownell
2009-12-15XScale: use all-ones for BYPASS, not five-onesDavid Brownell
2009-12-07ARM: list number of HW breakpoints/watchpointsDavid Brownell
2009-12-07ARM: don't clone arm_arch_state() codeDavid Brownell
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell
2009-12-07ARM: rename some generic routinesDavid Brownell
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell
2009-12-04ARM: rename armv4_5_build_reg_cache() as arm_*()David Brownell
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell
2009-12-04ARM: switch target_to_armv4_5() to target_to_arm()David Brownell
2009-12-04ARM: rename armv4_5_state_* as arm_state_*David Brownell
2009-12-04ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell