I propose some changes to the  jtag subsystem

- Add jtag_add_statmove( endstate )  call,  the code is already in 
jtag_add_tlr()

- Remove the JTAG_RUNTEST cmd type.

- Implement jtag_add_runtest(n) as
    jtag_add_statemovet(TAP_IDLE)
    jtag_stableclocks(n) /* Should be n-1 if current tap state is not 
TAP_IDLE ?? */

- Implement jtag_add_tlr() as
    jtag_add_statemovet(TAP_RESET)
    jtag_stableclocks(6)    /* I am not 100% sure about this here */

- Make sure that JTAG_STABLECLOCKS is implemented in all drivers (we 
will soon fingd out otherwise )


Regards
Magnus
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to