All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeroen Hofstee <dasuboot@myspectrum.nl>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] fastboot: Flash command support
Date: Sat, 02 Aug 2014 23:13:03 +0200	[thread overview]
Message-ID: <53DD545F.1030308@myspectrum.nl> (raw)
In-Reply-To: <53DD3792.2070400@myspectrum.nl>

Hello Dileep,

On 02-08-14 21:10, Jeroen Hofstee wrote:
> Hello Dileep,
>
> On 02-08-14 20:30, Dileep Katta wrote:
>> Flash command uses DFU, and Fastboot command initialization is 
>> modified to add DFU and partition initialization
>> Added oem format functionality for GPT table creation
>> partitioning code is added as disk/part_fastboot.c for better usability
>>
>> Fastboot flash command code is enabled and being tested on BeagleBone 
>> Black.
>> OMAP3 Beagle configuration is modified to fix the build errors, but 
>> this configuration needs to be updated as per the flash functionality.
>>
>> Signed-off-by: Dileep Katta <dileep.katta@linaro.org>
>> ---
>>   common/cmd_fastboot.c           |   6 +
>>   common/cmd_mmc.c                |   2 +-
>>   common/cmd_nvedit.c             |   2 +-
>>   disk/Makefile                   |   1 +
>>   disk/part_fastboot.c            | 383 
>> ++++++++++++++++++++++++++++++++++++++++
>>   doc/README.android-fastboot     |  26 +++
>>   drivers/usb/gadget/f_fastboot.c | 185 ++++++++++++++++++-
>>   include/configs/am335x_evm.h    |  23 ++-
>>   include/configs/omap3_beagle.h  |  12 ++
>>   include/usb/fastboot.h          | 175 ++++++++++++++++++
>>   10 files changed, 803 insertions(+), 12 deletions(-)
>>   create mode 100644 disk/part_fastboot.c
>>   create mode 100644 include/usb/fastboot.h
>>
>
> I assume this is just a patch to be within the merge window
> and you send a cleaned up version later, right?
>
>
Just in case this is a serious submission, please check with
checkpatch at least (which you are obligated to _before_
sending patches in the first place):

jeroen at yellow:~/software/u-boot$ ./scripts/checkpatch.pl 
U-Boot-2-2-fastboot-Flash-command-support.patch | wc
     912    3744   33293

Regards,
Jeroen

  reply	other threads:[~2014-08-02 21:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-02 18:30 [U-Boot] [PATCH 1/2] arm: BeagleBone Black: enable fastboot support Dileep Katta
2014-08-02 18:30 ` [U-Boot] [PATCH 2/2] fastboot: Flash command support Dileep Katta
2014-08-02 19:10   ` Jeroen Hofstee
2014-08-02 21:13     ` Jeroen Hofstee [this message]
2014-08-02 21:54       ` Dileep Katta

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=53DD545F.1030308@myspectrum.nl \
    --to=dasuboot@myspectrum.nl \
    --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.