aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2015-01-10cortex_a: Add support for A7 MPCoreAlexander Stein2-0/+14
2015-01-10cortex_a: Add support for A15 MPCoreKamal Dasu5-19/+183
2015-01-09avoid segfaulting when attempting to set an unavailable type of breackpointSalvador Arroyo1-3/+12
2015-01-09Mac/PPC: Fix build.Jens Bauer1-1/+1
2015-01-09swd: handle various failure conditionsPaul Fertser2-26/+48
2015-01-09target: improve robustness of polling and reexaminationPaul Fertser1-1/+7
2014-11-24or1k: remove address of the Free Software FoundationAntony Pavlov8-40/+0
2014-11-24mips32: fix typosAntony Pavlov2-2/+2
2014-11-03arm_adi_v5: added two CoreSight peripheral IDsPeter Lawrence1-0/+8
2014-10-06target: constify structuresSpencer Oliver16-27/+27
2014-10-06arm_adi_v5: make dap_lookup_cs_component() traverse subtables and handle mult...Paul Fertser3-8/+35
2014-09-29cortex_m.c: Use two byte breakpoint for 32bit Thumb-2 requestJon Burgess1-0/+5
2014-09-22target: Remove "-variant" argumentAndreas Fritiofson3-59/+3
2014-09-22target/arm_dpm: prevent endless loop in arm_dpm_full_context()Paul Fertser1-6/+7
2014-09-15cortex_m: Check return value from cortex_m_dcc_read.Andreas Fritiofson1-8/+13
2014-09-08target/adi_v5_swd: fix segfault when calling jtag_to_swdPaul Fertser1-0/+5
2014-08-19target async loader: add offset to debug linesAngus Gratton1-1/+4
2014-08-19mips_m4k.c: EJTAGBOOT and NORMALBOOT are not supported on EJTAG 2.0Oleksij Rempel1-5/+9
2014-08-19mips_m4k.c: D or I breaks only if they supported.Oleksij Rempel1-21/+25
2014-08-19mips32.c: cache debug caps and support EJTAG 2.0 specific changesOleksij Rempel2-10/+16
2014-08-19mips32.c: fix IB and DB bits check for EJTAG v2.0Oleksij Rempel1-4/+9
2014-08-19mips_ejtag.c: do not set v2.6 ECR bits on v2.0 devicesOleksij Rempel1-2/+5
2014-08-19mips_ejtag.c|h: use version specific IMPsOleksij Rempel2-14/+78
2014-08-11Allow transports to override the selected target (hla configs unification)Paul Fertser1-0/+10
2014-08-02Fix some problems with the bin2char utilityAndreas Fritiofson2-12/+8
2014-08-02Provide od+sed replacement for the bin2char helperPaul Fertser1-1/+1
2014-07-10mips_m4k.c: make sure fast_data_area is safeOleksij Rempel1-0/+12
2014-07-03cortex_a: target implementation renames cortex_a8 to cortex_aKamal Dasu3-399/+400
2014-06-28Add error handling and remove double readout.Mathias K1-10/+7
2014-06-28Relax polling check if not in JTAG modeAndreas Fritiofson1-3/+0
2014-06-28adi_v5: Make sure all bit masks are unsigned and wide enough.Andreas Fritiofson1-28/+28
2014-06-28swd: Remove support for turnaround periods other than 1Andreas Fritiofson2-2/+2
2014-06-28swd: Convert API to asynchronousAndreas Fritiofson3-147/+102
2014-06-28adi_v5_cmsis_dap.c: Simplify debugging outputAndrey Smirnov1-8/+8
2014-06-28cortex_m: Do additional initialization during resetAndrey Smirnov2-2/+43
2014-06-28adi_v5_cmisis_dap: Separate ABORT from clearing sticky errorsAndrey Smirnov1-29/+27
2014-06-28tcl: introduce using_(jtag|swd|hla) helpers and use them in reset handlerPaul Fertser1-5/+20
2014-06-28adi_v5_swd: Separate sticky error clearing from AP abortAndreas Fritiofson1-12/+15
2014-06-28adi_v5: Remove unused features of the DAP and SWD interfacesAndreas Fritiofson4-151/+4
2014-06-28adi_v5_swd: Read RDBUFF once after a sequence of AP readsAndreas Fritiofson3-3/+34
2014-06-28adi_v5: Remove strange IDCODE check from dap info handlerAndreas Fritiofson1-20/+4
2014-06-28adi_v5_swd: Improve SWD supportFatih Aşıcı3-18/+119
2014-06-22target: arm_adi_v5: added types and subtypes based on latest coresight docume...Jiri Kastner1-0/+50
2014-06-22openrisc: add support for JTAG Serial PortFranck Jullien5-5/+390
2014-06-22openrisc: restore current JTAG module while polling the CPUFranck Jullien1-1/+10
2014-06-22cortex_a: fix lockup when writing to high addressSeth LaForge1-6/+6
2014-06-05target: or1k: remove wrong endian swap from or1k generic codeFranck Jullien3-67/+57
2014-06-01Disable multiprocessor-id read on ARMv7-R coresAlex Ray1-1/+11
2014-06-01src/target: select the last created target as currentPaul Fertser1-0/+1
2014-06-01target: reexamine after polling succeeds againPaul Fertser1-2/+6