aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-24target/cortex_a: use extensively cortex_a_wait_dscr_bits()Antonio Borneo1-71/+39
2019-04-24target/cortex_a: check dscr before timeoutAntonio Borneo1-3/+11
2019-04-24target/cortex_a: fix waiting for target halted after stepAntonio Borneo1-0/+2
2019-03-27smp: move sub-command "smp_gdb" in file smp.cAntonio Borneo1-28/+0
2019-03-27smp: replace commands smp_on/smp_off with "smp [on|off]"Antonio Borneo1-51/+4
2019-03-06target/cortex_a: Use 'bool' data typeMarc Schink1-6/+6
2019-03-01Use enum for target_register_timer_callback()Marc Schink1-1/+2
2019-02-25cortex_a: fix a potential memory leak in cortex_a_target_create()Antonio Borneo1-5/+14
2019-01-16cortex_a_poll: minor code factorization to enhance readabilityTarek BOCHKATI1-24/+11
2019-01-08target/arm: add support for multi-architecture gdbAntonio Borneo1-0/+2
2018-12-18target/cortex_a: enable DSCR_HALT_DBG_MODE during examineAntonio Borneo1-14/+25
2018-11-08armv7a: ARMv7-A MMU toolsMatthias Welwarsky1-0/+4
2018-11-06target/cortex_a: remove duplicate code to read target registersAntonio Borneo1-155/+3
2018-11-06target/arm_dpm: uniform names of exported functionsAntonio Borneo1-5/+5
2018-11-06target/cortex_a: remove buggy memory AP accessesAntonio Borneo1-140/+10
2018-11-06target/cortex_a: remove unused code controlled by "fast_reg_read"Antonio Borneo1-81/+6
2018-10-27target/cortex_a: fix temporary breakpoint during stepAntonio Borneo1-0/+1
2018-09-12target/cortex_a: poll all targets in SMP node after haltAntonio Borneo1-0/+34
2018-08-06target/cortex_a: allow command dacrfixup during init phaseAntonio Borneo1-1/+1
2018-07-27target/cortex_a: fix compile error for uninitialized variablePaul Bartholomew1-1/+1
2018-07-24cortex_a: fix virt2phys when mmu is disabledMatthias Welwarsky1-0/+14
2018-07-22armv7a: read ttbcr and ttb0/1 at every entry in debug stateAntonio Borneo1-0/+3
2018-03-30target: restructure dap supportMatthias Welwarsky1-22/+20
2018-03-20transport: add transport_is_hla()Tomas Vanek1-1/+1
2018-03-10Support for Arm VFP v3 registers read/writeOmair Javaid1-0/+2
2018-03-09Cortex-R : Remove commands which are not relevant to Cortex-REvan Hunter1-8/+1
2018-02-21cortex_a: fix handling of Thumb-2 32bit breakpointsMatthias Welwarsky1-0/+12
2018-02-07cortex_a: faster debug initMatthias Welwarsky1-3/+7
2017-02-10aarch64: unify armv7-a and armv8 debug entry decodingMatthias Welwarsky1-5/+1
2017-02-10arm_dpm: Add new state ARM_STATE_AARCH64David Ung1-0/+3
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-32/+35
2016-12-25target: cortex_a: fix segfault when SPSR is not properly handledPaul Fertser1-9/+11
2016-12-08cortex_a: fix reset for SWD transportMatthias Welwarsky1-3/+10
2016-12-08semihosting: support fileio operationSteven Stallion1-0/+1
2016-12-08Cortex-R: Force usage of physical memory read/write since there is no MMUEvan Hunter1-2/+2
2016-12-08cortex_a: remove partnum magic from arp_examine and dbginitMatthias Welwarsky1-119/+47
2016-11-04cortex_a/r/m: fix handling of un-examined coresMatthias Welwarsky1-9/+17
2016-11-04semihosting armv7a: Add support for ARMv7-AAndrey Smirnov1-1/+19
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