aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11_dbgtap.c
AgeCommit message (Expand)Author
2016-07-19Fix usage of timeval_ms()Andreas Färber
2016-05-24Remove FSF address from GPL noticesMarc Schink
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson
2013-10-31Remove unnecessary (void *)Andreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/target directorySpencer Oliver
2011-08-08arm11: disable broken optimization for setting current scan chainØyvind Harboe
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - dubious fixesFreddie Chopin
2010-07-20arm11 error propagation fixesØyvind Harboe
2010-06-23arm11: fix gaffe in no-ack transfersØyvind Harboe
2010-06-15arm11_dbgtap: -Wshadow warning fixesØyvind Harboe
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe
2010-03-08jtag: retire tap fieldØyvind Harboe
2010-02-22arm11: allow minidrivers to implement inner loop of memory writesØyvind Harboe
2010-02-10arm11: fix another infinite loop bugØyvind Harboe
2009-12-11ARM11: avoid pointless status returnsDavid Brownell
2009-12-11ARM11: minor cleanup, mostly ITR commentsDavid Brownell
2009-12-04ARM11: basic watchpoint supportDavid Brownell
2009-12-04ARM11: tweak TAP ops and debuggingDavid Brownell
2009-12-03ARM DPM: share debug reason logicDavid Brownell
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch
2009-12-02ARM11: store a clean copy of DSCRDavid Brownell
2009-12-02ARM11: remove arm11->targetDavid Brownell
2009-12-02ARM DPM: tweak initializationDavid Brownell
2009-11-29ARM11: fix warning on cygwinDavid Brownell
2009-11-28ARM11: fix warning on amd64David Brownell
2009-11-28ARM11: fix dbgtap JTAG_DEBUGDavid Brownell
2009-11-24ARM11: implement provider for new DPM interfaceDavid Brownell
2009-11-22ARM11: remove unused state and exportsDavid Brownell
2009-11-22arm11: do not use dynamic arraysØyvind Harboe
2009-11-22ARM11: remove needless string format #ifdefferyDavid Brownell
2009-11-16target: less implicit inclusion of "etm.h"David Brownell
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-13ARM11: revert etmr/etmw commandsDavid Brownell
2009-11-13ARM11: switch to new "arm" base typeDavid Brownell
2009-11-13arm11_sc7_action_t -> struct arm11_sc7_actionZachary T Welch
2009-11-13arm11_common_t -> struct arm11_commonZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-10arm11: add etmr/etmw registers to access ETM via DBGTAP scan chainMichael Bruck
2009-11-08Add private header for ARM11 internals.Zachary T Welch
2009-10-13Fix warning.Øyvind Harboe
2009-10-12More error propagation fixes.Øyvind Harboe
2009-10-12Fix warning and improve error message upon burst transfer failureØyvind Harboe
2009-10-12Fix bogus 'transfer errors' with arm11 'memwrite burst enable'. A regression ...Øyvind Harboe
2009-10-09ARM11 error checkingØyvind Harboe
2009-09-11do not use dynamically sized stack arrays, not compatible with embedded OS'soharboe
2009-08-28David Brownell <david-b@pacbell.net> fix warningsoharboe
2009-08-28added arm11 timeout error messagesoharboe