summaryrefslogtreecommitdiff
path: root/src/target/xscale.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe2009-06-041-7/+7
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-8/+8
* Final step in isolating target_type_s structure:zwelch2009-05-311-1/+1
* First step in hiding target_type_s from public interface:zwelch2009-05-311-0/+1
* Add target_write_memory wrapper:zwelch2009-05-311-2/+2
* Add target_read_memory wrapper:zwelch2009-05-311-2/+2
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-181-4/+5
* USB performance regression fixoharboe2009-05-111-9/+11
* switch to jtag_add_callback() - USB performance fixoharboe2009-05-111-14/+20
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-18/+1
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-9/+9
* retire jtag_set_check_valueoharboe2009-05-081-44/+35
* remove in_handler usageoharboe2009-05-071-51/+47
* Fix pointer cast alignment warning in XScale miniIC loader parity calc.zwelch2009-05-061-1/+5
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-27/+27
* retire out_mask - not used anywhereoharboe2009-05-061-20/+20
* mark usage of in_handler that can be converted into user codeoharboe2009-05-051-2/+2
* Mariano Alvira <mar@devl.org> fixes warningsoharboe2009-05-041-1/+1
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-3/+3
* The following patches was applied:mifi2009-04-181-8/+8
* - remove build warningsntfreak2009-03-171-3/+4
* - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf2009-02-031-3/+3
* - remove target specific variant and use target->variant memberntfreak2008-12-131-16/+1
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-32/+32
* Karl Beldan <karl.beldan@gmail.com> - The ibcr count for hw instruction break...oharboe2008-12-051-4/+5
* Karl Beldan <karl.beldan@gmail.com> - fix vector_catch commandoharboe2008-12-041-1/+1
* jtag newtap change & huge manual updateduane2008-11-301-40/+39
* jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe2008-11-191-0/+2
* error checking - no reported errors, but catched a couple of exit()'s and con...oharboe2008-11-191-37/+37
* more error handling and removed force breakpoints as that is handled by a mor...oharboe2008-11-021-87/+79
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-6/+26