aboutsummaryrefslogtreecommitdiff
path: root/src/target/xscale.c
AgeCommit message (Expand)Author
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
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch
2009-11-30XScale: restore_context() cleanupDavid Brownell
2009-11-30XScale: context restore, cleanup/bugfixDavid Brownell
2009-11-29XScale: clean up full_context() (#2)David Brownell
2009-11-29XScale: clean up full_context() (#1)David Brownell
2009-11-29XScale: debug entry uses new register mappingDavid Brownell
2009-11-29XScale: initial PXA3xx supportMarek Vasut
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell
2009-11-26XScale: add stub {read,write}_phys routinesDavid Brownell
2009-11-25use ARRAY_SIZE macroZachary T Welch
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-24xscale: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell
2009-11-22ARM: arm_set_cpsr() handles T and J bitsDavid Brownell
2009-11-22ARM: define two register utilitiesDavid Brownell
2009-11-22ARM: simplify CPSR handlingDavid Brownell
2009-11-20ARM: pass 'struct reg *' to register r/w routinesDavid Brownell
2009-11-19target: create/use register_cache_invalidate()David Brownell
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch
2009-11-17ARM: add is_arm_mode()David Brownell
2009-11-17ARM: add arm_mode_name()David Brownell
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-17target: simplify register get/set opsDavid Brownell
2009-11-17target: remove some more duplicate includesDavid Brownell
2009-11-16XScale: fewere exit() callsDavid Brownell
2009-11-16fileio: improve API typesZachary T Welch
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch
2009-11-13target_type_t -> struct target_typeZachary T Welch
2009-11-13image_t -> struct imageZachary T Welch
2009-11-13armv4_5_common_t -> struct armZachary T Welch
2009-11-13breakpoint_t -> struct breakpointZachary T Welch
2009-11-13xscale_trace_entry_t -> struct xscale_trace_entryZachary T Welch