summaryrefslogtreecommitdiff
path: root/src/target/xscale.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improve xscale command argument parsing.Zachary T Welch2009-11-051-2/+2
* Improve xscale command argument parsing.Zachary T Welch2009-11-051-12/+12
* target: remove unused interface fn that clutters codeØyvind Harboe2009-11-051-7/+0
* xscale: always reload handler after resetDavid Brownell2009-10-251-17/+11
* xscale: better fix for debug_handler.binDavid Brownell2009-10-161-2/+13
* xscale: stackframe corruption bugfixDavid Brownell2009-10-131-36/+18
* simplify XScale debug handler installationDavid Brownell2009-10-121-41/+38
* more xscale cleanup (mostly removing JTAG hooks)David Brownell2009-10-121-71/+58
* xscale_load_ic cleanupDavid Brownell2009-10-111-16/+16
* xscale.c cleanupDavid Brownell2009-10-111-186/+197
* xscale bugfix to handler loadingDavid Brownell2009-10-111-2/+2
* xscale minor cleanupDavid Brownell2009-10-111-43/+31
* - fix build warningsntfreak2009-08-251-2/+2
* Michael Schwingen <rincewind@discworld.dascon.de> The attached patch adds a "...oharboe2009-08-251-0/+63
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Refactor code, create target_state_name()duane2009-06-281-2/+2
* Remove whitespace that occurs before ')'.zwelch2009-06-231-3/+3
* Remove whitespace that occurs after '('.zwelch2009-06-231-3/+3
* - Fixes '[|]' whitespacezwelch2009-06-231-1/+1
* - Fixes '+' whitespacezwelch2009-06-231-12/+12
* - Fixes '=' whitespacezwelch2009-06-231-39/+39
* - Fixes '==' whitespacezwelch2009-06-231-3/+3
* - Fixes '>=' whitespacezwelch2009-06-231-2/+2
* - Fixes '!=' whitespacezwelch2009-06-231-33/+33
* - Replace 'for(' with 'for ('.zwelch2009-06-231-2/+2
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-9/+9
* C99 printf() -Werror fixesduane2009-06-211-22/+22
* fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe2009-06-191-2/+3
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-74/+74
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-58/+58
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-17/+17
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-8/+8