aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.c
AgeCommit message (Expand)Author
2010-09-13propagate return status of set_breakpoint() up call chainMike Dunn
2010-07-19debug: debug entry error propagationØyvind Harboe
2010-07-19cortex a8: added timeout handlingØyvind Harboe
2010-07-19arm: add error propagation for enable/disable mmu cachesØyvind Harboe
2010-07-19arm: add error propagation to generic get_ttb fnØyvind Harboe
2010-07-19cortex a8: lots of error propagation fixesØyvind Harboe
2010-07-19cortex a8: mem_ap_read_buf_u32() error handlingØyvind Harboe
2010-07-19cortex a8: add missing error handling for cortex_a8_dap_write/read_coreregist...Øyvind Harboe
2010-07-19cortex a8: add missing error handling from cortex_a8_exec_opcode()Øyvind Harboe
2010-07-19cortex a8: add missing error handling for mem_ap_atomic_write_u32()Øyvind Harboe
2010-07-19cortex a8: add missing error handling for mem_ap_read_atomic_u32()Øyvind Harboe
2010-07-18spelling fixes in commentsØyvind Harboe
2010-06-22cortex a8: only physical read/write's are available when target is runningØyvind Harboe
2010-06-22cortex a8: print message that locking debug access succeeded on second tryØyvind Harboe
2010-06-22cortex a8: add error propagation for poll/resumeØyvind Harboe
2010-06-22cortex a8: add timeouts waiting for restart, prepare and haltØyvind Harboe
2010-06-22cortex a8: add error propagation for mem_ap_read/write_atomic_u32Øyvind Harboe
2010-06-21cortex a8: add missing error handlingØyvind Harboe
2010-06-19cortex a8: fix segfault for unexamined targetsØyvind Harboe
2010-06-15cortex_a8: -Wshadow warning fixesØyvind Harboe
2010-06-12TARGET: removed unused parametersAntonio Borneo
2010-06-12TARGET: removed unsed parameterAntonio Borneo
2010-06-12TARGET: fix handling return code of MMU translationAntonio Borneo
2010-06-11arm mmu: error propagation added for address translationØyvind Harboe
2010-04-14cortex-a8: more MMU supportAnton Fedotov
2010-03-17arm7/9: remove unused post_restore_contextØyvind Harboe
2010-03-05ADIv5 share DAP command supportDavid Brownell
2010-03-04rename "swjdp_common" as "adiv5_dap"David Brownell
2010-02-21ADIv5 clean up AP selection and register cachingDavid Brownell
2010-02-21ARM: keep a handle to the PCDavid Brownell
2010-01-27Cortex-A8: debug messaging tweaksDavid Brownell
2010-01-07ARMv7: help/usage updatesDavid Brownell
2009-12-26ARM: add comment re register exportsDavid Brownell
2009-12-07ARM: rename some generic routinesDavid Brownell
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell
2009-12-03ARM DPM: share debug reason logicDavid Brownell
2009-12-03ARM DPM: make DSCR bit defs sharableDavid Brownell
2009-12-02ARM DPM: tweak initializationDavid Brownell
2009-12-02ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell
2009-12-01Cortex-A8: basic watchpoint supportDavid Brownell
2009-12-01ARM: core DPM support for watchpointsDavid Brownell
2009-12-01Cortex-A8: remove previous mcr()/mrc() methodsDavid Brownell
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell
2009-12-01Cortex-A8: stop using CP15 opsDavid Brownell
2009-11-27Cortex-A8: support "reset-assert" eventDavid Brownell
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-24cortex_a8: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-24Cortex-A8: avoid DSCR readsDavid Brownell