summaryrefslogtreecommitdiff
path: root/src/target/arm11_dbgtap.c
Commit message (Expand)AuthorAgeFilesLines
* target: less implicit inclusion of "etm.h"David Brownell2009-11-161-0/+1
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-13/+13
* ARM11: revert etmr/etmw commandsDavid Brownell2009-11-131-77/+0
* ARM11: switch to new "arm" base typeDavid Brownell2009-11-131-0/+2
* arm11_sc7_action_t -> struct arm11_sc7_actionZachary T Welch2009-11-131-5/+5
* arm11_common_t -> struct arm11_commonZachary T Welch2009-11-131-22/+22
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-16/+16
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* arm11: add etmr/etmw registers to access ETM via DBGTAP scan chainMichael Bruck2009-11-101-0/+76
* Add private header for ARM11 internals.Zachary T Welch2009-11-081-4/+4
* 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