aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11_dbgtap.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-16target: less implicit inclusion of "etm.h"David Brownell1-0/+1
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-13/+13
2009-11-13ARM11: revert etmr/etmw commandsDavid Brownell1-77/+0
2009-11-13ARM11: switch to new "arm" base typeDavid Brownell1-0/+2
2009-11-13arm11_sc7_action_t -> struct arm11_sc7_actionZachary T Welch1-5/+5
2009-11-13arm11_common_t -> struct arm11_commonZachary T Welch1-22/+22
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-16/+16
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-10arm11: add etmr/etmw registers to access ETM via DBGTAP scan chainMichael Bruck1-0/+76
2009-11-08Add private header for ARM11 internals.Zachary T Welch1-4/+4
2009-10-13Fix warning.Øyvind Harboe1-1/+1
2009-10-12More error propagation fixes.Øyvind Harboe1-4/+5
2009-10-12Fix warning and improve error message upon burst transfer failureØyvind Harboe1-3/+3
2009-10-12Fix bogus 'transfer errors' with arm11 'memwrite burst enable'. A regression ...Øyvind Harboe1-5/+5
2009-10-09ARM11 error checkingØyvind Harboe1-11/+30
2009-09-11do not use dynamically sized stack arrays, not compatible with embedded OS'soharboe1-10/+24
2009-08-28David Brownell <david-b@pacbell.net> fix warningsoharboe1-4/+8
2009-08-28added arm11 timeout error messagesoharboe1-5/+80
2009-08-16added note w/reference to discussion on whether or not arm11 code is broken o...oharboe1-0/+4
2009-06-23- Fixes '[<>]' whitespacezwelch1-2/+2
2009-06-23- Fixes '=' whitespacezwelch1-1/+1
2009-06-23- Replace 'while(' with 'while ('.zwelch1-1/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-19/+19
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-17/+17
2009-06-09Replace 'jtag.c' with 'core.c' in code comments.zwelch1-1/+1
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe1-3/+3
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_DRPAUSEoharboe1-1/+1
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe1-2/+2
2009-05-18Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene...oharboe1-3/+5
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-4/+0
2009-05-09Michael Bruck <mbruck@digenius.de> ARM11 C99 updatesoharboe1-18/+12
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe1-5/+0
2009-05-07remove in_handler usageoharboe1-1/+1
2009-05-07stop using in_handleroharboe1-6/+8
2009-05-06retire out_mask - not used anywhereoharboe1-1/+0
2009-05-05mark usage of in_handler that can be converted into user codeoharboe1-1/+1
2009-04-29comments and debug codeoharboe1-2/+11
2009-04-28Michael Bruck <mbruck@digenius.de> macros for error handlingoharboe1-32/+15
2009-04-27more error handlingoharboe1-18/+49
2009-04-27a little bit more error handling in ARM11oharboe1-3/+9
2009-04-22Michael Bruck <mbruck@digenius.de> ARM11 various updates + fix formatting.oharboe1-339/+335
2009-04-18The following patches was applied:mifi1-24/+24
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf1-8/+8
2008-12-13Clean up references to old tap_state nameskc8apf1-5/+5
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-30/+30
2008-11-30jtag newtap change & huge manual updateduane1-8/+9
2008-11-19jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe1-7/+11
2008-08-19removed a couple of exit()'s from error handling.oharboe1-1/+3
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-11/+11
2008-03-11- fixed jtag_add_reset(). It no longer causes jtag_execute_queue() tooharboe1-2/+4