From: Lukasz Majewski <l.majewski@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT] Pull request: u-boot-dfu
Date: Wed, 16 Jul 2014 09:18:56 +0200 [thread overview]
Message-ID: <20140716091856.571fe5b9@amdc2363> (raw)
Dear Marek,
The following changes since commit
5ba95541b700d2edecb4d97d4b905f51ed8551b3:
usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x
(2014-07-09 22:11:51 +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 24b109300c6e6a35792bc804846d7753baba7a69:
dfu: fix readback buffer overflow test (2014-07-16 08:47:01 +0200)
----------------------------------------------------------------
Lukasz Majewski (3):
test:dfu: Add test scripts for testing DFU regression
test:dfu: README file update
thor: defer parsing of device string to IO backend
Stephen Warren (11):
fs: implement size/fatsize/ext4size
dfu: fix some issues with reads/uploads
dfu: add write error handling
dfu: defer parsing of device string to IO backend
dfu: allow backend to specify a maximum buffer size
dfu: add free_entity() to struct dfu_entity
dfu: add SF backend
test: dfu: script enhancements
test: dfu: cleanup before execution
test: dfu: add some more test cases
dfu: fix readback buffer overflow test
common/cmd_dfu.c | 3 +--
common/cmd_ext4.c | 14 ++++++++++++++
common/cmd_fat.c | 13 +++++++++++++
common/cmd_fs.c | 13 +++++++++++++
common/cmd_thordown.c | 6 +++---
drivers/dfu/Makefile | 1 +
drivers/dfu/dfu.c | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------
drivers/dfu/dfu_mmc.c | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------
drivers/dfu/dfu_nand.c | 9 +++++++--
drivers/dfu/dfu_ram.c | 13 +++++++------
drivers/dfu/dfu_sf.c | 139 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/usb/gadget/f_dfu.c | 20 ++++++++++++++++----
drivers/usb/gadget/f_thor.c | 5 +++--
fs/ext4/ext4fs.c | 5 +++++
fs/fat/fat.c | 5 +++++
fs/fs.c | 43 +++++++++++++++++++++++++++++++++++++++++++
fs/sandbox/sandboxfs.c | 5 +++++
include/dfu.h | 52 ++++++++++++++++++++++++++++++++++++++++++----------
include/ext4fs.h | 1 +
include/fat.h | 1 +
include/fs.h | 9 +++++++++
include/sandboxfs.h | 1 +
test/dfu/README | 37 +++++++++++++++++++++++++++++++++++++
test/dfu/dfu_gadget_test.sh | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
test/dfu/dfu_gadget_test_init.sh | 31 +++++++++++++++++++++++++++++++
25 files changed, 619 insertions(+), 86 deletions(-)
create mode 100644 drivers/dfu/dfu_sf.c
create mode 100644 test/dfu/README
create mode 100755 test/dfu/dfu_gadget_test.sh
create mode 100755 test/dfu/dfu_gadget_test_init.sh
--
Best regards,
Lukasz Majewski
Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
next reply other threads:[~2014-07-16 7:18 UTC|newest]
Thread overview: 95+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-16 7:18 Lukasz Majewski [this message]
2014-07-23 18:15 ` [U-Boot] [GIT] Pull request: u-boot-dfu Marek Vasut
2014-08-06 15:54 ` Stephen Warren
2014-08-10 16:10 ` Lukasz Majewski
2014-08-10 20:40 ` Marek Vasut
-- strict thread matches above, loose matches on Subject: below --
2017-09-13 11:07 Łukasz Majewski
2017-09-13 12:05 ` Marek Vasut
2017-08-28 19:28 Łukasz Majewski
2017-08-28 20:32 ` Marek Vasut
2017-08-28 21:33 ` Łukasz Majewski
2017-08-28 23:26 ` Marek Vasut
2017-08-21 9:16 Łukasz Majewski
2017-08-21 9:31 ` Marek Vasut
2017-07-20 10:03 Łukasz Majewski
2017-07-20 11:07 ` Marek Vasut
2017-07-20 12:01 ` Łukasz Majewski
2017-07-20 12:05 ` Marek Vasut
2017-06-18 19:16 Lukasz Majewski
2017-06-18 19:46 ` Marek Vasut
2017-06-03 17:18 Lukasz Majewski
2017-06-03 17:26 ` Marek Vasut
2017-03-27 11:23 Lukasz Majewski
2017-03-27 11:57 ` Marek Vasut
2017-02-22 12:36 Lukasz Majewski
2017-02-26 12:22 ` Marek Vasut
2016-11-02 15:28 Lukasz Majewski
2016-11-02 19:42 ` Marek Vasut
2016-11-03 8:24 ` Lukasz Majewski
2016-11-03 10:57 ` Marek Vasut
2016-08-29 14:24 Lukasz Majewski
2016-08-29 19:25 ` Marek Vasut
2016-08-16 13:41 Lukasz Majewski
2016-08-16 13:49 ` Marek Vasut
2016-08-16 16:03 ` Lukasz Majewski
2016-08-17 7:16 ` B, Ravi
2016-08-17 7:40 ` B, Ravi
2016-08-17 7:53 ` Heiko Schocher
2016-08-17 8:41 ` B, Ravi
2016-08-17 9:56 ` Lukasz Majewski
2016-08-17 13:06 ` Tom Rini
2016-08-17 14:55 ` Lukasz Majewski
2016-08-17 15:12 ` Tom Rini
2016-08-17 16:17 ` Lukasz Majewski
2016-08-17 16:47 ` Tom Rini
2016-08-17 17:02 ` Lukasz Majewski
2016-05-06 9:17 Lukasz Majewski
2016-05-06 16:41 ` Marek Vasut
2016-04-25 15:40 Lukasz Majewski
2016-04-25 15:57 ` Marek Vasut
2016-04-26 7:20 ` Lukasz Majewski
2016-04-22 16:33 Lukasz Majewski
2016-04-22 16:38 ` Stephen Warren
2016-04-22 16:54 ` Marek Vasut
2016-04-14 10:04 Lukasz Majewski
2016-04-14 10:08 ` Marek Vasut
2016-02-12 11:04 Lukasz Majewski
2016-02-12 12:32 ` Marek Vasut
2016-02-12 13:51 ` Lukasz Majewski
2016-02-12 16:29 ` Marek Vasut
2016-02-15 9:30 ` Lukasz Majewski
2016-02-15 13:52 ` Marek Vasut
2015-10-30 10:40 Lukasz Majewski
2015-10-31 2:12 ` Marek Vasut
2015-08-26 15:32 Lukasz Majewski
2015-08-26 16:50 ` Marek Vasut
2015-08-24 13:21 Lukasz Majewski
2015-08-24 13:34 ` Marek Vasut
2015-07-20 9:51 Lukasz Majewski
2015-07-22 6:59 ` Marek Vasut
2015-06-08 14:28 Lukasz Majewski
2015-06-08 15:31 ` Marek Vasut
2015-04-14 8:22 Lukasz Majewski
2015-04-15 13:55 ` Tom Rini
2015-02-23 9:06 Lukasz Majewski
2015-02-24 17:56 ` Marek Vasut
2015-02-24 22:29 ` Lukasz Majewski
2015-02-25 12:18 ` Marek Vasut
2015-02-25 13:09 ` Lukasz Majewski
2015-02-25 16:47 ` Marek Vasut
2014-11-14 16:54 Lukasz Majewski
2014-11-14 20:09 ` Marek Vasut
2014-09-24 12:24 Lukasz Majewski
2014-09-24 19:05 ` Marek Vasut
2014-09-25 7:35 ` Lukasz Majewski
2014-09-25 8:40 ` Marek Vasut
2014-09-02 7:13 Lukasz Majewski
2014-09-02 12:34 ` Marek Vasut
2014-05-26 5:46 Lukasz Majewski
2014-06-05 21:13 ` Marek Vasut
2014-06-06 6:32 ` Lukasz Majewski
2014-06-09 10:32 ` Lukasz Majewski
2014-06-09 10:51 ` Lukasz Majewski
2014-06-09 17:32 ` Marek Vasut
2014-06-10 6:10 ` Lukasz Majewski
2014-06-10 14:08 ` 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=20140716091856.571fe5b9@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 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.