aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-10aarch64: deconflict debug register namesMatthias Welwarsky2-127/+131
2017-02-10aarch64: Implement MA mode for bulk memory reads and writesMatthias Welwarsky1-84/+165
2017-02-10aarch64: make DCC read/write functions operate on struct armv8_commonMatthias Welwarsky1-30/+31
2017-02-10aarch64: introduce dpm extension for ARMv8Matthias Welwarsky9-260/+1400
2017-02-10target: add -ctibase config option in addition to -dbgbaseMatthias Welwarsky2-1/+21
2017-02-10aarch64: fix reading of MPIDRMatthias Welwarsky1-1/+2
2017-02-10aarch64: add symbolic definitions for armv8 opcodesMatthias Welwarsky2-0/+127
2017-02-10aarch64: Correct target state for hardware stepDavid Ung2-2/+12
2017-02-10aarch64: Enable resuming with addressDavid Ung1-9/+5
2017-02-10aarch64: Add instruction stepping support using hardware steppierre Kuo2-36/+14
2017-02-10aarch64: Enable halting debug mode on breakpoint setDavid Ung1-0/+12
2017-02-10aarch64: Add hardware breakpoint supportpierre Kuo1-20/+19
2017-02-10aarch64: Add ARMv8 AARCH64 support filesDavid Ung9-9/+3701
2017-02-10arm_dpm: Add 64bit register handling.David Ung2-86/+257
2017-02-10arm_dpm: Add new state ARM_STATE_AARCH64David Ung3-0/+8
2017-02-10server: Allow 64 address to be send over GBD serverDavid Ung1-13/+13
2017-02-10target: Add 64-bit target address supportDongxue Zhang67-546/+716
2017-01-20arm_dpm: avoid duplicating the register cacheMatthias Welwarsky1-4/+7
2017-01-15jtag: core: report TRST and SRST as asserted only when they really arePaul Fertser1-2/+2
2017-01-15flash/nor: fix doc/help and range test for flash protectTomas Vanek2-7/+15
2017-01-15adi_v5_jtag: make sure SSTICKYERR is cleared after a PORMatthias Welwarsky1-6/+1
2017-01-15helper,rtos,server: Restore missing warning flagsAndreas Fritiofson3-3/+3
2017-01-15jtag: drivers: build usb_blaster only if enabledPaul Fertser1-1/+1
2017-01-15libjaylink: Update to 0.1.0 releaseMarc Schink1-0/+0
2016-12-25target: armv7a: remove unused level_num field from armv7a_cachesizePaul Fertser1-1/+0
2016-12-25target: cortex_a: fix segfault when SPSR is not properly handledPaul Fertser1-9/+11
2016-12-25Search for scripts relative to the executable on all(?) platformsAndreas Fritiofson1-33/+122
2016-12-25jtag: drivers: ulink: fix uninitialised variable warningPaul Fertser1-1/+1
2016-12-08Convert to non-recursive makeAndreas Fritiofson20-735/+599
2016-12-08configure: Use same case for libjaylink as for other libsAndreas Fritiofson2-2/+2
2016-12-08target: LS1_SAP: fix "declaration of 'read' shadows a global" warningPaul Fertser1-4/+4
2016-12-08target: Replace malloc+manual zeroing with callocAndreas Fritiofson1-8/+1
2016-12-08jlink: Output libjaylink versionMarc Schink1-0/+3
2016-12-08libjaylink: Update to latest master branchMarc Schink2-6/+6
2016-12-08jlink: Add EMUCOM supportMarc Schink1-0/+143
2016-12-08flash/nor/efm32: Support flash size smaller than 32kkevin1-3/+3
2016-12-08xscale: Move debug handler to contrib/loadersAndreas Fritiofson7-854/+1
2016-12-08cortex_a: fix reset for SWD transportMatthias Welwarsky1-3/+10
2016-12-08Remove build date from banner for releasesAndreas Fritiofson2-1/+7
2016-12-08cortex_m: allow setting debug ap during createMatthias Welwarsky5-5/+62
2016-12-08jtag/drivers/openjtag: Add support for Cypress CY7C65215Vianney le Clément de Saint-Marcq1-26/+247
2016-12-08helper: Code cleanup for hexify()Marc Schink8-18/+46
2016-12-08jtag: drivers: bcm2835gpio: set 4ma drive, slow slew rateSean Cross1-2/+2
2016-12-08gdb_server: support qXfer:threads:read packetSteven Stallion9-24/+145
2016-12-08semihosting: support fileio operationSteven Stallion11-158/+437
2016-12-08at91sam4: Add missing SAM4S family CHIPIDs and remove FWS=6.Owen Kirby1-17/+275
2016-12-08at91sam4: Add flash description and chipid for SAM4Cxx variants.Owen Kirby1-4/+195
2016-12-08jtag: drivers: cmsis-dap: fix operation with SAMD10 Xplained boardPaul Fertser1-1/+3
2016-12-08helper: Update jep106 database to JEP106ATAndreas Fritiofson1-4/+41
2016-12-08Cortex-R: Force usage of physical memory read/write since there is no MMUEvan Hunter1-2/+2