summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* fastload: fix error handling upon running out of memoryØyvind Harboe2010-11-221-6/+16
* build: add common.mkSpencer Oliver2010-11-181-4/+1
* cortex_m3: report detected error condition in pollØyvind Harboe2010-11-091-6/+13
* target: document that target_poll() will report and clear sticky errorsØyvind Harboe2010-11-091-0/+12
* CortexA8: Implement debug base autodetectionMarek Vasut2010-11-051-7/+12
* ADIv5: Implement function to lookup CoreSight componentMarek Vasut2010-11-052-0/+45
* ADIv5: Introduce function to detect ROM Table locationMarek Vasut2010-11-052-27/+56
* arm964e: Add support for ARM946E target.ddraskovic2010-11-044-0/+769
* jim tests: use installedØyvind Harboe2010-10-294-31/+46
* src: add loader src descriptionSpencer Oliver2010-10-283-0/+6
* Make systesetreq typos read sysresetreq insteadPeter Stuge2010-10-251-1/+1
* TARGET: review handle_load_image_command()Antonio Borneo2010-10-121-16/+8
* TARGET: fix segfault in handle_dump_image_command()Antonio Borneo2010-10-121-3/+3
* fileio: fileio_size() can now failØyvind Harboe2010-09-293-6/+37
* fileio: refactor struct fileio to be an opaque structureØyvind Harboe2010-09-293-6/+6
* image: fix spelling mistakeØyvind Harboe2010-09-272-13/+13
* jtagdp: remove #if 0'd kludges and explain why the code is correctØyvind Harboe2010-09-211-16/+24
* embeddedice: fix error handlingØyvind Harboe2010-09-211-0/+4
* warnings: fix alignment warningsØyvind Harboe2010-09-208-15/+15
* xscale: check that wp length does not exceed addressMike Dunn2010-09-201-0/+7
* xscale: bp/wp: additional LOG_ERROR on failureMike Dunn2010-09-201-6/+10
* breakpoints: fix error handlingØyvind Harboe2010-09-141-29/+7
* xscale: fix sw breakpoints for thumb; set bp immediatelyMike Dunn2010-09-131-4/+5
* propagate return status of set_breakpoint() up call chainMike Dunn2010-09-133-9/+5
* xscale: mark xscale registers invalid on debug entryMike Dunn2010-09-091-1/+6
* cortex m3: add cortex_m3 reset_config cmdSpencer Oliver2010-08-312-51/+84
* avr32: work-in-progressOleksandr Tymoshenko2010-08-1510-0/+1769
* tcl: remove silly ocd_ prefix to array2mem and mem2arrayØyvind Harboe2010-08-111-2/+2
* debug: use assert's when approperiateØyvind Harboe2010-08-112-4/+2
* arm: add missing error reportingØyvind Harboe2010-08-113-1/+28
* arm7/9: fix "reset run + halt"Øyvind Harboe2010-08-092-11/+27
* target: if polling fails, back offØyvind Harboe2010-08-091-8/+29
* verify_image: print out a statement that there are no further errorsØyvind Harboe2010-08-021-1/+10
* mips32: exit_point optional for mips32_run_algorithmSpencer Oliver2010-07-201-1/+1
* armv7m: exit_point optional for armv7m_run_algorithmSpencer Oliver2010-07-201-1/+1
* armv4_5: add algorithms instruction breakpoint supportSpencer Oliver2010-07-201-6/+16
* arm11 error propagation fixesØyvind Harboe2010-07-203-29/+32
* arm_jtag_scann error propagation fixesØyvind Harboe2010-07-205-12/+34
* arm_dpm: error propagation fixesØyvind Harboe2010-07-191-2/+26
* adi_jtag_ error propagationØyvind Harboe2010-07-191-4/+12
* arm: error propagation of arm_jtag_set_instrØyvind Harboe2010-07-1910-32/+108
* arm_adi_v5: dap_run() error propagationØyvind Harboe2010-07-191-15/+28
* arm_adi_v5: mem_ap_write error propagationØyvind Harboe2010-07-192-25/+78
* arm_adi_v5: error propagation of mem_ap_read_atomic_u32 failureØyvind Harboe2010-07-192-26/+73
* mem_ap_read_u32 error propagationØyvind Harboe2010-07-192-16/+48
* arm_adi_v5: add error propagation for dap_setup_accessportØyvind Harboe2010-07-192-15/+45
* debug: debug entry error propagationØyvind Harboe2010-07-1911-41/+116
* cortex a8: added timeout handlingØyvind Harboe2010-07-191-5/+28
* arm: add error propagation for enable/disable mmu cachesØyvind Harboe2010-07-198-65/+162
* arm: add error propagation to generic get_ttb fnØyvind Harboe2010-07-198-18/+46