aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a.c
AgeCommit message (Expand)Author
2017-02-10aarch64: unify armv7-a and armv8 debug entry decodingMatthias Welwarsky
2017-02-10arm_dpm: Add new state ARM_STATE_AARCH64David Ung
2017-02-10target: Add 64-bit target address supportDongxue Zhang
2016-12-25target: cortex_a: fix segfault when SPSR is not properly handledPaul Fertser
2016-12-08cortex_a: fix reset for SWD transportMatthias Welwarsky
2016-12-08semihosting: support fileio operationSteven Stallion
2016-12-08Cortex-R: Force usage of physical memory read/write since there is no MMUEvan Hunter
2016-12-08cortex_a: remove partnum magic from arp_examine and dbginitMatthias Welwarsky
2016-11-04cortex_a/r/m: fix handling of un-examined coresMatthias Welwarsky
2016-11-04semihosting armv7a: Add support for ARMv7-AAndrey Smirnov
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-05-20Fix spelling of ARM CortexAndreas Färber
2016-05-20cortex_a: Rename APB-AP to CPU in memory contextsAndreas Fritiofson
2016-05-08cortex_a: fix cortex_a_assert_reset() if srst_gates_jtagMatthias Welwarsky
2016-05-05target: improve robustness of reset commandTomas Vanek
2016-03-24cortex_a: allow physical memory access through AHB-AP againMatthias Welwarsky
2016-02-29Cortex-A/R: Fix Mask-ISR parsingEvan Hunter
2016-02-29Cortex-A/R: Add missing timeout for loop polling DSCR & fix timeout typesEvan Hunter
2016-01-12Cortex-A: Fix unicode quote in commentEvan Hunter
2015-12-29cortex_a: add 'dacrfixup' to cortex-a command groupMatthias Welwarsky
2015-12-29cortex_a: select APB-AP as the default APMatthias Welwarsky
2015-12-29cortex: Set default memaccess_tck only during examineAndreas Fritiofson
2015-12-29arm_adi_v5: Remove all mem_ap_sel_* functionsAndreas Fritiofson
2015-12-29arm_adi_v5: Split ahbap_debugport_initAndreas Fritiofson
2015-12-29arm_adi_v5: Change mem_ap calls to take pointer to AP and not DAPAndreas Fritiofson
2015-12-29cortex_a: Find debug base using the detected APB-AP and not AP 1Andreas Fritiofson
2015-12-29arm_adi_v5: Convert the AP references from numbers to pointersAndreas Fritiofson
2015-12-29cortex_a: Call ahbap_debugport_init on the discovered AP and not 0Andreas Fritiofson
2015-12-29target/arm: Remove usage of struct arm_jtag in ARMv7 targetsAndreas Fritiofson
2015-12-29arm_debug: Support multiple APs per DAP and remove DAP from armv7* structsPatrick Stewart
2015-12-29cortex_m: Select an AP when accessing the DAPPatrick Stewart
2015-12-29cortex-a: Fix "Detected core" number is always '0'Alamy Liu
2015-12-01cortex_a: fix fast-mode memory readsMatthias Welwarsky
2015-11-30cortex_a: replace cortex_a_check_address functionMatthias Welwarsky
2015-11-30cortex_a: rework mmu manipulationMatthias Welwarsky
2015-11-30cortex_a: force cache and tlb bypass when cpu is in debug stateMatthias Welwarsky
2015-11-30cortex_a: Update instruction cache after setting a soft breakpointMatthias Welwarsky
2015-11-30armv7a: rework automatic flush-on-write handlingMatthias Welwarsky
2015-11-30armv7a: fix handling of inner cachesMatthias Welwarsky
2015-11-30add armv7a_cache handlersOleksij Rempel
2015-11-30cortex_a: add cortex_a_[read|write]_memory_ahbOleksij Rempel
2015-11-30cortex_a: add cortex_a_[read|write]_bufferOleksij Rempel
2015-11-30cortex_a: remove cache handlers from cortex_a_write_phys_memoryOleksij Rempel
2015-11-30cortex_a: remove ahb support for phys_memory accessOleksij Rempel
2015-11-13target: cortex_a: add deinit_target handler to free memoryPaul Fertser
2015-11-07target: cortex_a: do not create new register cache every resetPaul Fertser
2015-11-07Cortex A/R : Allow interrupt disable during single-stepEvan Hunter
2015-04-24target/cortex_a: examination should be done every time it's asked forPaul Fertser
2015-04-16Fix several format specifiers errors exposed by arm-none-eabiPaul Fertser
2015-04-14target/cortex_a: emit a clear error message when dbgbase can't be detectedPaul Fertser