public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [GIT] Pull request: u-boot-dfu (22.07.2019)
@ 2019-07-22 16:17 Lukasz Majewski
  2019-07-23  8:18 ` Marek Vasut
  2019-07-25 13:27 ` Sam Protsenko
  0 siblings, 2 replies; 6+ messages in thread
From: Lukasz Majewski @ 2019-07-22 16:17 UTC (permalink / raw)
  To: u-boot

Dear Marek,

Repo:  git at gitlab.denx.de:u-boot/custodians/u-boot-dfu.git
Branch: master

The following changes since commit
0de815356474912ef5bef9a69f0327a5a93bb2c2:

  Merge branch '2019-07-17-master-imports' (2019-07-18 11:31:37 -0400)

are available in the git repository at:

  git at gitlab.denx.de:u-boot/custodians/u-boot-dfu.git 

for you to fetch changes up to 27d8f3bee67d560b818864167832d6df1feefc91:

  fastboot: Remove "bootloader-version" variable (2019-07-22 12:48:47
  +0200)

----------------------------------------------------------------
Marek Szyprowski (1):
      thor: fix crash after usb initialization failure

Ralph Siemsen (1):
      usb: gadget: f_dfu.c: fix memory leak

Sam Protsenko (4):
      fastboot: Remove "slot-suffixes" variable
      env: ti: Improve "fastboot reboot bootloader" handling
      fastboot: getvar: Add "is-userspace" variable
      fastboot: Remove "bootloader-version" variable

 cmd/thordown.c                |  6 +++++-
 doc/android/fastboot.txt      |  6 +++---
 drivers/fastboot/fb_getvar.c  | 27 ++++++++++++---------------
 drivers/usb/gadget/f_dfu.c    |  1 +
 include/environment/ti/boot.h |  4 +++-
 5 files changed, 24 insertions(+), 20 deletions(-)


Travis-CI: https://travis-ci.org/lmajewski/u-boot-dfu



Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190722/cdc4ae25/attachment.sig>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [GIT] Pull request: u-boot-dfu (22.07.2019)
  2019-07-22 16:17 [U-Boot] [GIT] Pull request: u-boot-dfu (22.07.2019) Lukasz Majewski
@ 2019-07-23  8:18 ` Marek Vasut
  2019-07-25 13:27 ` Sam Protsenko
  1 sibling, 0 replies; 6+ messages in thread
From: Marek Vasut @ 2019-07-23  8:18 UTC (permalink / raw)
  To: u-boot

On 7/22/19 6:17 PM, Lukasz Majewski wrote:
> Dear Marek,
> 
> Repo:  git at gitlab.denx.de:u-boot/custodians/u-boot-dfu.git
> Branch: master

Applied, thanks

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [GIT] Pull request: u-boot-dfu (22.07.2019)
  2019-07-22 16:17 [U-Boot] [GIT] Pull request: u-boot-dfu (22.07.2019) Lukasz Majewski
  2019-07-23  8:18 ` Marek Vasut
@ 2019-07-25 13:27 ` Sam Protsenko
  2019-07-25 13:53   ` Marek Vasut
  1 sibling, 1 reply; 6+ messages in thread
From: Sam Protsenko @ 2019-07-25 13:27 UTC (permalink / raw)
  To: u-boot

Hi Marek, Lukasz,

On Mon, Jul 22, 2019 at 7:17 PM Lukasz Majewski <lukma@denx.de> wrote:
>
> Dear Marek,
>
> Repo:  git at gitlab.denx.de:u-boot/custodians/u-boot-dfu.git
> Branch: master
>
> The following changes since commit
> 0de815356474912ef5bef9a69f0327a5a93bb2c2:
>
>   Merge branch '2019-07-17-master-imports' (2019-07-18 11:31:37 -0400)
>
> are available in the git repository at:
>
>   git at gitlab.denx.de:u-boot/custodians/u-boot-dfu.git
>
> for you to fetch changes up to 27d8f3bee67d560b818864167832d6df1feefc91:
>
>   fastboot: Remove "bootloader-version" variable (2019-07-22 12:48:47
>   +0200)
>
> ----------------------------------------------------------------
> Marek Szyprowski (1):
>       thor: fix crash after usb initialization failure
>
> Ralph Siemsen (1):
>       usb: gadget: f_dfu.c: fix memory leak
>
> Sam Protsenko (4):
>       fastboot: Remove "slot-suffixes" variable
>       env: ti: Improve "fastboot reboot bootloader" handling

This one should be dropped, as was mentioned earlier. If it's applied
already, can we please revert it? Other patches are fine.

Thanks!

>       fastboot: getvar: Add "is-userspace" variable
>       fastboot: Remove "bootloader-version" variable
>
>  cmd/thordown.c                |  6 +++++-
>  doc/android/fastboot.txt      |  6 +++---
>  drivers/fastboot/fb_getvar.c  | 27 ++++++++++++---------------
>  drivers/usb/gadget/f_dfu.c    |  1 +
>  include/environment/ti/boot.h |  4 +++-
>  5 files changed, 24 insertions(+), 20 deletions(-)
>
>
> Travis-CI: https://travis-ci.org/lmajewski/u-boot-dfu
>
>
>
> Best regards,
>
> Lukasz Majewski
>
> --
>
> DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [GIT] Pull request: u-boot-dfu (22.07.2019)
  2019-07-25 13:27 ` Sam Protsenko
@ 2019-07-25 13:53   ` Marek Vasut
  2019-07-26 15:37     ` Sam Protsenko
  0 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut @ 2019-07-25 13:53 UTC (permalink / raw)
  To: u-boot

On 7/25/19 3:27 PM, Sam Protsenko wrote:
> Hi Marek, Lukasz,
> 
> On Mon, Jul 22, 2019 at 7:17 PM Lukasz Majewski <lukma@denx.de> wrote:
>>
>> Dear Marek,
>>
>> Repo:  git at gitlab.denx.de:u-boot/custodians/u-boot-dfu.git
>> Branch: master
>>
>> The following changes since commit
>> 0de815356474912ef5bef9a69f0327a5a93bb2c2:
>>
>>   Merge branch '2019-07-17-master-imports' (2019-07-18 11:31:37 -0400)
>>
>> are available in the git repository at:
>>
>>   git at gitlab.denx.de:u-boot/custodians/u-boot-dfu.git
>>
>> for you to fetch changes up to 27d8f3bee67d560b818864167832d6df1feefc91:
>>
>>   fastboot: Remove "bootloader-version" variable (2019-07-22 12:48:47
>>   +0200)
>>
>> ----------------------------------------------------------------
>> Marek Szyprowski (1):
>>       thor: fix crash after usb initialization failure
>>
>> Ralph Siemsen (1):
>>       usb: gadget: f_dfu.c: fix memory leak
>>
>> Sam Protsenko (4):
>>       fastboot: Remove "slot-suffixes" variable
>>       env: ti: Improve "fastboot reboot bootloader" handling
> 
> This one should be dropped, as was mentioned earlier. If it's applied
> already, can we please revert it? Other patches are fine.

I'll drop it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [GIT] Pull request: u-boot-dfu (22.07.2019)
  2019-07-25 13:53   ` Marek Vasut
@ 2019-07-26 15:37     ` Sam Protsenko
  2019-07-26 15:56       ` Marek Vasut
  0 siblings, 1 reply; 6+ messages in thread
From: Sam Protsenko @ 2019-07-26 15:37 UTC (permalink / raw)
  To: u-boot

On Thu, Jul 25, 2019 at 6:41 PM Marek Vasut <marex@denx.de> wrote:
>
> On 7/25/19 3:27 PM, Sam Protsenko wrote:
> > Hi Marek, Lukasz,
> >
> > On Mon, Jul 22, 2019 at 7:17 PM Lukasz Majewski <lukma@denx.de> wrote:
> >>
> >> Dear Marek,
> >>
> >> Repo:  git at gitlab.denx.de:u-boot/custodians/u-boot-dfu.git
> >> Branch: master
> >>
> >> The following changes since commit
> >> 0de815356474912ef5bef9a69f0327a5a93bb2c2:
> >>
> >>   Merge branch '2019-07-17-master-imports' (2019-07-18 11:31:37 -0400)
> >>
> >> are available in the git repository at:
> >>
> >>   git at gitlab.denx.de:u-boot/custodians/u-boot-dfu.git
> >>
> >> for you to fetch changes up to 27d8f3bee67d560b818864167832d6df1feefc91:
> >>
> >>   fastboot: Remove "bootloader-version" variable (2019-07-22 12:48:47
> >>   +0200)
> >>
> >> ----------------------------------------------------------------
> >> Marek Szyprowski (1):
> >>       thor: fix crash after usb initialization failure
> >>
> >> Ralph Siemsen (1):
> >>       usb: gadget: f_dfu.c: fix memory leak
> >>
> >> Sam Protsenko (4):
> >>       fastboot: Remove "slot-suffixes" variable
> >>       env: ti: Improve "fastboot reboot bootloader" handling
> >
> > This one should be dropped, as was mentioned earlier. If it's applied
> > already, can we please revert it? Other patches are fine.
>
> I'll drop it.

Quick question: is that branch is going to be applied for v2019.07?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [GIT] Pull request: u-boot-dfu (22.07.2019)
  2019-07-26 15:37     ` Sam Protsenko
@ 2019-07-26 15:56       ` Marek Vasut
  0 siblings, 0 replies; 6+ messages in thread
From: Marek Vasut @ 2019-07-26 15:56 UTC (permalink / raw)
  To: u-boot

On 7/26/19 5:37 PM, Sam Protsenko wrote:
> On Thu, Jul 25, 2019 at 6:41 PM Marek Vasut <marex@denx.de> wrote:
>>
>> On 7/25/19 3:27 PM, Sam Protsenko wrote:
>>> Hi Marek, Lukasz,
>>>
>>> On Mon, Jul 22, 2019 at 7:17 PM Lukasz Majewski <lukma@denx.de> wrote:
>>>>
>>>> Dear Marek,
>>>>
>>>> Repo:  git at gitlab.denx.de:u-boot/custodians/u-boot-dfu.git
>>>> Branch: master
>>>>
>>>> The following changes since commit
>>>> 0de815356474912ef5bef9a69f0327a5a93bb2c2:
>>>>
>>>>   Merge branch '2019-07-17-master-imports' (2019-07-18 11:31:37 -0400)
>>>>
>>>> are available in the git repository at:
>>>>
>>>>   git at gitlab.denx.de:u-boot/custodians/u-boot-dfu.git
>>>>
>>>> for you to fetch changes up to 27d8f3bee67d560b818864167832d6df1feefc91:
>>>>
>>>>   fastboot: Remove "bootloader-version" variable (2019-07-22 12:48:47
>>>>   +0200)
>>>>
>>>> ----------------------------------------------------------------
>>>> Marek Szyprowski (1):
>>>>       thor: fix crash after usb initialization failure
>>>>
>>>> Ralph Siemsen (1):
>>>>       usb: gadget: f_dfu.c: fix memory leak
>>>>
>>>> Sam Protsenko (4):
>>>>       fastboot: Remove "slot-suffixes" variable
>>>>       env: ti: Improve "fastboot reboot bootloader" handling
>>>
>>> This one should be dropped, as was mentioned earlier. If it's applied
>>> already, can we please revert it? Other patches are fine.
>>
>> I'll drop it.
> 
> Quick question: is that branch is going to be applied for v2019.07?

No, that's for 2019.10

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-07-26 15:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-22 16:17 [U-Boot] [GIT] Pull request: u-boot-dfu (22.07.2019) Lukasz Majewski
2019-07-23  8:18 ` Marek Vasut
2019-07-25 13:27 ` Sam Protsenko
2019-07-25 13:53   ` Marek Vasut
2019-07-26 15:37     ` Sam Protsenko
2019-07-26 15:56       ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox