index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
arm_jtag.c
Age
Commit message (
Expand
)
Author
2020-03-07
helper/binarybuffer: fix clang static analyzer warnings
Tomas Vanek
2016-05-24
Remove FSF address from GPL notices
Marc Schink
2015-12-29
target/arm: Remove usage of struct arm_jtag in ARMv7 targets
Andreas Fritiofson
2014-01-20
Retire jtag_add_dr_out
Andreas Fritiofson
2013-06-05
update files to correct FSF address
Spencer Oliver
2012-02-06
build: cleanup src/target directory
Spencer Oliver
2010-04-10
ARM_JTAG: review scope of functions
Antonio Borneo
2010-03-20
jtag: move towards making out_value const
Øyvind Harboe
2010-03-18
jtag: retire one instance of jtag_get_end_state() usage
Øyvind Harboe
2010-03-08
jtag: jtag_add_ir_scan() now takes a single field
Øyvind Harboe
2010-03-08
jtag: retire tap field
Øyvind Harboe
2009-12-11
embedded hosts: optimize common code path for core arm operations
Øyvind Harboe
2009-11-14
remove unused arm_jtag_buf_to_* helpers
Zachary T Welch
2009-11-14
struct scan_field_s -> struct scan_field
Zachary T Welch
2009-11-13
arm_jtag_t -> struct arm_jtag
Zachary T Welch
2009-11-13
scan_field_t -> struct scan_field
Zachary T Welch
2009-11-13
jtag_tap_t -> struct jtag_tap
Zachary T Welch
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-06-23
Remove whitespace at end of lines, step 1.
zwelch
2009-06-23
- Fixes '==' whitespace
zwelch
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
2009-06-18
Transform 'u32' to 'uint32_t' in src/target/arm*
zwelch
2009-06-18
Transform 'u16' to 'uint16_t'
zwelch
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
2009-06-04
Introduce jtag_get_end_state() fn to clarify code a bit.
oharboe
2009-06-04
remove TAP_INVALID as argument to jtag_add_xxx() fn's
oharboe
2009-05-11
Audit and eliminate redundant #include directives in arm target files.
zwelch
2009-05-08
in_handler in_check_mask and in_check_value now removed from field. Last big ...
oharboe
2009-05-08
pull up verify_capture_ir one level in api stack
oharboe
2009-05-07
marker for in_handler to remove
oharboe
2009-05-06
remove unecessary setting of deprecated fields to NULL
oharboe
2009-05-06
retire out_mask - not used anywhere
oharboe
2009-04-18
The following patches was applied:
mifi
2008-11-30
jtag newtap change & huge manual update
duane
2008-11-19
jtag_get_device() now returns NULL and reports error instead of invoking exit()
oharboe
2008-10-14
Laurentiu Cocanu - add error handling
oharboe
2008-09-20
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
2008-07-25
added yours sincerely for files where I feel that I've made non-trivial contr...
oharboe
2008-05-07
This matters for embedded devices, but is probably not observably better for ...
oharboe
2008-02-29
added an #error in case anybody tries to compile that broken code.
oharboe
2008-02-25
- convert all files to unix line-ending
drath
2008-02-25
From Michael Bruck
oharboe
2008-01-20
- added patch "remove error handler as planned"
mifi
2008-01-14
- use correct SCAN_N check value (disabled by default)
drath
2008-01-07
- added gdb flash fixes patch
mifi
2007-04-25
- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...
drath
2006-08-31
- endianess fixes everywhere but in the flash code. flashing might still be b...
drath
2006-07-17
- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...
drath
2006-06-02
- prepare OpenOCD for branching, created ./trunk/
drath