summaryrefslogtreecommitdiff
path: root/src/target/arm11_dbgtap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warning.Øyvind Harboe2009-10-131-1/+1
* More error propagation fixes.Øyvind Harboe2009-10-121-4/+5
* Fix warning and improve error message upon burst transfer failureØyvind Harboe2009-10-121-3/+3
* Fix bogus 'transfer errors' with arm11 'memwrite burst enable'. A regression ...Øyvind Harboe2009-10-121-5/+5
* ARM11 error checkingØyvind Harboe2009-10-091-11/+30
* do not use dynamically sized stack arrays, not compatible with embedded OS'soharboe2009-09-111-10/+24
* David Brownell <david-b@pacbell.net> fix warningsoharboe2009-08-281-4/+8
* added arm11 timeout error messagesoharboe2009-08-281-5/+80
* added note w/reference to discussion on whether or not arm11 code is broken o...oharboe2009-08-161-0/+4
* - Fixes '[<>]' whitespacezwelch2009-06-231-2/+2
* - Fixes '=' whitespacezwelch2009-06-231-1/+1
* - Replace 'while(' with 'while ('.zwelch2009-06-231-1/+1
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-19/+19
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-17/+17
* Replace 'jtag.c' with 'core.c' in code comments.zwelch2009-06-091-1/+1
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-3/+3
* no longer use jtag_add_xxx() to set end state to TAP_DRPAUSEoharboe2009-06-041-1/+1
* no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe2009-06-041-2/+2
* Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene...oharboe2009-05-181-3/+5
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-4/+0
* Michael Bruck <mbruck@digenius.de> ARM11 C99 updatesoharboe2009-05-091-18/+12
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-5/+0
* remove in_handler usageoharboe2009-05-071-1/+1
* stop using in_handleroharboe2009-05-071-6/+8
* retire out_mask - not used anywhereoharboe2009-05-061-1/+0
* mark usage of in_handler that can be converted into user codeoharboe2009-05-051-1/+1
* comments and debug codeoharboe2009-04-291-2/+11
* Michael Bruck <mbruck@digenius.de> macros for error handlingoharboe2009-04-281-32/+15
* more error handlingoharboe2009-04-271-18/+49
* a little bit more error handling in ARM11oharboe2009-04-271-3/+9
* Michael Bruck <mbruck@digenius.de> ARM11 various updates + fix formatting.oharboe2009-04-221-339/+335
* The following patches was applied:mifi2009-04-181-24/+24
* - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf2009-02-031-8/+8
* Clean up references to old tap_state nameskc8apf2008-12-131-5/+5
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-30/+30
* jtag newtap change & huge manual updateduane2008-11-301-8/+9
* jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe2008-11-191-7/+11
* removed a couple of exit()'s from error handling.oharboe2008-08-191-1/+3
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-11/+11
* - fixed jtag_add_reset(). It no longer causes jtag_execute_queue() tooharboe2008-03-111-2/+4
* Michael Bruck:oharboe2008-03-061-7/+25
* Michael Bruck: fix warnings.oharboe2008-03-041-1/+3
* Michael Bruck:oharboe2008-03-041-7/+4
* Uwe Hermann: oharboe2008-02-291-1/+0
* remove warnings.oharboe2008-02-291-1/+1
* Michael Bruck:oharboe2008-02-291-20/+196
* - convert all files to unix line-endingdrath2008-02-251-611/+611
* From Michael Bruckoharboe2008-02-251-0/+611