arm_adi_v5: abstract actions during ROM table parsing
[fw/openocd] / src / target / arm_adi_v5.c
2022-05-14 Antonio Borneoarm_adi_v5: abstract actions during ROM table parsing
2022-05-14 Antonio Borneoarm_adi_v5: separate ROM table parsing from command...
2022-05-14 Antonio Borneoarm_adi_v5: separate ROM table parsing from command...
2022-05-14 Antonio Borneoarm_adi_v5: separate ROM table parsing from command...
2022-05-14 Antonio Borneoarm_adi_v5: handle faulting entry in ROM table
2022-05-14 Antonio Borneoarm_adi_v5: report sysmem on class 0x9 ROM tables
2022-05-14 Antonio Borneoarm_adi_v5: split ROM table loop from generic coresight
2022-05-14 Antonio Borneoarm_adi_v5: rework dap_read_part_id()
2022-05-14 Florian Fainelliarm_adi_v5: add support for display Class 0x9 ROM tables
2022-05-14 Antonio Borneoarm_adi_v5: describe Class 0x9 Device Architecture...
2022-05-14 Antonio Borneoarm_coresight: define ARM_CS_CIDR_CLASS()
2021-09-25 Antonio Borneoarm_adi_v5: drop ANY_ID from table dap_part_nums
2021-09-25 Antonio Borneoarm_adi_v5: add arm Neoverse N2 part numbers
2021-09-25 Kevin Burkearm_adi_v5: add arm Neoverse N1 part numbers
2021-09-25 Antonio Borneoarm_adi_v5: add arm Cortex-R52 part numbers
2021-09-25 Antonio Borneoarm_adi_v5: add arm SoC-600 part numbers
2021-09-25 Antonio Borneoarm_adi_v5: add helper to search for part number
2021-09-25 Kevin Burkearm_adi_v5: move in a separate function devtype decode...
2021-09-25 Antonio Borneoarm_adi_v5: simplify handling of AP type
2021-09-25 Antonio Borneoarm_coresight: add include file and use it
2021-08-22 Antonio Borneojep106: use packed jedec manufacturer code
2021-08-22 Antonio Borneoarm_adi_v5: update coresight class names
2021-08-14 Antonio Borneoarm_adi_v5: use macro DP_APSEL_MAX in place of magic...
2021-08-14 Antonio Borneoarm_adi_v5: fix access to 64-bit MEM-AP
2021-08-14 Antonio Borneoarm_adi_v5: fix signed offset in Class 0x1 ROM tables
2021-07-24 Florian Fainelliarm_adi_v5: Added Cortex-A76 identifiers
2021-07-24 Florian Fainelliarm_adi_v5: Provide Brahma-B53 identifiers
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2]
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-02 Kevin Burketarget/adiv5: Large Physical Address Extension
2021-06-04 Antonio Borneohelper/jim-nvp: comply with coding style [2/2]
2021-05-22 Antonio Borneotarget: fix some minor typo
2021-01-13 Antonio Borneoopenocd: fix doxygen parameters of functions
2020-12-02 Tomas Vanekarm_adi_v5: prevent possibly endless recursion in dap_d...
2020-11-04 Antonio Borneotarget/arm_cti: use adiv5_jim_mem_ap_spot_configure()
2020-11-04 Antonio Borneotarget/arm_adi_v5: add helper to get mem_ap spot in...
2020-09-05 Antonio Borneotarget: use proper format with uint32_t
2020-07-26 Antonio Borneotarget: fix minor typos and duplicated words
2020-07-26 Jiri Kastnersrc/target/arm_adi_v5.c: add Cortex-A35 related entries
2020-07-26 Jiri Kastnersrc/target/arm_adi_v5.c: resorted ids
2020-06-06 Tarek BOCHKATIarm_adi_v5: dap_ti_be_32_quirks_command minor simplific...
2020-06-06 Tarek BOCHKATIarm_adi_v5: enhance command error reporting
2020-01-02 Antonio Borneoarm_adi_v5: add API send_sequence() and use it
2019-06-19 Marc Schinktarget/arm_adiv5: Add type for AHB5-AP
2019-05-25 Leonard Crestezarm_adi_v5: Split CSW bits into AHB/APB/AXI
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-05-14 Paul Fertsertarget/arm_adi_v5: change prototype of dap_rom_display()
2019-04-03 Mete Balcitarget/arm_adi_v5: fix typo
2019-01-30 Antonio Borneoarm_adi_v5: rewrite dap_to_jtag and dap_to_swd
2018-11-03 Antonio Borneoarm_adi_v5: do not deactivate power domains while tryin...
2018-10-27 Antonio Borneotarget/arm_adi_v5: fix sync CSW cache on apreg write
2018-09-13 Antonio Borneoarm_adi_v5: remove useless cast to int
2018-09-07 Antonio Borneoadi_v5: enforce check on AP number value
2018-08-06 Antonio Borneotarget/arm_adi_v5: allow commands apsel and apcsw durin...
2018-08-01 Antonio Borneotarget/arm_adi_v5: add command "dpreg"
2018-06-22 Antonio Borneotarget/arm_adi_v5: keep CSW and TAR cache updated
2018-06-22 Antonio Borneotarget/arm_adi_v5: sync CSW and TAR cache on apreg...
2018-05-30 Paul FertserFix warnings exposed by GCC8
2018-04-07 Tomas Vanektarget/arm_adi_v5: extend apcsw command to accept arbit...
2018-04-07 Matthias Welwarskyarm_adi_v5: Add ability to ignore the CSYSPWRUPACK bit
2018-03-30 Matthias Welwarskytarget: restructure dap support
2018-01-29 Tomas Vanekarm_adi_v5: fix return value of mem_ap_read/write for...
2018-01-25 Tomas Vanektarget, arm_adi_v5: catch two allocation errors
2018-01-14 Jiri Kastnerarm_adi_v5: added some partnumbers found in tegra 186...
2018-01-11 Tomas Vanekarm_adi_v5: fix regression from 4553abf9064fe3c0e4ea2ed...
2018-01-05 Tomas Vanekarm_adi_v5: reduce some CSW writes
2018-01-05 Tomas Vanekarm_adi_v5: fix wrong addressing after change of CSW_AD...
2017-10-23 Freddie ChopinFix GCC7 warnings about string truncation
2017-10-23 Freddie ChopinFix GCC7 warnings about switch-case fallthroughs
2016-12-08 Matthias Welwarskycortex_m: allow setting debug ap during create
2016-12-08 Jiri Kastnerdap_dp_init: remove loop
2016-07-17 Tomas Vanekarm_adi_v5: add dap apreg command for AP register read...
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-05-17 Andreas Färberarm_adi_v5: Add part number for TI MSP432P401R
2016-05-17 Andreas Färberarm_adi_v5: Add part numbers for Infineon XMC4000 family
2016-05-17 Andreas Färberarm_adi_v5: Add part number for Infineon XMC1000 family
2016-05-17 Andreas Färberarm_adi_v5: Adjust part number column alignment
2016-05-14 Andreas Färberarm_adi_v5: Reorder Atmel part number entry
2016-05-14 Jiri Kastnerarm_adi_v5: added partnumber for APQ8016
2016-05-14 Jiri Kastnerarm_adi_v5: added partnumbers
2016-05-14 James Mastrosarm_adi_v5: Add a few dap component ids, covers the...
2016-02-25 Andreas Fritiofsonarm_adi_v5: Rewrite dap_rom_display
2016-01-22 Jiri Kastnerarm_adi_v5: dap_partnums - correction of partnumbers...
2016-01-22 Matthias Welwarskyadi_v5_jtag: implement DAP WAIT support
2016-01-03 Peter LawrenceARM ADIv5: CoreSight ROM decode part number and designer id
2015-12-29 Andreas Fritiofsonarm_adi_v5: Make the DAP API stateless
2015-12-29 Andreas Fritiofsonarm_adi_v5: dap_queue_ap_* DAP->AP parameter
2015-12-29 Andreas Fritiofsonarm_adi_v5: Fix dap apsel confusing behaviour.
2015-12-29 Andreas Fritiofsonarm_adi_v5: Remove all cases of "restoring" previous...
2015-12-29 Andreas Fritiofsonarm_adi_v5: Remove all mem_ap_sel_* functions
2015-12-29 Andreas Fritiofsonarm_adi_v5: Rename TAR and CSW setters and make them...
2015-12-29 Andreas Fritiofsonarm_adi_v5: Split ahbap_debugport_init
2015-12-29 Andreas Fritiofsonarm_adi_v5: Clean up dap info command
2015-12-29 Andreas Fritiofsonarm_adi_v5: Change mem_ap calls to take pointer to...
2015-12-29 Andreas Fritiofsonarm_adi_v5: Convert the AP references from numbers...
2015-12-29 Andreas Fritiofsoncortex_m: Discover the AP to use, just like Cortex-A
2015-12-29 Andreas Fritiofsonarm_adi_v5: Add a back-pointer from an AP to its DAP
2015-12-29 Patrick Stewartarm_debug: Support multiple APs per DAP and remove...
2015-12-29 Patrick Stewartcortex_m: Select an AP when accessing the DAP
2015-12-29 Alamy Liuadi_v5: Rename AP_REG_* to MEM_AP_REG_* and add LA...
next