aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-22cortex_a: rename cortex_a8.c/h to cortex_a.c/hØyvind Harboe1-2319/+0
2011-03-22cortex a9: merge cortex a9 and a8 codeØyvind Harboe1-114/+286
2011-02-23cortex_a8: remove dap_ap_sel callsLuca Ellero1-68/+60
2011-02-08cortex_a8/a9: fix some commentsLuca Ellero1-4/+4
2010-11-05CortexA8: Implement debug base autodetectionMarek Vasut1-7/+12
2010-09-13propagate return status of set_breakpoint() up call chainMike Dunn1-3/+2
2010-07-19debug: debug entry error propagationØyvind Harboe1-3/+11
2010-07-19cortex a8: added timeout handlingØyvind Harboe1-5/+28
2010-07-19arm: add error propagation for enable/disable mmu cachesØyvind Harboe1-10/+16
2010-07-19arm: add error propagation to generic get_ttb fnØyvind Harboe1-4/+13
2010-07-19cortex a8: lots of error propagation fixesØyvind Harboe1-18/+53
2010-07-19cortex a8: mem_ap_read_buf_u32() error handlingØyvind Harboe1-1/+3
2010-07-19cortex a8: add missing error handling for cortex_a8_dap_write/read_coreregist...Øyvind Harboe1-3/+9
2010-07-19cortex a8: add missing error handling from cortex_a8_exec_opcode()Øyvind Harboe1-13/+52
2010-07-19cortex a8: add missing error handling for mem_ap_atomic_write_u32()Øyvind Harboe1-1/+5
2010-07-19cortex a8: add missing error handling for mem_ap_read_atomic_u32()Øyvind Harboe1-0/+11
2010-07-18spelling fixes in commentsØyvind Harboe1-5/+5
2010-06-22cortex a8: only physical read/write's are available when target is runningØyvind Harboe1-2/+9
2010-06-22cortex a8: print message that locking debug access succeeded on second tryØyvind Harboe1-0/+4
2010-06-22cortex a8: add error propagation for poll/resumeØyvind Harboe1-5/+15
2010-06-22cortex a8: add timeouts waiting for restart, prepare and haltØyvind Harboe1-6/+36
2010-06-22cortex a8: add error propagation for mem_ap_read/write_atomic_u32Øyvind Harboe1-7/+31
2010-06-21cortex a8: add missing error handlingØyvind Harboe1-3/+11
2010-06-19cortex a8: fix segfault for unexamined targetsØyvind Harboe1-3/+6
2010-06-15cortex_a8: -Wshadow warning fixesØyvind Harboe1-9/+9
2010-06-12TARGET: removed unused parametersAntonio Borneo1-3/+1
2010-06-12TARGET: removed unsed parameterAntonio Borneo1-2/+1
2010-06-12TARGET: fix handling return code of MMU translationAntonio Borneo1-4/+0
2010-06-11arm mmu: error propagation added for address translationØyvind Harboe1-2/+5
2010-04-14cortex-a8: more MMU supportAnton Fedotov1-98/+318
2010-03-17arm7/9: remove unused post_restore_contextØyvind Harboe1-4/+0
2010-03-05ADIv5 share DAP command supportDavid Brownell1-21/+23
2010-03-04rename "swjdp_common" as "adiv5_dap"David Brownell1-18/+18
2010-02-21ADIv5 clean up AP selection and register cachingDavid Brownell1-4/+4
2010-02-21ARM: keep a handle to the PCDavid Brownell1-9/+6
2010-01-27Cortex-A8: debug messaging tweaksDavid Brownell1-5/+6
2010-01-07ARMv7: help/usage updatesDavid Brownell1-2/+2
2009-12-26ARM: add comment re register exportsDavid Brownell1-0/+1
2009-12-07ARM: rename some generic routinesDavid Brownell1-2/+2
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell1-0/+1
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell1-4/+4
2009-12-03ARM DPM: share debug reason logicDavid Brownell1-25/+12
2009-12-03ARM DPM: make DSCR bit defs sharableDavid Brownell1-23/+29
2009-12-02ARM DPM: tweak initializationDavid Brownell1-1/+6
2009-12-02ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell1-22/+8
2009-12-01Cortex-A8: basic watchpoint supportDavid Brownell1-0/+66
2009-12-01ARM: core DPM support for watchpointsDavid Brownell1-8/+4
2009-12-01Cortex-A8: remove previous mcr()/mrc() methodsDavid Brownell1-97/+1
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell1-5/+6
2009-12-01Cortex-A8: stop using CP15 opsDavid Brownell1-16/+53