aboutsummaryrefslogtreecommitdiff
path: root/src/target/xscale.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch1-1/+1
2009-11-30XScale: restore_context() cleanupDavid Brownell1-38/+30
2009-11-30XScale: context restore, cleanup/bugfixDavid Brownell1-15/+29
2009-11-29XScale: clean up full_context() (#2)David Brownell1-39/+30
2009-11-29XScale: clean up full_context() (#1)David Brownell1-17/+32
2009-11-29XScale: debug entry uses new register mappingDavid Brownell1-9/+10
2009-11-29XScale: initial PXA3xx supportMarek Vasut1-11/+32
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell1-12/+0
2009-11-26XScale: add stub {read,write}_phys routinesDavid Brownell1-0/+20
2009-11-25use ARRAY_SIZE macroZachary T Welch1-2/+2
2009-11-24remove target_type register_command callbackZachary T Welch1-9/+4
2009-11-24xscale: use register_commands()Zachary T Welch1-23/+107
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-14/+14
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell1-10/+10
2009-11-22ARM: arm_set_cpsr() handles T and J bitsDavid Brownell1-6/+0
2009-11-22ARM: define two register utilitiesDavid Brownell1-4/+1
2009-11-22ARM: simplify CPSR handlingDavid Brownell1-10/+16
2009-11-20ARM: pass 'struct reg *' to register r/w routinesDavid Brownell1-5/+6
2009-11-19target: create/use register_cache_invalidate()David Brownell1-4/+3
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch1-38/+23
2009-11-17ARM: add is_arm_mode()David Brownell1-4/+1
2009-11-17ARM: add arm_mode_name()David Brownell1-2/+3
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-46/+46
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-25/+25
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-19/+19
2009-11-17target: simplify register get/set opsDavid Brownell1-7/+6
2009-11-17target: remove some more duplicate includesDavid Brownell1-1/+1
2009-11-16XScale: fewere exit() callsDavid Brownell1-4/+4
2009-11-16fileio: improve API typesZachary T Welch1-1/+1
2009-11-16target: no implicit #includes of "register.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-0/+1
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell1-2/+3
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell1-2/+0
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-4/+4
2009-11-13target_t -> struct targetZachary T Welch1-72/+72
2009-11-13reg_t -> struct regZachary T Welch1-12/+12
2009-11-13target_type_t -> struct target_typeZachary T Welch1-1/+1
2009-11-13image_t -> struct imageZachary T Welch1-1/+1
2009-11-13armv4_5_common_t -> struct armZachary T Welch1-1/+1
2009-11-13breakpoint_t -> struct breakpointZachary T Welch1-11/+11
2009-11-13xscale_trace_entry_t -> struct xscale_trace_entryZachary T Welch1-1/+1
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch1-3/+3
2009-11-13xscale_reg_t -> struct xscale_regZachary T Welch1-6/+6
2009-11-13xscale_common_t -> struct xscale_commonZachary T Welch1-52/+52
2009-11-13xscale_trace_data_t -> struct xscale_trace_dataZachary T Welch1-6/+6
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-2/+2
2009-11-13watchpoint_t -> struct watchpointZachary T Welch1-6/+6
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-8/+8
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-2/+2