All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Warren <swarren@wwwdotorg.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] dfu: Provide means to find difference between dfu-util -e and -R
Date: Mon, 25 Aug 2014 14:01:49 -0600	[thread overview]
Message-ID: <53FB962D.6020903@wwwdotorg.org> (raw)
In-Reply-To: <1408716505-9013-1-git-send-email-l.majewski@samsung.com>

On 08/22/2014 08:08 AM, Lukasz Majewski wrote:
> This commit provides distinction between DFU device detach and reset.
> The -R behavior is preserved with proper handling of the dfu-util's -e
> switch, which detach the DFU device.
>
> By running dfu-util -e; one can force device to finish the execution of
> dfu command on target and execute some other scripted commands.
>
> Moreover, some naming has been changed - the dfu_reset() method now is known
> as dfu_detach(). New name better reflects the purpose of the code.
>
> It was also necessary to increase the number of usb_gadget_handle_interrupts()
> calls since we also must wait for detection of the USB reset event.
>
> Example usage:
> 1. -e (detach) switch
>   dfu-util -a0 -D file1.bin;dfu-util -a3 -D uImage;dfu-util -e
>
>   access to u-boot prompt.
>
> 2. -R (reset) switch	
>   dfu-util -a0 -D file1.bin;dfu-util -R -a3 -D uImage
> 	
>   target board reset	

Tested-by: Stephen Warren <swarren@nvidia.com>

  parent reply	other threads:[~2014-08-25 20:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-22 14:08 [U-Boot] [PATCH 1/2] dfu: Provide means to find difference between dfu-util -e and -R Lukasz Majewski
2014-08-22 14:08 ` [U-Boot] [PATCH 2/2] udc: dfu: s3c_udc: Provide function to check if USB reset was asserted Lukasz Majewski
2014-08-22 18:06   ` Stephen Warren
2014-08-22 19:57     ` Lukasz Majewski
2014-08-22 18:06 ` [U-Boot] [PATCH 1/2] dfu: Provide means to find difference between dfu-util -e and -R Stephen Warren
2014-08-22 19:59   ` Lukasz Majewski
2014-08-25  9:07 ` [U-Boot] [PATCH v2 " Lukasz Majewski
2014-08-25  9:07   ` [U-Boot] [PATCH v2 2/2] udc: dfu: s3c_udc: Provide function to check if USB reset was asserted Lukasz Majewski
2014-08-25 20:01 ` Stephen Warren [this message]
2014-09-01  7:27   ` [U-Boot] [PATCH 1/2] dfu: Provide means to find difference between dfu-util -e and -R Lukasz Majewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53FB962D.6020903@wwwdotorg.org \
    --to=swarren@wwwdotorg.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.