aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a.c
AgeCommit message (Expand)Author
2019-03-27smp: move sub-command "smp_gdb" in file smp.cAntonio Borneo
2019-03-27smp: replace commands smp_on/smp_off with "smp [on|off]"Antonio Borneo
2019-03-06target/cortex_a: Use 'bool' data typeMarc Schink
2019-03-01Use enum for target_register_timer_callback()Marc Schink
2019-02-25cortex_a: fix a potential memory leak in cortex_a_target_create()Antonio Borneo
2019-01-16cortex_a_poll: minor code factorization to enhance readabilityTarek BOCHKATI
2019-01-08target/arm: add support for multi-architecture gdbAntonio Borneo
2018-12-18target/cortex_a: enable DSCR_HALT_DBG_MODE during examineAntonio Borneo
2018-11-08armv7a: ARMv7-A MMU toolsMatthias Welwarsky
2018-11-06target/cortex_a: remove duplicate code to read target registersAntonio Borneo
2018-11-06target/arm_dpm: uniform names of exported functionsAntonio Borneo
2018-11-06target/cortex_a: remove buggy memory AP accessesAntonio Borneo
2018-11-06target/cortex_a: remove unused code controlled by "fast_reg_read"Antonio Borneo
2018-10-27target/cortex_a: fix temporary breakpoint during stepAntonio Borneo
2018-09-12target/cortex_a: poll all targets in SMP node after haltAntonio Borneo
2018-08-06target/cortex_a: allow command dacrfixup during init phaseAntonio Borneo
2018-07-27target/cortex_a: fix compile error for uninitialized variablePaul Bartholomew
2018-07-24cortex_a: fix virt2phys when mmu is disabledMatthias Welwarsky
2018-07-22armv7a: read ttbcr and ttb0/1 at every entry in debug stateAntonio Borneo
2018-03-30target: restructure dap supportMatthias Welwarsky
2018-03-20transport: add transport_is_hla()Tomas Vanek
2018-03-10Support for Arm VFP v3 registers read/writeOmair Javaid
2018-03-09Cortex-R : Remove commands which are not relevant to Cortex-REvan Hunter
2018-02-21cortex_a: fix handling of Thumb-2 32bit breakpointsMatthias Welwarsky
2018-02-07cortex_a: faster debug initMatthias Welwarsky
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