summaryrefslogtreecommitdiff
path: root/src/target/xscale.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* command_context_t -> struct command_contextZachary T Welch2009-11-131-4/+4
* target_t -> struct targetZachary T Welch2009-11-131-72/+72
* reg_t -> struct regZachary T Welch2009-11-131-12/+12
* target_type_t -> struct target_typeZachary T Welch2009-11-131-1/+1
* image_t -> struct imageZachary T Welch2009-11-131-1/+1
* armv4_5_common_t -> struct armZachary T Welch2009-11-131-1/+1
* breakpoint_t -> struct breakpointZachary T Welch2009-11-131-11/+11
* xscale_trace_entry_t -> struct xscale_trace_entryZachary T Welch2009-11-131-1/+1
* arm_instruction_t -> struct arm_instructionZachary T Welch2009-11-131-3/+3
* xscale_reg_t -> struct xscale_regZachary T Welch2009-11-131-6/+6
* xscale_common_t -> struct xscale_commonZachary T Welch2009-11-131-52/+52
* xscale_trace_data_t -> struct xscale_trace_dataZachary T Welch2009-11-131-6/+6
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-2/+2
* watchpoint_t -> struct watchpointZachary T Welch2009-11-131-6/+6
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-8/+8
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-2/+2
* fileio_t -> struct fileioZachary T Welch2009-11-131-1/+1
* add CMD_NAME macro for command handlersZachary T Welch2009-11-131-7/+7
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-30/+12
* XScale uses the new inheritance/nesting schemeDavid Brownell2009-11-051-187/+118