summaryrefslogtreecommitdiff
path: root/src/target/xscale.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* XScale: clean up full_context() (#1)David Brownell2009-11-291-17/+32
* XScale: debug entry uses new register mappingDavid Brownell2009-11-291-9/+10
* XScale: initial PXA3xx supportMarek Vasut2009-11-291-11/+32
* target: uplevel add_{break,watch}point() error checksDavid Brownell2009-11-281-12/+0
* XScale: add stub {read,write}_phys routinesDavid Brownell2009-11-261-0/+20
* use ARRAY_SIZE macroZachary T Welch2009-11-251-2/+2
* remove target_type register_command callbackZachary T Welch2009-11-241-9/+4
* xscale: use register_commands()Zachary T Welch2009-11-241-23/+107
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-14/+14
* ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell2009-11-221-10/+10
* ARM: arm_set_cpsr() handles T and J bitsDavid Brownell2009-11-221-6/+0
* ARM: define two register utilitiesDavid Brownell2009-11-221-4/+1