summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ARM ADI-V5: cleanup CID/PID addressingDavid Brownell2010-07-161-21/+23
* ARM ADI-V5: PIDs and CIDs are 8 bitsDavid Brownell2010-07-131-21/+41
* arm9: revert change arm9tdmi cmd group name to arm9Spencer Oliver2010-07-121-2/+2
* arm11: fix gaffe in no-ack transfersØyvind Harboe2010-06-231-1/+1
* error number: reviewAntonio Borneo2010-06-232-3/+3
* cortex a8: only physical read/write's are available when target is runningØyvind Harboe2010-06-221-2/+9
* target: $_TARGET mdw now has a phys optionØyvind Harboe2010-06-221-8/+28
* target: mwX on target object now supporst phys argumentØyvind Harboe2010-06-221-8/+25
* target: Fix shadow issues on MacEdgar Grimberg2010-06-221-3/+3
* 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
* arm_adi_v5: error propagation fixesØyvind Harboe2010-06-221-18/+22
* target/avrt: review unused symbolsAntonio Borneo2010-06-211-56/+0
* target/avr: review scope of symbolsAntonio Borneo2010-06-212-33/+40
* target/feroceon: review scope of symbolsAntonio Borneo2010-06-211-23/+32
* target/mips_m4k: review scope of symbolsAntonio Borneo2010-06-212-44/+46
* jtag: do not use jtag_get_error()Øyvind Harboe2010-06-211-5/+2
* adi_v5_jtag: add missing error handlingØyvind Harboe2010-06-211-1/+5
* cortex a8: add missing error handlingØyvind Harboe2010-06-211-3/+11
* cortex a8: fix segfault for unexamined targetsØyvind Harboe2010-06-192-3/+13
* target/dsp563xx: review unused symbolsAntonio Borneo2010-06-182-56/+0
* target/dsp563xx: review scope of symbolsAntonio Borneo2010-06-182-50/+27
* mips_ejtag: -Wshadow warning fixesØyvind Harboe2010-06-151-2/+2
* mips32_pracc: -Wshadow warning fixesØyvind Harboe2010-06-151-3/+3
* mips_m4k: -Wshadow warning fixesØyvind Harboe2010-06-151-2/+2
* mips32: -Wshadow warning fixesØyvind Harboe2010-06-151-2/+2
* cortex_a8: -Wshadow warning fixesØyvind Harboe2010-06-151-9/+9
* arm11_dbgtap: -Wshadow warning fixesØyvind Harboe2010-06-151-16/+16
* arm926ejs: -Wshadow warning fixØyvind Harboe2010-06-151-10/+10
* arm920t: -Wshadow warning fixesØyvind Harboe2010-06-151-11/+12
* arm720t: -Wshadow warning fixØyvind Harboe2010-06-151-4/+4
* adi_v5_jtag: -Wshadow warning fixesØyvind Harboe2010-06-151-5/+5
* arm_adi: -Wshadow warning fixØyvind Harboe2010-06-151-3/+3
* arm_simulator: -Wshadow warning fixesØyvind Harboe2010-06-151-11/+11
* arm_dpm: -Wshadow warning fixØyvind Harboe2010-06-151-3/+3
* target: -Wshdaow warning fixØyvind Harboe2010-06-151-5/+5
* breakpoint: -Wshadow warning fixØyvind Harboe2010-06-151-4/+4
* target: fix retval gaffe in mwX commandsØyvind Harboe2010-06-141-1/+1
* TARGET: removed unused parametersAntonio Borneo2010-06-127-27/+8
* TARGET: removed unsed parameterAntonio Borneo2010-06-127-25/+11
* TARGET: fix handling return code of MMU translationAntonio Borneo2010-06-126-26/+0
* TARGET/ARM920T: fix return valueAntonio Borneo2010-06-121-1/+1