aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a.c
AgeCommit message (Expand)Author
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
2015-04-14Cortex-A: Don't flush the data/unified cache if MMU is offUwe Kleine-König
2015-03-09target/cortex_a: remove dead assignmentPaul Fertser
2015-02-22Cortex A: fix extra memory read and non-word sizesChristopher Head
2015-02-11cortex_a: Add Cortex-A5 identificationOlivier Schonken
2015-01-10cortex_a: Add support for A7 MPCoreAlexander Stein
2015-01-10cortex_a: Add support for A15 MPCoreKamal Dasu
2014-10-06arm_adi_v5: make dap_lookup_cs_component() traverse subtables and handle mult...Paul Fertser
2014-07-03cortex_a: target implementation renames cortex_a8 to cortex_aKamal Dasu
2014-06-22cortex_a: fix lockup when writing to high addressSeth LaForge
2014-04-14target/cortex_a: check gdb_service before dereferencing in update_halt_gdbPaul Fertser