aboutsummaryrefslogtreecommitdiff
path: root/src/target/xscale.c
AgeCommit message (Expand)Author
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-28Refactor code, create target_state_name()duane
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '>=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe
2009-05-31Final step in isolating target_type_s structure:zwelch
2009-05-31First step in hiding target_type_s from public interface:zwelch
2009-05-31Add target_write_memory wrapper:zwelch
2009-05-31Add target_read_memory wrapper:zwelch
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf
2009-05-11USB performance regression fixoharboe
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe
2009-05-08retire jtag_set_check_valueoharboe
2009-05-07remove in_handler usageoharboe
2009-05-06Fix pointer cast alignment warning in XScale miniIC loader parity calc.zwelch
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe
2009-05-06retire out_mask - not used anywhereoharboe
2009-05-05mark usage of in_handler that can be converted into user codeoharboe
2009-05-04Mariano Alvira <mar@devl.org> fixes warningsoharboe
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe
2009-04-18The following patches was applied:mifi
2009-03-17- remove build warningsntfreak
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf
2008-12-05Karl Beldan <karl.beldan@gmail.com> - The ibcr count for hw instruction break...oharboe
2008-12-04Karl Beldan <karl.beldan@gmail.com> - fix vector_catch commandoharboe
2008-11-30jtag newtap change & huge manual updateduane
2008-11-19jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe
2008-11-19error checking - no reported errors, but catched a couple of exit()'s and con...oharboe
2008-11-02more error handling and removed force breakpoints as that is handled by a mor...oharboe