aboutsummaryrefslogtreecommitdiff
path: root/src/target/xscale.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-05Improve xscale command argument parsing.Zachary T Welch1-2/+2
2009-11-05Improve xscale command argument parsing.Zachary T Welch1-12/+12
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe1-7/+0
2009-10-25xscale: always reload handler after resetDavid Brownell1-17/+11
2009-10-16xscale: better fix for debug_handler.binDavid Brownell1-2/+13
2009-10-13xscale: stackframe corruption bugfixDavid Brownell1-36/+18
2009-10-12simplify XScale debug handler installationDavid Brownell1-41/+38
2009-10-12more xscale cleanup (mostly removing JTAG hooks)David Brownell1-71/+58
2009-10-11xscale_load_ic cleanupDavid Brownell1-16/+16
2009-10-11xscale.c cleanupDavid Brownell1-186/+197
2009-10-11xscale bugfix to handler loadingDavid Brownell1-2/+2
2009-10-11xscale minor cleanupDavid Brownell1-43/+31
2009-08-25- fix build warningsntfreak1-2/+2
2009-08-25Michael Schwingen <rincewind@discworld.dascon.de> The attached patch adds a "...oharboe1-0/+63
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-28Refactor code, create target_state_name()duane1-2/+2
2009-06-23Remove whitespace that occurs before ')'.zwelch1-3/+3
2009-06-23Remove whitespace that occurs after '('.zwelch1-3/+3
2009-06-23- Fixes '[|]' whitespacezwelch1-1/+1
2009-06-23- Fixes '+' whitespacezwelch1-12/+12
2009-06-23- Fixes '=' whitespacezwelch1-39/+39
2009-06-23- Fixes '==' whitespacezwelch1-3/+3
2009-06-23- Fixes '>=' whitespacezwelch1-2/+2
2009-06-23- Fixes '!=' whitespacezwelch1-33/+33
2009-06-23- Replace 'for(' with 'for ('.zwelch1-2/+2
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-1/+1
2009-06-23- Replace 'if(' with 'if ('.zwelch1-9/+9
2009-06-21C99 printf() -Werror fixesduane1-22/+22
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe1-2/+3
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-74/+74
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-58/+58
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe1-17/+17
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe1-8/+8
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe1-7/+7
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe1-8/+8
2009-05-31Final step in isolating target_type_s structure:zwelch1-1/+1
2009-05-31First step in hiding target_type_s from public interface:zwelch1-0/+1
2009-05-31Add target_write_memory wrapper:zwelch1-2/+2
2009-05-31Add target_read_memory wrapper:zwelch1-2/+2
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf1-4/+5
2009-05-11USB performance regression fixoharboe1-9/+11
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-14/+20
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-18/+1
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-1/+0
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe1-9/+9
2009-05-08retire jtag_set_check_valueoharboe1-44/+35
2009-05-07remove in_handler usageoharboe1-51/+47
2009-05-06Fix pointer cast alignment warning in XScale miniIC loader parity calc.zwelch1-1/+5
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe1-27/+27
2009-05-06retire out_mask - not used anywhereoharboe1-20/+20