aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a.c
AgeCommit message (Expand)Author
2019-10-18target/cortex_a: Extract code to read/write from/to register to/from DCCFlorian Fainelli
2019-10-18target/cortex_a: use aligned accesses for read/write cpu memory slowAntonio Borneo
2019-06-14target/cortex_a: remove dependency from jtag queueAntonio Borneo
2019-06-12armv7a_mmu: Do not restrict virtual addresses to uint32_tFlorian Fainelli
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-05-14target/armv7a: change prototype of armv7a_handle_cache_info_command()Paul Fertser
2019-04-24target/cortex_a: use extensively cortex_a_wait_dscr_bits()Antonio Borneo
2019-04-24target/cortex_a: check dscr before timeoutAntonio Borneo
2019-04-24target/cortex_a: fix waiting for target halted after stepAntonio Borneo
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