aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-02arm_adi_v5: add API send_sequence() and use itAntonio Borneo1-36/+2
2019-06-19target/arm_adiv5: Add type for AHB5-APMarc Schink1-4/+9
2019-05-25arm_adi_v5: Split CSW bits into AHB/APB/AXILeonard Crestez1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-35/+35
2019-05-14target/arm_adi_v5: change prototype of dap_rom_display()Paul Fertser1-32/+32
2019-04-03target/arm_adi_v5: fix typoMete Balci1-1/+1
2019-01-30arm_adi_v5: rewrite dap_to_jtag and dap_to_swdAntonio Borneo1-1/+74
2018-11-03arm_adi_v5: do not deactivate power domains while trying to clear sticky errorAntonio Borneo1-2/+21
2018-10-27target/arm_adi_v5: fix sync CSW cache on apreg writeAntonio Borneo1-2/+4
2018-09-13arm_adi_v5: remove useless cast to intAntonio Borneo1-1/+1
2018-09-07adi_v5: enforce check on AP number valueAntonio Borneo1-8/+12
2018-08-06target/arm_adi_v5: allow commands apsel and apcsw during init phaseAntonio Borneo1-18/+6
2018-08-01target/arm_adi_v5: add command "dpreg"Antonio Borneo1-0/+39
2018-06-22target/arm_adi_v5: keep CSW and TAR cache updatedAntonio Borneo1-2/+6
2018-06-22target/arm_adi_v5: sync CSW and TAR cache on apreg writeAntonio Borneo1-2/+16
2018-05-30Fix warnings exposed by GCC8Paul Fertser1-0/+2
2018-04-07target/arm_adi_v5: extend apcsw command to accept arbitrary bitsTomas Vanek1-15/+25
2018-04-07arm_adi_v5: Add ability to ignore the CSYSPWRUPACK bitMatthias Welwarsky1-6/+8
2018-03-30target: restructure dap supportMatthias Welwarsky1-99/+122
2018-01-29arm_adi_v5: fix return value of mem_ap_read/write for size 0Tomas Vanek1-2/+2
2018-01-25target, arm_adi_v5: catch two allocation errorsTomas Vanek1-1/+2
2018-01-14arm_adi_v5: added some partnumbers found in tegra 186 and tegra 210Jiri Kastner1-1/+8
2018-01-11arm_adi_v5: fix regression from 4553abf9064fe3c0e4ea2ed29a1d2217df74ff5fTomas Vanek1-12/+16
2018-01-05arm_adi_v5: reduce some CSW writesTomas Vanek1-2/+4
2018-01-05arm_adi_v5: fix wrong addressing after change of CSW_ADDRINCTomas Vanek1-30/+85
2017-10-23Fix GCC7 warnings about string truncationFreddie Chopin1-1/+1
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin1-0/+6
2016-12-08cortex_m: allow setting debug ap during createMatthias Welwarsky1-0/+35
2016-12-08dap_dp_init: remove loopJiri Kastner1-44/+42
2016-07-17arm_adi_v5: add dap apreg command for AP register read/writeTomas Vanek1-0/+47
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-17arm_adi_v5: Add part number for TI MSP432P401RAndreas Färber1-0/+1
2016-05-17arm_adi_v5: Add part numbers for Infineon XMC4000 familyAndreas Färber1-0/+2
2016-05-17arm_adi_v5: Add part number for Infineon XMC1000 familyAndreas Färber1-0/+1
2016-05-17arm_adi_v5: Adjust part number column alignmentAndreas Färber1-81/+81
2016-05-14arm_adi_v5: Reorder Atmel part number entryAndreas Färber1-2/+1
2016-05-14arm_adi_v5: added partnumber for APQ8016Jiri Kastner1-0/+1
2016-05-14arm_adi_v5: added partnumbersJiri Kastner1-2/+17
2016-05-14arm_adi_v5: Add a few dap component ids, covers the atmel at91sam.James Mastros1-0/+4
2016-02-25arm_adi_v5: Rewrite dap_rom_displayAndreas Fritiofson1-315/+284
2016-01-22arm_adi_v5: dap_partnums - correction of partnumbers, new addedJiri Kastner1-3/+20
2016-01-22adi_v5_jtag: implement DAP WAIT supportMatthias Welwarsky1-0/+2
2016-01-03ARM ADIv5: CoreSight ROM decode part number and designer idPeter Lawrence1-159/+113
2015-12-29arm_adi_v5: Make the DAP API statelessAndreas Fritiofson1-29/+1
2015-12-29arm_adi_v5: dap_queue_ap_* DAP->AP parameterAndreas Fritiofson1-34/+16
2015-12-29arm_adi_v5: Fix dap apsel confusing behaviour.Andreas Fritiofson1-1/+1
2015-12-29arm_adi_v5: Remove all cases of "restoring" previous dap_ap_select()Andreas Fritiofson1-9/+0
2015-12-29arm_adi_v5: Remove all mem_ap_sel_* functionsAndreas Fritiofson1-68/+41
2015-12-29arm_adi_v5: Rename TAR and CSW setters and make them AP-specificAndreas Fritiofson1-27/+25
2015-12-29arm_adi_v5: Split ahbap_debugport_initAndreas Fritiofson1-31/+40