summaryrefslogtreecommitdiff
path: root/src/target/embeddedice.c
Commit message (Expand)AuthorAgeFilesLines
...
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-12/+12
* first jtag_check_value_mask usage. tested by using "arm7_9 fast_memory_access...oharboe2009-05-081-13/+2
* remove in_handler usageoharboe2009-05-071-52/+41
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-36/+36
* retire out_mask - not used anywhereoharboe2009-05-061-12/+12
* mark usage of in_handler that can be converted into user codeoharboe2009-05-051-1/+1
* Add static keywords to core target source file data and functions.zwelch2009-04-301-6/+8
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-5/+0
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-2/+2
* The following patches was applied:mifi2009-04-181-7/+7
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-5/+5
* jtag newtap change & huge manual updateduane2008-11-301-15/+15
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-5/+8
* Laurentiu Cocanu - add error handlingoharboe2008-10-141-13/+7
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+4
* allow minidrivers to implement inner loop of dcc memory writesoharboe2008-07-281-40/+51
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* - Set up ICE registers after TRSToharboe2008-04-131-7/+28
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-8/+8
* removed excessive debug output. Perhaps a debug_level 4 should be introduced?...oharboe2008-03-071-2/+0
* - This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...oharboe2008-03-051-1/+2
* added jtag_add_dr_out(). Better for hw fifo, same for software fifo.oharboe2008-03-051-39/+1
* backed out jtag_add_shift()oharboe2008-03-011-1/+39
* Now uses jtag_add_shift() via embeddedice_write_reg_inner().oharboe2008-03-011-39/+1
* - convert all files to unix line-endingdrath2008-02-251-565/+565
* From Michael Bruckoharboe2008-02-251-565/+565
* - added gdb flash fixes patch mifi2008-01-071-2/+1
* Patch by Michael Schwingen thatdrath2007-09-051-1/+1
* - added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch...drath2007-08-251-22/+151
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-0/+69
* - added support for Intel/Marvel PXA27x (XScale) targetsdrath2007-06-211-18/+1
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-5/+24
* - explicitly disable monitor mode on ARM7/9 targetsdrath2007-04-161-0/+9
* - disabled excessive debug output in jtag.hdrath2007-04-111-1/+1
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-151-0/+6
* - disabled use of single-step bit for EmbeddedICE version 6 coresdrath2007-01-261-1/+0
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-221-10/+57
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-281-2/+3
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-0/+1
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-0/+2
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+301