summaryrefslogtreecommitdiff
path: root/src/target/embeddedice.c
Commit message (Expand)AuthorAgeFilesLines
* Dragonite has the same EICE affliction as feroceon.dbrownell2009-10-061-1/+2
* Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe2009-08-241-0/+1
* David Brownell <david-b@pacbell.net> Clean up ARM7/ARM9 EmbeddedICE register ...oharboe2009-08-181-46/+126
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-2/+2
* - Fixes '!=' whitespacezwelch2009-06-231-2/+2
* C99 printf() -Werror fixesduane2009-06-211-2/+2
* fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe2009-06-191-1/+1
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-7/+7
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-17/+17
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-5/+5
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-7/+7
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-7/+7
* some trivial minidriver fixesoharboe2009-06-021-1/+5
* Add target_get_name wrapper:zwelch2009-05-311-1/+1
* Author: Nicolas Pitre <nico@cam.org>kc8apf2009-05-271-0/+7
* switch to jtag_add_dr_scan_check() - USB performance fixoharboe2009-05-111-3/+9
* switch to jtag_add_callback() - USB performance fixoharboe2009-05-111-40/+4
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-12/+0
* 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