aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a.c
AgeCommit message (Expand)Author
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
2014-03-07cortex_a: Fix endianess issues in cortex_a8_*_apb_ab_memoryKamal Dasu
2014-02-06cortex_a: do not try to use MMU for translation if it wasn't enabled on targe...Paul Fertser
2014-01-11adi_v5: Remove unnecessary MEM-AP access functionsAndreas Fritiofson
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser
2013-09-08target: remove unimplemented target_request_data implementationsSpencer Oliver
2013-09-08target: remove unimplemented soft_reset_halt implementationsSpencer Oliver
2013-06-12cortex_a: remove memory leak on failureSpencer Oliver
2013-06-05update files to correct FSF addressSpencer Oliver
2013-06-03cortex_a: fix FTBS on ARM due to alignment issuesAndreas Fritiofson
2013-05-28targets: fix target_type name for Cortex-A targetsPaul Fertser
2013-04-28target: rename cortex_a8 to cortex_aSpencer Oliver
2013-03-15target: fix broken Cortex-R4 supportSpencer Oliver
2013-03-15target: Add default implementation of bulk_write_memoryAndreas Fritiofson
2013-03-15arch: Added ARMv7R and Cortex-R4 supportEvan Hunter
2013-03-15adi_v5: search for Debug and Memory AP supportEvan Hunter
2013-03-15cortex_a : optimize apb read/write access.Evan Hunter
2013-03-13target: Remove read_memory_impAndreas Fritiofson
2013-03-13target: Remove write_memory_impAndreas Fritiofson
2012-12-09cortex_a: Fix target entry state route.Evan Hunter
2012-05-28build: remove src file execute permissionSpencer Oliver
2012-02-06build: cleanup src/target directorySpencer Oliver
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver
2012-01-18cmd: add missing usage varsSpencer Oliver