aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2010-12-22config: add init_targets proc that is executed just before initØyvind Harboe1-0/+8
2010-12-04xscale: trace buffer remains enabled until explicitly disabledMike Dunn2-54/+97
2010-12-03cortex_m3: change cortec_m3 reset_config behaviourSpencer Oliver2-19/+2
2010-12-01profile: use 100Hz as a default sampling frequencyØyvind Harboe1-2/+2
2010-11-22fastload: fix error handling upon running out of memoryØyvind Harboe1-6/+16
2010-11-18build: add common.mkSpencer Oliver1-4/+1
2010-11-09cortex_m3: report detected error condition in pollØyvind Harboe1-6/+13
2010-11-09target: document that target_poll() will report and clear sticky errorsØyvind Harboe1-0/+12
2010-11-05CortexA8: Implement debug base autodetectionMarek Vasut1-7/+12
2010-11-05ADIv5: Implement function to lookup CoreSight componentMarek Vasut2-0/+45
2010-11-05ADIv5: Introduce function to detect ROM Table locationMarek Vasut2-27/+56
2010-11-04arm964e: Add support for ARM946E target.ddraskovic4-0/+769
2010-10-29jim tests: use installedØyvind Harboe4-31/+46
2010-10-28src: add loader src descriptionSpencer Oliver3-0/+6
2010-10-25Make systesetreq typos read sysresetreq insteadPeter Stuge1-1/+1
2010-10-12TARGET: review handle_load_image_command()Antonio Borneo1-16/+8
2010-10-12TARGET: fix segfault in handle_dump_image_command()Antonio Borneo1-3/+3
2010-09-29fileio: fileio_size() can now failØyvind Harboe3-6/+37
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe3-6/+6
2010-09-27image: fix spelling mistakeØyvind Harboe2-13/+13
2010-09-21jtagdp: remove #if 0'd kludges and explain why the code is correctØyvind Harboe1-16/+24
2010-09-21embeddedice: fix error handlingØyvind Harboe1-0/+4
2010-09-20warnings: fix alignment warningsØyvind Harboe8-15/+15
2010-09-20xscale: check that wp length does not exceed addressMike Dunn1-0/+7
2010-09-20xscale: bp/wp: additional LOG_ERROR on failureMike Dunn1-6/+10
2010-09-14breakpoints: fix error handlingØyvind Harboe1-29/+7
2010-09-13xscale: fix sw breakpoints for thumb; set bp immediatelyMike Dunn1-4/+5
2010-09-13propagate return status of set_breakpoint() up call chainMike Dunn3-9/+5
2010-09-09xscale: mark xscale registers invalid on debug entryMike Dunn1-1/+6
2010-08-31cortex m3: add cortex_m3 reset_config cmdSpencer Oliver2-51/+84
2010-08-15avr32: work-in-progressOleksandr Tymoshenko10-0/+1769
2010-08-11tcl: remove silly ocd_ prefix to array2mem and mem2arrayØyvind Harboe1-2/+2
2010-08-11debug: use assert's when approperiateØyvind Harboe2-4/+2
2010-08-11arm: add missing error reportingØyvind Harboe3-1/+28
2010-08-09arm7/9: fix "reset run + halt"Øyvind Harboe2-11/+27
2010-08-09target: if polling fails, back offØyvind Harboe1-8/+29
2010-08-02verify_image: print out a statement that there are no further errorsØyvind Harboe1-1/+10
2010-07-20mips32: exit_point optional for mips32_run_algorithmSpencer Oliver1-1/+1
2010-07-20armv7m: exit_point optional for armv7m_run_algorithmSpencer Oliver1-1/+1
2010-07-20armv4_5: add algorithms instruction breakpoint supportSpencer Oliver1-6/+16
2010-07-20arm11 error propagation fixesØyvind Harboe3-29/+32
2010-07-20arm_jtag_scann error propagation fixesØyvind Harboe5-12/+34
2010-07-19arm_dpm: error propagation fixesØyvind Harboe1-2/+26
2010-07-19adi_jtag_ error propagationØyvind Harboe1-4/+12
2010-07-19arm: error propagation of arm_jtag_set_instrØyvind Harboe10-32/+108
2010-07-19arm_adi_v5: dap_run() error propagationØyvind Harboe1-15/+28
2010-07-19arm_adi_v5: mem_ap_write error propagationØyvind Harboe2-25/+78
2010-07-19arm_adi_v5: error propagation of mem_ap_read_atomic_u32 failureØyvind Harboe2-26/+73
2010-07-19mem_ap_read_u32 error propagationØyvind Harboe2-16/+48
2010-07-19arm_adi_v5: add error propagation for dap_setup_accessportØyvind Harboe2-15/+45