| Commit message (Expand) | Author | Age | Files | Lines |
* | xscale: trace buffer remains enabled until explicitly disabled | Mike Dunn | 2010-12-04 | 2 | -54/+97 |
* | cortex_m3: change cortec_m3 reset_config behaviour | Spencer Oliver | 2010-12-03 | 2 | -19/+2 |
* | profile: use 100Hz as a default sampling frequency | Øyvind Harboe | 2010-12-01 | 1 | -2/+2 |
* | fastload: fix error handling upon running out of memory | Øyvind Harboe | 2010-11-22 | 1 | -6/+16 |
* | build: add common.mk | Spencer Oliver | 2010-11-18 | 1 | -4/+1 |
* | cortex_m3: report detected error condition in poll | Øyvind Harboe | 2010-11-09 | 1 | -6/+13 |
* | target: document that target_poll() will report and clear sticky errors | Øyvind Harboe | 2010-11-09 | 1 | -0/+12 |
* | CortexA8: Implement debug base autodetection | Marek Vasut | 2010-11-05 | 1 | -7/+12 |
* | ADIv5: Implement function to lookup CoreSight component | Marek Vasut | 2010-11-05 | 2 | -0/+45 |
* | ADIv5: Introduce function to detect ROM Table location | Marek Vasut | 2010-11-05 | 2 | -27/+56 |
* | arm964e: Add support for ARM946E target. | ddraskovic | 2010-11-04 | 4 | -0/+769 |
* | jim tests: use installed | Øyvind Harboe | 2010-10-29 | 4 | -31/+46 |
* | src: add loader src description | Spencer Oliver | 2010-10-28 | 3 | -0/+6 |
* | Make systesetreq typos read sysresetreq instead | Peter Stuge | 2010-10-25 | 1 | -1/+1 |
* | TARGET: review handle_load_image_command() | Antonio Borneo | 2010-10-12 | 1 | -16/+8 |
* | TARGET: fix segfault in handle_dump_image_command() | Antonio Borneo | 2010-10-12 | 1 | -3/+3 |
* | fileio: fileio_size() can now fail | Øyvind Harboe | 2010-09-29 | 3 | -6/+37 |
* | fileio: refactor struct fileio to be an opaque structure | Øyvind Harboe | 2010-09-29 | 3 | -6/+6 |
* | image: fix spelling mistake | Øyvind Harboe | 2010-09-27 | 2 | -13/+13 |
* | jtagdp: remove #if 0'd kludges and explain why the code is correct | Øyvind Harboe | 2010-09-21 | 1 | -16/+24 |
* | embeddedice: fix error handling | Øyvind Harboe | 2010-09-21 | 1 | -0/+4 |
* | warnings: fix alignment warnings | Øyvind Harboe | 2010-09-20 | 8 | -15/+15 |
* | xscale: check that wp length does not exceed address | Mike Dunn | 2010-09-20 | 1 | -0/+7 |
* | xscale: bp/wp: additional LOG_ERROR on failure | Mike Dunn | 2010-09-20 | 1 | -6/+10 |
* | breakpoints: fix error handling | Øyvind Harboe | 2010-09-14 | 1 | -29/+7 |
* | xscale: fix sw breakpoints for thumb; set bp immediately | Mike Dunn | 2010-09-13 | 1 | -4/+5 |
* | propagate return status of set_breakpoint() up call chain | Mike Dunn | 2010-09-13 | 3 | -9/+5 |
* | xscale: mark xscale registers invalid on debug entry | Mike Dunn | 2010-09-09 | 1 | -1/+6 |
* | cortex m3: add cortex_m3 reset_config cmd | Spencer Oliver | 2010-08-31 | 2 | -51/+84 |
* | avr32: work-in-progress | Oleksandr Tymoshenko | 2010-08-15 | 10 | -0/+1769 |
* | tcl: remove silly ocd_ prefix to array2mem and mem2array | Øyvind Harboe | 2010-08-11 | 1 | -2/+2 |
* | debug: use assert's when approperiate | Øyvind Harboe | 2010-08-11 | 2 | -4/+2 |
* | arm: add missing error reporting | Øyvind Harboe | 2010-08-11 | 3 | -1/+28 |
* | arm7/9: fix "reset run + halt" | Øyvind Harboe | 2010-08-09 | 2 | -11/+27 |
* | target: if polling fails, back off | Øyvind Harboe | 2010-08-09 | 1 | -8/+29 |
* | verify_image: print out a statement that there are no further errors | Øyvind Harboe | 2010-08-02 | 1 | -1/+10 |
* | mips32: exit_point optional for mips32_run_algorithm | Spencer Oliver | 2010-07-20 | 1 | -1/+1 |
* | armv7m: exit_point optional for armv7m_run_algorithm | Spencer Oliver | 2010-07-20 | 1 | -1/+1 |
* | armv4_5: add algorithms instruction breakpoint support | Spencer Oliver | 2010-07-20 | 1 | -6/+16 |
* | arm11 error propagation fixes | Øyvind Harboe | 2010-07-20 | 3 | -29/+32 |
* | arm_jtag_scann error propagation fixes | Øyvind Harboe | 2010-07-20 | 5 | -12/+34 |
* | arm_dpm: error propagation fixes | Øyvind Harboe | 2010-07-19 | 1 | -2/+26 |
* | adi_jtag_ error propagation | Øyvind Harboe | 2010-07-19 | 1 | -4/+12 |
* | arm: error propagation of arm_jtag_set_instr | Øyvind Harboe | 2010-07-19 | 10 | -32/+108 |
* | 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 |