aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-20Fix spelling of ARM CortexAndreas Färber1-2/+2
2016-05-20cortex_a: Rename APB-AP to CPU in memory contextsAndreas Fritiofson1-29/+28
2016-05-08cortex_a: fix cortex_a_assert_reset() if srst_gates_jtagMatthias Welwarsky1-1/+3
2016-05-05target: improve robustness of reset commandTomas Vanek1-0/+2
2016-03-24cortex_a: allow physical memory access through AHB-AP againMatthias Welwarsky1-14/+29
2016-02-29Cortex-A/R: Fix Mask-ISR parsingEvan Hunter1-8/+5
2016-02-29Cortex-A/R: Add missing timeout for loop polling DSCR & fix timeout typesEvan Hunter1-9/+14
2016-01-12Cortex-A: Fix unicode quote in commentEvan Hunter1-1/+1
2015-12-29cortex_a: add 'dacrfixup' to cortex-a command groupMatthias Welwarsky1-1/+59
2015-12-29cortex_a: select APB-AP as the default APMatthias Welwarsky1-0/+3
2015-12-29cortex: Set default memaccess_tck only during examineAndreas Fritiofson1-1/+2
2015-12-29arm_adi_v5: Remove all mem_ap_sel_* functionsAndreas Fritiofson1-68/+68
2015-12-29arm_adi_v5: Split ahbap_debugport_initAndreas Fritiofson1-11/+21
2015-12-29arm_adi_v5: Change mem_ap calls to take pointer to AP and not DAPAndreas Fritiofson1-98/+73
2015-12-29cortex_a: Find debug base using the detected APB-AP and not AP 1Andreas Fritiofson1-2/+2
2015-12-29arm_adi_v5: Convert the AP references from numbers to pointersAndreas Fritiofson1-72/+72
2015-12-29cortex_a: Call ahbap_debugport_init on the discovered AP and not 0Andreas Fritiofson1-7/+8
2015-12-29target/arm: Remove usage of struct arm_jtag in ARMv7 targetsAndreas Fritiofson1-5/+1
2015-12-29arm_debug: Support multiple APs per DAP and remove DAP from armv7* structsPatrick Stewart1-12/+6
2015-12-29cortex_m: Select an AP when accessing the DAPPatrick Stewart1-1/+1
2015-12-29cortex-a: Fix "Detected core" number is always '0'Alamy Liu1-1/+1
2015-12-01cortex_a: fix fast-mode memory readsMatthias Welwarsky1-23/+23
2015-11-30cortex_a: replace cortex_a_check_address functionMatthias Welwarsky1-72/+53
2015-11-30cortex_a: rework mmu manipulationMatthias Welwarsky1-17/+17
2015-11-30cortex_a: force cache and tlb bypass when cpu is in debug stateMatthias Welwarsky1-0/+12
2015-11-30cortex_a: Update instruction cache after setting a soft breakpointMatthias Welwarsky1-0/+27
2015-11-30armv7a: rework automatic flush-on-write handlingMatthias Welwarsky1-1/+3
2015-11-30armv7a: fix handling of inner cachesMatthias Welwarsky1-1/+1
2015-11-30add armv7a_cache handlersOleksij Rempel1-0/+2
2015-11-30cortex_a: add cortex_a_[read|write]_memory_ahbOleksij Rempel1-53/+103
2015-11-30cortex_a: add cortex_a_[read|write]_bufferOleksij Rempel1-0/+71
2015-11-30cortex_a: remove cache handlers from cortex_a_write_phys_memoryOleksij Rempel1-54/+0
2015-11-30cortex_a: remove ahb support for phys_memory accessOleksij Rempel1-34/+14
2015-11-13target: cortex_a: add deinit_target handler to free memoryPaul Fertser1-0/+12
2015-11-07target: cortex_a: do not create new register cache every resetPaul Fertser1-3/+7
2015-11-07Cortex A/R : Allow interrupt disable during single-stepEvan Hunter1-0/+84
2015-04-24target/cortex_a: examination should be done every time it's asked forPaul Fertser1-3/+3
2015-04-16Fix several format specifiers errors exposed by arm-none-eabiPaul Fertser1-2/+2
2015-04-14target/cortex_a: emit a clear error message when dbgbase can't be detectedPaul Fertser1-1/+4
2015-04-14Cortex-A: Don't flush the data/unified cache if MMU is offUwe Kleine-König1-7/+7
2015-03-09target/cortex_a: remove dead assignmentPaul Fertser1-1/+0
2015-02-22Cortex A: fix extra memory read and non-word sizesChristopher Head1-238/+658
2015-02-11cortex_a: Add Cortex-A5 identificationOlivier Schonken1-0/+1
2015-01-10cortex_a: Add support for A7 MPCoreAlexander Stein1-0/+13
2015-01-10cortex_a: Add support for A15 MPCoreKamal Dasu1-6/+79
2014-10-06arm_adi_v5: make dap_lookup_cs_component() traverse subtables and handle mult...Paul Fertser1-1/+6
2014-07-03cortex_a: target implementation renames cortex_a8 to cortex_aKamal Dasu1-385/+386
2014-06-22cortex_a: fix lockup when writing to high addressSeth LaForge1-6/+6
2014-04-14target/cortex_a: check gdb_service before dereferencing in update_halt_gdbPaul Fertser1-1/+1