aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11_dbgtap.c
AgeCommit message (Expand)Author
2009-08-28David Brownell <david-b@pacbell.net> fix warningsoharboe
2009-08-28added arm11 timeout error messagesoharboe
2009-08-16added note w/reference to discussion on whether or not arm11 code is broken o...oharboe
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Replace 'while(' with 'while ('.zwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-09Replace 'jtag.c' with 'core.c' in code comments.zwelch
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_DRPAUSEoharboe
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe
2009-05-18Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene...oharboe
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch
2009-05-09Michael Bruck <mbruck@digenius.de> ARM11 C99 updatesoharboe
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe
2009-05-07remove in_handler usageoharboe
2009-05-07stop using in_handleroharboe
2009-05-06retire out_mask - not used anywhereoharboe
2009-05-05mark usage of in_handler that can be converted into user codeoharboe
2009-04-29comments and debug codeoharboe
2009-04-28Michael Bruck <mbruck@digenius.de> macros for error handlingoharboe
2009-04-27more error handlingoharboe
2009-04-27a little bit more error handling in ARM11oharboe
2009-04-22Michael Bruck <mbruck@digenius.de> ARM11 various updates + fix formatting.oharboe
2009-04-18The following patches was applied:mifi
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf
2008-12-13Clean up references to old tap_state nameskc8apf
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf
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-08-19removed a couple of exit()'s from error handling.oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-11- fixed jtag_add_reset(). It no longer causes jtag_execute_queue() tooharboe
2008-03-06Michael Bruck:oharboe
2008-03-04Michael Bruck: fix warnings.oharboe
2008-03-04Michael Bruck:oharboe
2008-02-29Uwe Hermann: oharboe
2008-02-29remove warnings.oharboe
2008-02-29Michael Bruck:oharboe
2008-02-25- convert all files to unix line-endingdrath
2008-02-25From Michael Bruckoharboe