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