openocd: remove CamelCase symbols *xPSR*
[fw/openocd] / src / target / cortex_a.c
2022-09-13 Antonio Borneoopenocd: remove CamelCase symbols *xPSR*
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen...
2022-06-24 Antonio Borneoarm_adi_v5: add ap refcount and add get/put around...
2022-05-14 Antonio Borneoarm_adi_v5: let dap_lookup_cs_component() to get AP...
2022-03-19 Marc Schinktarget: Rework 'set' variable of break-/watchpoints
2022-02-14 Antonio Borneotarget/smp: use a struct list_head to hold the smp...
2021-09-25 Antonio Borneoarm_coresight: add include file and use it
2021-09-18 Antonio Borneoopenocd: remove last NULL comparisons
2021-08-22 Antonio Borneocortex_a: use the ap number specified at target create
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-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-07-20 Antonio Borneotarget/arm: rename CamelCase symbols
2021-07-02 Marc Schinktarget/cortex_a: Replace printf() with LOG_DEBUG()
2021-07-02 Kevin Burketarget/adiv5: Large Physical Address Extension
2021-06-18 Marc Schinktarget: Rename 'linked_BRP' to 'linked_brp'
2021-06-13 Marc Schinktarget/cortex_a: Use bool data type
2021-06-04 Antonio Borneohelper/jim-nvp: comply with coding style [2/2]
2021-06-03 Antonio Borneotarget/cortex_a: fix memory leak on watchpoints
2021-06-03 Antonio Borneotarget/cortex_a: add support for watchpoint length...
2021-06-03 Antonio Borneotarget/cortex_a: fix number of watchpoints
2021-06-03 Chengyu Zhengtarget/cortex_a: add support for watchpoints
2021-03-19 Antonio Borneotarget: remove target names already deprecated in v0.8.0
2020-12-26 Antonio Borneocortex-a: fix reset on dapdirect transports
2020-11-04 Antonio Borneotarget: declare local symbols as static
2020-09-05 Antonio Borneotarget: use proper format with uint32_t
2020-07-26 Antonio Borneotarget: fix minor typos and duplicated words
2020-06-06 Antonio Borneotarget/cortex_a: fix memory leak of register cache
2020-04-12 Antonio Borneocortex_a: don't wait for target halted in deassert_reset()
2020-03-12 Antonio Borneotarget/cortex_a: add hypervisor mode
2020-03-12 Antonio Borneoarmv7a: access monitor registers only with security...
2020-03-12 Antonio Borneoarm: Use different enum for core_type and core_mode
2020-03-12 Matthias Welwarskycortex_a: warn on broken debug_base setting
2019-10-18 Florian Fainellitarget/cortex_a: Extract code to read/write from/to...
2019-10-18 Antonio Borneotarget/cortex_a: use aligned accesses for read/write...
2019-06-14 Antonio Borneotarget/cortex_a: remove dependency from jtag queue
2019-06-12 Florian Fainelliarmv7a_mmu: Do not restrict virtual addresses to uint32_t
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-05-14 Paul Fertsertarget/armv7a: change prototype of armv7a_handle_cache_...
2019-04-24 Antonio Borneotarget/cortex_a: use extensively cortex_a_wait_dscr_bits()
2019-04-24 Antonio Borneotarget/cortex_a: check dscr before timeout
2019-04-24 Antonio Borneotarget/cortex_a: fix waiting for target halted after...
2019-03-27 Antonio Borneosmp: move sub-command "smp_gdb" in file smp.c
2019-03-27 Antonio Borneosmp: replace commands smp_on/smp_off with "smp [on...
2019-03-06 Marc Schinktarget/cortex_a: Use 'bool' data type
2019-03-01 Marc SchinkUse enum for target_register_timer_callback()
2019-02-25 Antonio Borneocortex_a: fix a potential memory leak in cortex_a_targe...
2019-01-16 Tarek BOCHKATIcortex_a_poll: minor code factorization to enhance...
2019-01-08 Antonio Borneotarget/arm: add support for multi-architecture gdb
2018-12-18 Antonio Borneotarget/cortex_a: enable DSCR_HALT_DBG_MODE during examine
2018-11-08 Matthias Welwarskyarmv7a: ARMv7-A MMU tools
2018-11-06 Antonio Borneotarget/cortex_a: remove duplicate code to read target...
2018-11-06 Antonio Borneotarget/arm_dpm: uniform names of exported functions
2018-11-06 Antonio Borneotarget/cortex_a: remove buggy memory AP accesses
2018-11-06 Antonio Borneotarget/cortex_a: remove unused code controlled by ...
2018-10-27 Antonio Borneotarget/cortex_a: fix temporary breakpoint during step
2018-09-12 Antonio Borneotarget/cortex_a: poll all targets in SMP node after...
2018-08-06 Antonio Borneotarget/cortex_a: allow command dacrfixup during init...
2018-07-27 Paul Bartholomewtarget/cortex_a: fix compile error for uninitialized...
2018-07-24 Matthias Welwarskycortex_a: fix virt2phys when mmu is disabled
2018-07-22 Antonio Borneoarmv7a: read ttbcr and ttb0/1 at every entry in debug...
2018-03-30 Matthias Welwarskytarget: restructure dap support
2018-03-20 Tomas Vanektransport: add transport_is_hla()
2018-03-10 Omair JavaidSupport for Arm VFP v3 registers read/write
2018-03-09 Evan HunterCortex-R : Remove commands which are not relevant to...
2018-02-21 Matthias Welwarskycortex_a: fix handling of Thumb-2 32bit breakpoints
2018-02-07 Matthias Welwarskycortex_a: faster debug init
2017-02-10 Matthias Welwarskyaarch64: unify armv7-a and armv8 debug entry decoding
2017-02-10 David Ungarm_dpm: Add new state ARM_STATE_AARCH64
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-12-25 Paul Fertsertarget: cortex_a: fix segfault when SPSR is not properl...
2016-12-08 Matthias Welwarskycortex_a: fix reset for SWD transport
2016-12-08 Steven Stallionsemihosting: support fileio operation
2016-12-08 Evan HunterCortex-R: Force usage of physical memory read/write...
2016-12-08 Matthias Welwarskycortex_a: remove partnum magic from arp_examine and...
2016-11-04 Matthias Welwarskycortex_a/r/m: fix handling of un-examined cores
2016-11-04 Andrey Smirnovsemihosting armv7a: Add support for ARMv7-A
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-05-20 Andreas FärberFix spelling of ARM Cortex
2016-05-20 Andreas Fritiofsoncortex_a: Rename APB-AP to CPU in memory contexts
2016-05-08 Matthias Welwarskycortex_a: fix cortex_a_assert_reset() if srst_gates_jtag
2016-05-05 Tomas Vanektarget: improve robustness of reset command
2016-03-24 Matthias Welwarskycortex_a: allow physical memory access through AHB...
2016-02-29 Evan HunterCortex-A/R: Fix Mask-ISR parsing
2016-02-29 Evan HunterCortex-A/R: Add missing timeout for loop polling DSCR...
2016-01-12 Evan HunterCortex-A: Fix unicode quote in comment
2015-12-29 Matthias Welwarskycortex_a: add 'dacrfixup' to cortex-a command group
2015-12-29 Matthias Welwarskycortex_a: select APB-AP as the default AP
2015-12-29 Andreas Fritiofsoncortex: Set default memaccess_tck only during examine
2015-12-29 Andreas Fritiofsonarm_adi_v5: Remove all mem_ap_sel_* functions
2015-12-29 Andreas Fritiofsonarm_adi_v5: Split ahbap_debugport_init
2015-12-29 Andreas Fritiofsonarm_adi_v5: Change mem_ap calls to take pointer to...
2015-12-29 Andreas Fritiofsoncortex_a: Find debug base using the detected APB-AP...
2015-12-29 Andreas Fritiofsonarm_adi_v5: Convert the AP references from numbers...
2015-12-29 Andreas Fritiofsoncortex_a: Call ahbap_debugport_init on the discovered...
2015-12-29 Andreas Fritiofsontarget/arm: Remove usage of struct arm_jtag in ARMv7...
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 Liucortex-a: Fix "Detected core" number is always '0'
2015-12-01 Matthias Welwarskycortex_a: fix fast-mode memory reads
next