summaryrefslogtreecommitdiff
path: root/src/target/xscale.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM: simplify CPSR handlingDavid Brownell2009-11-221-10/+16
* ARM: pass 'struct reg *' to register r/w routinesDavid Brownell2009-11-201-5/+6
* target: create/use register_cache_invalidate()David Brownell2009-11-191-4/+3
* use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch2009-11-181-38/+23
* ARM: add is_arm_mode()David Brownell2009-11-171-4/+1
* ARM: add arm_mode_name()David Brownell2009-11-171-2/+3
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-46/+46
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-25/+25
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-19/+19
* target: simplify register get/set opsDavid Brownell2009-11-171-7/+6
* target: remove some more duplicate includesDavid Brownell2009-11-171-1/+1
* XScale: fewere exit() callsDavid Brownell2009-11-161-4/+4
* fileio: improve API typesZachary T Welch2009-11-161-1/+1
* target: no implicit #includes of "register.h"David Brownell2009-11-161-0/+1
* target: don't implicitly include "breakpoint.h"David Brownell2009-11-161-0/+1
* ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell2009-11-151-2/+3
* target: remove unused "bitfield" infrastructureDavid Brownell2009-11-131-2/+0
* command_t -> struct commandZachary T Welch2009-11-131-1/+1