From: <oh...@ma...> - 2009-05-18 21:28:30
|
Author: oharboe Date: 2009-05-18 21:28:26 +0200 (Mon, 18 May 2009) New Revision: 1829 Modified: trunk/TODO Log: updated w/jtag_add_end_state() note. Modified: trunk/TODO =================================================================== --- trunk/TODO 2009-05-18 19:06:43 UTC (rev 1828) +++ trunk/TODO 2009-05-18 19:28:26 UTC (rev 1829) @@ -27,7 +27,12 @@ - update all drivers to use tap_get_tms_path_len API. - use tap_set_state everywhere to allow logging TAP state transitions - rename other tap_states to use standard JTAG names (suggested by ML) - - add TAP_UNKNOWN to augment TAP_INVALID? (suggested by ML/DH) + - retire jtag_add_end_state() and replace w/global variable. This also + removes TAP_INVALID as an argument to jtag_add_xxxx(). The global variable + as argument to jtag_add_xxxx() should eventually be phased out, but + the global variable is useful in an interim phase where one needs to + be bug by bug compatible before each change can be tested. Suggested + by . Michael Bruck also interested in this. - JTAG Interfaces: - autodetect devices present on the scan chain |