summaryrefslogtreecommitdiff
path: root/src/target/arm_jtag.c
Commit message (Expand)AuthorAgeFilesLines
* ARM_JTAG: review scope of functionsAntonio Borneo2010-04-101-1/+1
* jtag: move towards making out_value constØyvind Harboe2010-03-201-1/+1
* jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe2010-03-181-6/+6
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-081-2/+2
* jtag: retire tap fieldØyvind Harboe2010-03-081-3/+2
* embedded hosts: optimize common code path for core arm operationsØyvind Harboe2009-12-111-43/+32
* remove unused arm_jtag_buf_to_* helpersZachary T Welch2009-11-141-89/+0
* struct scan_field_s -> struct scan_fieldZachary T Welch2009-11-141-12/+12
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-4/+4
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-1/+1
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-1/+1
* - Fixes '==' whitespacezwelch2009-06-231-2/+2
* - Replace 'if(' with 'if ('.zwelch2009-06-231-2/+2
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-11/+11
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-4/+4
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-25/+25
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-3/+3
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-3/+3
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-5/+0
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-1/+1
* pull up verify_capture_ir one level in api stackoharboe2009-05-081-5/+12
* marker for in_handler to removeoharboe2009-05-071-5/+5
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-3/+3
* retire out_mask - not used anywhereoharboe2009-05-061-1/+1
* The following patches was applied:mifi2009-04-181-2/+2
* jtag newtap change & huge manual updateduane2008-11-301-6/+7
* jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe2008-11-191-7/+9
* Laurentiu Cocanu - add error handlingoharboe2008-10-141-8/+11
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+1
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* This matters for embedded devices, but is probably not observably better for ...oharboe2008-05-071-25/+11
* added an #error in case anybody tries to compile that broken code.oharboe2008-02-291-0/+1
* - convert all files to unix line-endingdrath2008-02-251-207/+207
* From Michael Bruckoharboe2008-02-251-207/+207
* - added patch "remove error handler as planned"mifi2008-01-201-35/+14
* - use correct SCAN_N check value (disabled by default)drath2008-01-141-1/+1
* - added gdb flash fixes patch mifi2008-01-071-6/+8
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-5/+33
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-3/+83
* - 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/+116