summaryrefslogtreecommitdiff
path: root/src/target/arm11_dbgtap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - dubious fixesFreddie Chopin2011-06-041-4/+0
* arm11 error propagation fixesØyvind Harboe2010-07-201-4/+7
* arm11: fix gaffe in no-ack transfersØyvind Harboe2010-06-231-1/+1
* arm11_dbgtap: -Wshadow warning fixesØyvind Harboe2010-06-151-16/+16
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-181-1/+1
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-081-3/+3
* jtag: retire tap fieldØyvind Harboe2010-03-081-20/+16
* arm11: allow minidrivers to implement inner loop of memory writesØyvind Harboe2010-02-221-45/+92
* arm11: fix another infinite loop bugØyvind Harboe2010-02-101-4/+23
* ARM11: avoid pointless status returnsDavid Brownell2009-12-111-15/+10
* ARM11: minor cleanup, mostly ITR commentsDavid Brownell2009-12-111-13/+30
* ARM11: basic watchpoint supportDavid Brownell2009-12-041-7/+95
* ARM11: tweak TAP ops and debuggingDavid Brownell2009-12-041-21/+58
* ARM DPM: share debug reason logicDavid Brownell2009-12-031-44/+0
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-031-1/+1
* ARM11: store a clean copy of DSCRDavid Brownell2009-12-021-14/+13
* ARM11: remove arm11->targetDavid Brownell2009-12-021-3/+2
* ARM DPM: tweak initializationDavid Brownell2009-12-021-2/+11
* ARM11: fix warning on cygwinDavid Brownell2009-11-291-9/+22
* ARM11: fix warning on amd64David Brownell2009-11-281-1/+4
* ARM11: fix dbgtap JTAG_DEBUGDavid Brownell2009-11-281-2/+2
* ARM11: implement provider for new DPM interfaceDavid Brownell2009-11-241-0/+73
* ARM11: remove unused state and exportsDavid Brownell2009-11-221-3/+7
* arm11: do not use dynamic arraysØyvind Harboe2009-11-221-3/+6
* ARM11: remove needless string format #ifdefferyDavid Brownell2009-11-221-5/+7
* 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