[U-Boot] [GIT] Pull request: u-boot-dfu

Dear Marek,
The following changes since commit 807598a60c5bf7fdf0eb1d78625eeeacfac3c6bc:
usb: add static to local symbols (2017-07-14 20:45:20 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-dfu.git
for you to fetch changes up to 2361a4f3be36c673fbbbd1c76bc96553e5e6635a:
dfu: add common function to initiate transaction (2017-07-20 11:59:12 +0200)
---------------------------------------------------------------- Patrick Delaunay (4): dfu: allow dfu read on partition greater than 2GB dfu: remove limitation on partition size dfu: factorize transaction cleanup dfu: add common function to initiate transaction
Siva Durga Prasad Paladugu (1): usb: gadget: f_thor: Free the allocated out request buffer
drivers/dfu/dfu.c | 100 +++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------- drivers/dfu/dfu_mmc.c | 20 ++++++++++---------- drivers/dfu/dfu_nand.c | 6 ++++-- drivers/dfu/dfu_ram.c | 6 ++++-- drivers/dfu/dfu_sf.c | 6 ++++-- drivers/usb/gadget/f_thor.c | 1 + include/dfu.h | 4 ++-- 7 files changed, 70 insertions(+), 73 deletions(-)
Test HW: BBB (Beagle Bone Black)

On 07/20/2017 12:03 PM, Łukasz Majewski wrote:
Dear Marek,
Hi,
The following changes since commit 807598a60c5bf7fdf0eb1d78625eeeacfac3c6bc:
usb: add static to local symbols (2017-07-14 20:45:20 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-dfu.git
for you to fetch changes up to 2361a4f3be36c673fbbbd1c76bc96553e5e6635a:
dfu: add common function to initiate transaction (2017-07-20 11:59:12 +0200)
Patrick Delaunay (4): dfu: allow dfu read on partition greater than 2GB dfu: remove limitation on partition size dfu: factorize transaction cleanup dfu: add common function to initiate transaction
Siva Durga Prasad Paladugu (1): usb: gadget: f_thor: Free the allocated out request buffer
drivers/dfu/dfu.c | 100 +++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------
drivers/dfu/dfu_mmc.c | 20 ++++++++++---------- drivers/dfu/dfu_nand.c | 6 ++++-- drivers/dfu/dfu_ram.c | 6 ++++-- drivers/dfu/dfu_sf.c | 6 ++++-- drivers/usb/gadget/f_thor.c | 1 + include/dfu.h | 4 ++-- 7 files changed, 70 insertions(+), 73 deletions(-)
Test HW: BBB (Beagle Bone Black)
I presume this is not based on u-boot-usb/master, right ? Why ?

Hi Marek,
On 07/20/2017 12:03 PM, Łukasz Majewski wrote:
Dear Marek,
Hi,
The following changes since commit 807598a60c5bf7fdf0eb1d78625eeeacfac3c6bc:
usb: add static to local symbols (2017-07-14 20:45:20 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-dfu.git
for you to fetch changes up to 2361a4f3be36c673fbbbd1c76bc96553e5e6635a:
dfu: add common function to initiate transaction (2017-07-20 11:59:12 +0200)
Patrick Delaunay (4): dfu: allow dfu read on partition greater than 2GB dfu: remove limitation on partition size dfu: factorize transaction cleanup dfu: add common function to initiate transaction
Siva Durga Prasad Paladugu (1): usb: gadget: f_thor: Free the allocated out request buffer
drivers/dfu/dfu.c | 100 +++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------
drivers/dfu/dfu_mmc.c | 20 ++++++++++---------- drivers/dfu/dfu_nand.c | 6 ++++-- drivers/dfu/dfu_ram.c | 6 ++++-- drivers/dfu/dfu_sf.c | 6 ++++-- drivers/usb/gadget/f_thor.c | 1 + include/dfu.h | 4 ++-- 7 files changed, 70 insertions(+), 73 deletions(-)
Test HW: BBB (Beagle Bone Black)
I presume this is not based on u-boot-usb/master, right ? Why ?
This is a very good question...... :/
Nonetheless, I've uploaded correct branch to u-boot-dfu/master.

On 07/20/2017 02:01 PM, Łukasz Majewski wrote:
Hi Marek,
On 07/20/2017 12:03 PM, Łukasz Majewski wrote:
Dear Marek,
Hi,
The following changes since commit 807598a60c5bf7fdf0eb1d78625eeeacfac3c6bc:
usb: add static to local symbols (2017-07-14 20:45:20 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-dfu.git
for you to fetch changes up to 2361a4f3be36c673fbbbd1c76bc96553e5e6635a:
dfu: add common function to initiate transaction (2017-07-20 11:59:12 +0200)
Patrick Delaunay (4): dfu: allow dfu read on partition greater than 2GB dfu: remove limitation on partition size dfu: factorize transaction cleanup dfu: add common function to initiate transaction
Siva Durga Prasad Paladugu (1): usb: gadget: f_thor: Free the allocated out request buffer
drivers/dfu/dfu.c | 100 +++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------
drivers/dfu/dfu_mmc.c | 20 ++++++++++---------- drivers/dfu/dfu_nand.c | 6 ++++-- drivers/dfu/dfu_ram.c | 6 ++++-- drivers/dfu/dfu_sf.c | 6 ++++-- drivers/usb/gadget/f_thor.c | 1 + include/dfu.h | 4 ++-- 7 files changed, 70 insertions(+), 73 deletions(-)
Test HW: BBB (Beagle Bone Black)
I presume this is not based on u-boot-usb/master, right ? Why ?
This is a very good question...... :/
Nonetheless, I've uploaded correct branch to u-boot-dfu/master.
And tested too ? Nonetheless, I applied it.
participants (2)
-
Marek Vasut
-
Łukasz Majewski