From: oharboe at B. <oh...@ma...> - 2009-07-16 12:44:43
|
Author: oharboe Date: 2009-07-16 12:44:42 +0200 (Thu, 16 Jul 2009) New Revision: 2548 Modified: trunk/TODO Log: added item to come up with slick new 32 bit jtag_add_xxx() API Modified: trunk/TODO =================================================================== --- trunk/TODO 2009-07-16 10:43:15 UTC (rev 2547) +++ trunk/TODO 2009-07-16 10:44:42 UTC (rev 2548) @@ -39,11 +39,16 @@ @subsection thelistjtagcore JTAG Core -The following tasks have been suggeted for cleaning up the JTAG layer: +The following tasks have been suggested for cleaning up the JTAG layer: - use tap_set_state everywhere to allow logging TAP state transitions - rename other tap_states to use standard JTAG names (suggested by ML) - Encapsulate cmd_queue_cur_state and related varaible handling. +- add slick 32 bit versions of jtag_add_xxx_scan() that avoids +buf_set_u32() calls and other evidence of poor impedance match between +API and calling code. New API should cut down # of lines in calling +code by 100's and make things clearer. Also potentially be supported +directly in minidriver API for better embedded host performance. The following tasks have been suggested for adding new core JTAG support: |