Re: [PATCH] scripts: imx-usb-loader: implement DCD v2 check command

2017-02-22 Thread Sascha Hauer
On Sun, Feb 19, 2017 at 07:57:58PM +0100, Alexander Kurz wrote: > The DCD v2 check command supported by i.MX53 and later SoC polls a given > memory location as long as a given condition is true. > Enable imx-usb-loader to perform this check. When the timeout is hit, > imx-usb-loader returns an erro

[PATCH] scripts: imx-usb-loader: implement DCD v2 check command

2017-02-19 Thread Alexander Kurz
The DCD v2 check command supported by i.MX53 and later SoC polls a given memory location as long as a given condition is true. Enable imx-usb-loader to perform this check. When the timeout is hit, imx-usb-loader returns an error. For practical reasons the timeout computation will differ from the na