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