| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | arm_adi_v5: dap_run() error propagation | Øyvind Harboe | 2010-07-19 | 1 | -15/+28 |
* | arm_adi_v5: mem_ap_write error propagation | Øyvind Harboe | 2010-07-19 | 2 | -25/+78 |
* | arm_adi_v5: error propagation of mem_ap_read_atomic_u32 failure | Øyvind Harboe | 2010-07-19 | 2 | -26/+73 |
* | mem_ap_read_u32 error propagation | Øyvind Harboe | 2010-07-19 | 2 | -16/+48 |
* | arm_adi_v5: add error propagation for dap_setup_accessport | Øyvind Harboe | 2010-07-19 | 2 | -15/+45 |
* | debug: debug entry error propagation | Øyvind Harboe | 2010-07-19 | 11 | -41/+116 |
* | cortex a8: added timeout handling | Øyvind Harboe | 2010-07-19 | 1 | -5/+28 |
* | arm: add error propagation for enable/disable mmu caches | Øyvind Harboe | 2010-07-19 | 8 | -65/+162 |
* | arm: add error propagation to generic get_ttb fn | Øyvind Harboe | 2010-07-19 | 8 | -18/+46 |
* | cortex a8: lots of error propagation fixes | Øyvind Harboe | 2010-07-19 | 1 | -18/+53 |
* | cortex a8: mem_ap_read_buf_u32() error handling | Øyvind Harboe | 2010-07-19 | 1 | -1/+3 |
* | cortex a8: add missing error handling for cortex_a8_dap_write/read_coreregist... | Øyvind Harboe | 2010-07-19 | 1 | -3/+9 |
* | cortex a8: add missing error handling from cortex_a8_exec_opcode() | Øyvind Harboe | 2010-07-19 | 1 | -13/+52 |
* | cortex a8: add missing error handling for mem_ap_atomic_write_u32() | Øyvind Harboe | 2010-07-19 | 1 | -1/+5 |
* | cortex a8: add missing error handling for mem_ap_read_atomic_u32() | Øyvind Harboe | 2010-07-19 | 1 | -0/+11 |
* | spelling fixes in comments | Øyvind Harboe | 2010-07-18 | 1 | -5/+5 |
* | ARM ADI-V5: cleanup CID/PID addressing | David Brownell | 2010-07-16 | 1 | -21/+23 |
* | ARM ADI-V5: PIDs and CIDs are 8 bits | David Brownell | 2010-07-13 | 1 | -21/+41 |
* | arm9: revert change arm9tdmi cmd group name to arm9 | Spencer Oliver | 2010-07-12 | 1 | -2/+2 |
* | arm11: fix gaffe in no-ack transfers | Øyvind Harboe | 2010-06-23 | 1 | -1/+1 |
* | error number: review | Antonio Borneo | 2010-06-23 | 2 | -3/+3 |
* | cortex a8: only physical read/write's are available when target is running | Øyvind Harboe | 2010-06-22 | 1 | -2/+9 |
* | target: $_TARGET mdw now has a phys option | Øyvind Harboe | 2010-06-22 | 1 | -8/+28 |
* | target: mwX on target object now supporst phys argument | Øyvind Harboe | 2010-06-22 | 1 | -8/+25 |
* | target: Fix shadow issues on Mac | Edgar Grimberg | 2010-06-22 | 1 | -3/+3 |
* | cortex a8: print message that locking debug access succeeded on second try | Øyvind Harboe | 2010-06-22 | 1 | -0/+4 |
* | cortex a8: add error propagation for poll/resume | Øyvind Harboe | 2010-06-22 | 1 | -5/+15 |
* | cortex a8: add timeouts waiting for restart, prepare and halt | Øyvind Harboe | 2010-06-22 | 1 | -6/+36 |
* | cortex a8: add error propagation for mem_ap_read/write_atomic_u32 | Øyvind Harboe | 2010-06-22 | 1 | -7/+31 |
* | arm_adi_v5: error propagation fixes | Øyvind Harboe | 2010-06-22 | 1 | -18/+22 |
* | target/avrt: review unused symbols | Antonio Borneo | 2010-06-21 | 1 | -56/+0 |
* | target/avr: review scope of symbols | Antonio Borneo | 2010-06-21 | 2 | -33/+40 |
* | target/feroceon: review scope of symbols | Antonio Borneo | 2010-06-21 | 1 | -23/+32 |
* | target/mips_m4k: review scope of symbols | Antonio Borneo | 2010-06-21 | 2 | -44/+46 |
* | jtag: do not use jtag_get_error() | Øyvind Harboe | 2010-06-21 | 1 | -5/+2 |
* | adi_v5_jtag: add missing error handling | Øyvind Harboe | 2010-06-21 | 1 | -1/+5 |
* | cortex a8: add missing error handling | Øyvind Harboe | 2010-06-21 | 1 | -3/+11 |
* | cortex a8: fix segfault for unexamined targets | Øyvind Harboe | 2010-06-19 | 2 | -3/+13 |
* | target/dsp563xx: review unused symbols | Antonio Borneo | 2010-06-18 | 2 | -56/+0 |
* | target/dsp563xx: review scope of symbols | Antonio Borneo | 2010-06-18 | 2 | -50/+27 |
* | mips_ejtag: -Wshadow warning fixes | Øyvind Harboe | 2010-06-15 | 1 | -2/+2 |
* | mips32_pracc: -Wshadow warning fixes | Øyvind Harboe | 2010-06-15 | 1 | -3/+3 |
* | mips_m4k: -Wshadow warning fixes | Øyvind Harboe | 2010-06-15 | 1 | -2/+2 |
* | mips32: -Wshadow warning fixes | Øyvind Harboe | 2010-06-15 | 1 | -2/+2 |
* | cortex_a8: -Wshadow warning fixes | Øyvind Harboe | 2010-06-15 | 1 | -9/+9 |
* | arm11_dbgtap: -Wshadow warning fixes | Øyvind Harboe | 2010-06-15 | 1 | -16/+16 |
* | arm926ejs: -Wshadow warning fix | Øyvind Harboe | 2010-06-15 | 1 | -10/+10 |
* | arm920t: -Wshadow warning fixes | Øyvind Harboe | 2010-06-15 | 1 | -11/+12 |
* | arm720t: -Wshadow warning fix | Øyvind Harboe | 2010-06-15 | 1 | -4/+4 |
* | adi_v5_jtag: -Wshadow warning fixes | Øyvind Harboe | 2010-06-15 | 1 | -5/+5 |