summaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.c
Commit message (Expand)AuthorAgeFilesLines
* CortexA8: Implement debug base autodetectionMarek Vasut2010-11-051-7/+12
* propagate return status of set_breakpoint() up call chainMike Dunn2010-09-131-3/+2
* debug: debug entry error propagationØyvind Harboe2010-07-191-3/+11
* cortex a8: added timeout handlingØyvind Harboe2010-07-191-5/+28
* arm: add error propagation for enable/disable mmu cachesØyvind Harboe2010-07-191-10/+16
* arm: add error propagation to generic get_ttb fnØyvind Harboe2010-07-191-4/+13
* cortex a8: lots of error propagation fixesØyvind Harboe2010-07-191-18/+53
* cortex a8: mem_ap_read_buf_u32() error handlingØyvind Harboe2010-07-191-1/+3
* cortex a8: add missing error handling for cortex_a8_dap_write/read_coreregist...Øyvind Harboe2010-07-191-3/+9
* cortex a8: add missing error handling from cortex_a8_exec_opcode()Øyvind Harboe2010-07-191-13/+52
* cortex a8: add missing error handling for mem_ap_atomic_write_u32()Øyvind Harboe2010-07-191-1/+5
* cortex a8: add missing error handling for mem_ap_read_atomic_u32()Øyvind Harboe2010-07-191-0/+11
* spelling fixes in commentsØyvind Harboe2010-07-181-5/+5
* cortex a8: only physical read/write's are available when target is runningØyvind Harboe2010-06-221-2/+9
* cortex a8: print message that locking debug access succeeded on second tryØyvind Harboe2010-06-221-0/+4
* cortex a8: add error propagation for poll/resumeØyvind Harboe2010-06-221-5/+15
* cortex a8: add timeouts waiting for restart, prepare and haltØyvind Harboe2010-06-221-6/+36
* cortex a8: add error propagation for mem_ap_read/write_atomic_u32Øyvind Harboe2010-06-221-7/+31
* cortex a8: add missing error handlingØyvind Harboe2010-06-211-3/+11
* cortex a8: fix segfault for unexamined targetsØyvind Harboe2010-06-191-3/+6
* cortex_a8: -Wshadow warning fixesØyvind Harboe2010-06-151-9/+9
* TARGET: removed unused parametersAntonio Borneo2010-06-121-3/+1
* TARGET: removed unsed parameterAntonio Borneo2010-06-121-2/+1
* TARGET: fix handling return code of MMU translationAntonio Borneo2010-06-121-4/+0
* arm mmu: error propagation added for address translationØyvind Harboe2010-06-111-2/+5
* cortex-a8: more MMU supportAnton Fedotov2010-04-141-98/+318
* arm7/9: remove unused post_restore_contextØyvind Harboe2010-03-171-4/+0
* ADIv5 share DAP command supportDavid Brownell2010-03-051-21/+23
* rename "swjdp_common" as "adiv5_dap"David Brownell2010-03-041-18/+18
* ADIv5 clean up AP selection and register cachingDavid Brownell2010-02-211-4/+4
* ARM: keep a handle to the PCDavid Brownell2010-02-211-9/+6
* Cortex-A8: debug messaging tweaksDavid Brownell2010-01-271-5/+6
* ARMv7: help/usage updatesDavid Brownell2010-01-071-2/+2
* ARM: add comment re register exportsDavid Brownell2009-12-261-0/+1
* ARM: rename some generic routinesDavid Brownell2009-12-071-2/+2
* ARM: move opcode macros to <target/arm_opcodes.h>David Brownell2009-12-071-0/+1
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-041-4/+4
* ARM DPM: share debug reason logicDavid Brownell2009-12-031-25/+12
* ARM DPM: make DSCR bit defs sharableDavid Brownell2009-12-031-23/+29
* ARM DPM: tweak initializationDavid Brownell2009-12-021-1/+6
* ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell2009-12-021-22/+8
* Cortex-A8: basic watchpoint supportDavid Brownell2009-12-011-0/+66
* ARM: core DPM support for watchpointsDavid Brownell2009-12-011-8/+4
* Cortex-A8: remove previous mcr()/mrc() methodsDavid Brownell2009-12-011-97/+1
* target: "mcr" and "mrc" are ARM-specificDavid Brownell2009-12-011-5/+6
* Cortex-A8: stop using CP15 opsDavid Brownell2009-12-011-16/+53
* Cortex-A8: support "reset-assert" eventDavid Brownell2009-11-271-5/+28
* remove target_type register_command callbackZachary T Welch2009-11-241-8/+7
* cortex_a8: use register_commands()Zachary T Welch2009-11-241-17/+25
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-3/+3