From: Lukasz Majewski <l.majewski@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request: u-boot-dfu
Date: Thu, 08 May 2014 10:56:37 +0200 [thread overview]
Message-ID: <20140508105637.32607ab2@amdc2363> (raw)
Dear Marek,
Please pull following code. In the same occasion I would like to
apologize for the fuzz with sending the last PR.
This one is ready to go and (hopefully) clans up all the code floating
around various USB gadgets and DFU.
The following changes since commit
340ed422d2a58c4858ba8e110c233e8ae92c04e0:
usb: ums: remove ci_udc special case (2014-05-07 23:36:58 +0200)
are available in the git repository at:
ssh://gu-dfu at git.denx.de/u-boot-dfu master
for you to fetch changes up to fc25fa27e5f439705e9ca42182014e2d75d9f0ae:
dfu, nand: add medium specific polltimeout function (2014-05-08
10:38:30 +0200)
----------------------------------------------------------------
Heiko Schocher (2):
musb-new, dfu: first send request answer then call completions
dfu, nand: add medium specific polltimeout function
Rob Herring (1):
arm: beagle: enable Android fastboot support
Sebastian Siewior (2):
image: add support for Android's boot image format
usb/gadget: add the fastboot gadget
Stephen Warren (9):
usb: ums: add error handling for failed registration
ums: support block devices not MMC devices
ums: remove UMS_{NUM,START}_SECTORS + UMS_START_SECTOR
ums: remove error-checking of MMC device size
ums: remove ums_disk_init()
ums: move IO support code to common location
ums: use get_device() not find_mmc_device();
ums: move all variable declarations to the start of the block
ums: allow the user to specify the device type
README | 22 +++++++
board/samsung/common/Makefile | 1 -
board/samsung/common/ums.c | 74 ------------------------
common/Makefile | 3 +
common/cmd_bootm.c | 23 +++++++-
common/cmd_fastboot.c | 36 ++++++++++++
common/cmd_usb_mass_storage.c | 91
+++++++++++++++++++++++++---- common/image-android.c
| 84 +++++++++++++++++++++++++++
common/image.c | 20 +++++--
doc/README.android-fastboot | 91
+++++++++++++++++++++++++++++ doc/README.android-fastboot-protocol
| 170 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/dfu/dfu_nand.c | 13 +++++
drivers/usb/gadget/Makefile | 1 +
drivers/usb/gadget/f_dfu.c | 10 +++-
drivers/usb/gadget/f_fastboot.c | 513
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/usb/musb-new/musb_gadget_ep0.c | 8 +--
include/android_image.h | 69 ++++++++++++++++++++++
include/configs/omap3_beagle.h | 10 ++++
include/dfu.h | 1 +
include/image.h | 13 +++++
include/usb_mass_storage.h | 13 +----
21 files changed, 1157 insertions(+), 109 deletions(-) delete mode 100644
board/samsung/common/ums.c create mode 100644 common/cmd_fastboot.c
create mode 100644 common/image-android.c create mode 100644
doc/README.android-fastboot create mode 100644
doc/README.android-fastboot-protocol create mode 100644
drivers/usb/gadget/f_fastboot.c create mode 100644
include/android_image.h
--
Best regards,
Lukasz Majewski
Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
next reply other threads:[~2014-05-08 8:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-08 8:56 Lukasz Majewski [this message]
2014-05-08 13:04 ` [U-Boot] Pull request: u-boot-dfu Marek Vasut
-- strict thread matches above, loose matches on Subject: below --
2014-05-06 9:29 Lukasz Majewski
2014-05-07 21:38 ` Marek Vasut
2014-05-08 6:30 ` Lukasz Majewski
2014-05-08 6:46 ` Heiko Schocher
2014-05-08 7:08 ` Lukasz Majewski
2014-05-08 10:12 ` Marek Vasut
2014-05-05 8:27 Lukasz Majewski
2014-05-05 9:52 ` Marek Vasut
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=20140508105637.32607ab2@amdc2363 \
--to=l.majewski@samsung.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox