All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Rae <srae@broadcom.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/4] Implement "fastboot flash" for eMMC
Date: Wed, 30 Jul 2014 18:02:37 -0700	[thread overview]
Message-ID: <53D995AD.2060100@broadcom.com> (raw)
In-Reply-To: <1403813604-31685-1-git-send-email-srae@broadcom.com>



On 14-06-26 01:13 PM, Steve Rae wrote:
> This series implements the "fastboot flash" command for eMMC devices.
> It supports both raw and sparse images.
>
> NOTES:
> - the support for the "fastboot flash" command is enabled with CONFIG_FASTBOOT_FLASH
> - the support for eMMC is enabled with CONFIG_FASTBOOT_FLASH_MMC_DEV
> - (future) the support for NAND would be enabled with CONFIG_FASTBOOT_FLASH_NAND(???)
>
> This has been tested on ARMv7.
>
> Changes in v3:
> - remove most references to 'mmc',
>    which leaves only one mmc specific function: mmc_get_dev()
>
> Changes in v2:
> - split large function into three
> - improved handling of response messages
> - additional partition size checking when writing sparse image
> - update README.android-fastboot file
> - new in v2
>
> Steve Rae (4):
>    usb/gadget: fastboot: add sparse image definitions
>    usb/gadget: fastboot: add eMMC support for flash command
>    usb/gadget: fastboot: add support for flash command
>    usb/gadget: fastboot: minor cleanup
>
>   README                          |  10 +++
>   common/Makefile                 |   5 ++
>   common/fb_mmc.c                 | 190 ++++++++++++++++++++++++++++++++++++++++
>   doc/README.android-fastboot     |   5 +-
>   drivers/usb/gadget/f_fastboot.c |  41 ++++++++-
>   include/fb_mmc.h                |   8 ++
>   include/sparse_format.h         |  58 ++++++++++++
>   7 files changed, 312 insertions(+), 5 deletions(-)
>   create mode 100644 common/fb_mmc.c
>   create mode 100644 include/fb_mmc.h
>   create mode 100644 include/sparse_format.h
>

Marek,
I notice that this patchset is assigned to you:
     http://patchwork.ozlabs.org/patch/364705/
Has there been any progress?
Thanks, Steve

  parent reply	other threads:[~2014-07-31  1:02 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-26 20:13 [U-Boot] [PATCH v3 0/4] Implement "fastboot flash" for eMMC Steve Rae
2014-06-26 20:13 ` [U-Boot] [PATCH v3 1/4] usb/gadget: fastboot: add sparse image definitions Steve Rae
2014-07-31  1:25   ` Marek Vasut
2014-07-31 17:32     ` Steve Rae
2014-08-01 12:13       ` Marek Vasut
2014-08-05 14:00       ` Tom Rini
2014-08-05 22:17         ` Steve Rae
2014-06-26 20:13 ` [U-Boot] [PATCH v3 2/4] usb/gadget: fastboot: add eMMC support for flash command Steve Rae
2014-07-31  1:37   ` Marek Vasut
2014-08-06 23:48     ` Steve Rae
2014-08-07  0:13       ` Marek Vasut
2014-08-07  0:28         ` Steve Rae
2014-08-07 13:23           ` Marek Vasut
2014-08-07 13:28             ` Pantelis Antoniou
2014-08-07 13:43               ` Marek Vasut
2014-08-07 16:52             ` Steve Rae
2014-08-07 17:12               ` Marek Vasut
2014-06-26 20:13 ` [U-Boot] [PATCH v3 3/4] usb/gadget: fastboot: add " Steve Rae
2014-07-31  1:39   ` Marek Vasut
2014-08-06 23:35     ` Steve Rae
2014-06-26 20:13 ` [U-Boot] [PATCH v3 4/4] usb/gadget: fastboot: minor cleanup Steve Rae
2014-07-31  1:40   ` Marek Vasut
2014-08-06 23:34     ` Steve Rae
2014-07-31  1:02 ` Steve Rae [this message]
2014-07-31  1:23   ` [U-Boot] [PATCH v3 0/4] Implement "fastboot flash" for eMMC Marek Vasut
2014-07-31 17:30     ` Steve Rae

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=53D995AD.2060100@broadcom.com \
    --to=srae@broadcom.com \
    --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.