aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11_dbgtap.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2021-07-20target/arm: rename CamelCase symbolsAntonio Borneo1-93/+93
2021-03-19jtag: remove minidriver code and minidriver-dummyAntonio Borneo1-20/+1
2020-08-02target/arm11: fix memory leaks, including register cacheAntonio Borneo1-0/+10
2020-05-09coding style: add parenthesis around the argument of sizeofAntonio Borneo1-1/+1
2016-07-19Fix usage of timeval_ms()Andreas Färber1-5/+5
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson1-1/+1
2013-10-31Remove unnecessary (void *)Andreas Fritiofson1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-292/+280
2011-08-08arm11: disable broken optimization for setting current scan chainØyvind Harboe1-0/+6
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - dubious fixesFreddie Chopin1-4/+0
2010-07-20arm11 error propagation fixesØyvind Harboe1-4/+7
2010-06-23arm11: fix gaffe in no-ack transfersØyvind Harboe1-1/+1
2010-06-15arm11_dbgtap: -Wshadow warning fixesØyvind Harboe1-16/+16
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe1-1/+1
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-3/+3
2010-03-08jtag: retire tap fieldØyvind Harboe1-20/+16
2010-02-22arm11: allow minidrivers to implement inner loop of memory writesØyvind Harboe1-45/+92
2010-02-10arm11: fix another infinite loop bugØyvind Harboe1-4/+23
2009-12-11ARM11: avoid pointless status returnsDavid Brownell1-15/+10
2009-12-11ARM11: minor cleanup, mostly ITR commentsDavid Brownell1-13/+30
2009-12-04ARM11: basic watchpoint supportDavid Brownell1-7/+95
2009-12-04ARM11: tweak TAP ops and debuggingDavid Brownell1-21/+58
2009-12-03ARM DPM: share debug reason logicDavid Brownell1-44/+0
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch1-1/+1
2009-12-02ARM11: store a clean copy of DSCRDavid Brownell1-14/+13
2009-12-02ARM11: remove arm11->targetDavid Brownell1-3/+2
2009-12-02ARM DPM: tweak initializationDavid Brownell1-2/+11
2009-11-29ARM11: fix warning on cygwinDavid Brownell1-9/+22
2009-11-28ARM11: fix warning on amd64David Brownell1-1/+4
2009-11-28ARM11: fix dbgtap JTAG_DEBUGDavid Brownell1-2/+2
2009-11-24ARM11: implement provider for new DPM interfaceDavid Brownell1-0/+73
2009-11-22ARM11: remove unused state and exportsDavid Brownell1-3/+7
2009-11-22arm11: do not use dynamic arraysØyvind Harboe1-3/+6
2009-11-22ARM11: remove needless string format #ifdefferyDavid Brownell1-5/+7
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