All of lore.kernel.org
 help / color / mirror / Atom feed
* Pull request for efi-2021-07-rc1-3
@ 2021-04-24 10:16 Heinrich Schuchardt
  2021-04-24 11:22 ` Marek Vasut
  2021-04-24 21:42 ` Tom Rini
  0 siblings, 2 replies; 5+ messages in thread
From: Heinrich Schuchardt @ 2021-04-24 10:16 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit 84baa65dffdbce20752279101548ba888be53b3e:

   Merge branch '2021-04-22-assorted-updates' (2021-04-23 12:21:37 -0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2021-07-rc1-3

for you to fetch changes up to ce62b0f8f45f1b71fc03ddee84c0529cea228e24:

   test/py: Fix efidebug related tests (2021-04-24 06:53:40 +0200)

Gitlab CI showed no problem:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/7279

----------------------------------------------------------------
Pull request for efi-2021-07-rc1-3

Documentation fixes

UEFI bug fixes:

* error handling for capsule updates

----------------------------------------------------------------
AKASHI Takahiro (1):
       efi_loader: capsule: return a correct error code at
find_boot_device()

Heinrich Schuchardt (2):
       doc: fatinfo man-page
       efi_loader: missing include in efi_string.c

Ilias Apalodimas (2):
       efi_loader: simplify tcg2_create_digest()
       test/py: Fix efidebug related tests

Jose Marinho (1):
       efi: Fix ESRT refresh after Capsule update

Marek Vasut (1):
       doc: imx: psb: Fix missing setexpr arguments

  doc/imx/misc/psb.rst                               |  2 +-
  doc/usage/fatinfo.rst                              | 51
++++++++++++++++++++++
  lib/efi_loader/efi_capsule.c                       |  4 +-
  lib/efi_loader/efi_string.c                        |  1 +
  lib/efi_loader/efi_tcg2.c                          |  5 +--
  .../test_efi_capsule/test_capsule_firmware.py      |  6 +--
  test/py/tests/test_efi_secboot/test_signed.py      | 16 +++----
  .../py/tests/test_efi_secboot/test_signed_intca.py |  8 ++--
  test/py/tests/test_efi_secboot/test_unsigned.py    |  8 ++--
  9 files changed, 75 insertions(+), 26 deletions(-)
  create mode 100644 doc/usage/fatinfo.rst

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

* Pull request for efi-2021-07-rc1-3
  2021-04-24 10:16 Pull request for efi-2021-07-rc1-3 Heinrich Schuchardt
@ 2021-04-24 11:22 ` Marek Vasut
  2021-04-24 12:34   ` Tom Rini
  2021-04-24 21:42 ` Tom Rini
  1 sibling, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2021-04-24 11:22 UTC (permalink / raw)
  To: u-boot

On 4/24/21 12:16 PM, Heinrich Schuchardt wrote:
> Dear Tom,
> 
> The following changes since commit 
> 84baa65dffdbce20752279101548ba888be53b3e:
> 
>  ?Merge branch '2021-04-22-assorted-updates' (2021-04-23 12:21:37 -0400)
> 
> are available in the Git repository at:
> 
>  ?https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2021-07-rc1-3
> 
> for you to fetch changes up to ce62b0f8f45f1b71fc03ddee84c0529cea228e24:
> 
>  ?test/py: Fix efidebug related tests (2021-04-24 06:53:40 +0200)
> 
> Gitlab CI showed no problem:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/7279
> 
> ----------------------------------------------------------------
> Pull request for efi-2021-07-rc1-3
> 
> Documentation fixes
> 
> UEFI bug fixes:
> 
> * error handling for capsule updates
> 
> ----------------------------------------------------------------
> AKASHI Takahiro (1):
>  ???? efi_loader: capsule: return a correct error code at
> find_boot_device()
> 
> Heinrich Schuchardt (2):
>  ???? doc: fatinfo man-page
>  ???? efi_loader: missing include in efi_string.c
> 
> Ilias Apalodimas (2):
>  ???? efi_loader: simplify tcg2_create_digest()
>  ???? test/py: Fix efidebug related tests
> 
> Jose Marinho (1):
>  ???? efi: Fix ESRT refresh after Capsule update
> 
> Marek Vasut (1):
>  ???? doc: imx: psb: Fix missing setexpr arguments

This patch should go through imx tree (Stefano, on CC), it has nothing 
to do with EFI.

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

* Pull request for efi-2021-07-rc1-3
  2021-04-24 11:22 ` Marek Vasut
@ 2021-04-24 12:34   ` Tom Rini
  2021-04-24 12:56     ` Marek Vasut
  0 siblings, 1 reply; 5+ messages in thread
From: Tom Rini @ 2021-04-24 12:34 UTC (permalink / raw)
  To: u-boot

On Sat, Apr 24, 2021 at 01:22:15PM +0200, Marek Vasut wrote:
> On 4/24/21 12:16 PM, Heinrich Schuchardt wrote:
> > Dear Tom,
> > 
> > The following changes since commit
> > 84baa65dffdbce20752279101548ba888be53b3e:
> > 
> >  ?Merge branch '2021-04-22-assorted-updates' (2021-04-23 12:21:37 -0400)
> > 
> > are available in the Git repository at:
> > 
> >  ?https://source.denx.de/u-boot/custodians/u-boot-efi.git
> > tags/efi-2021-07-rc1-3
> > 
> > for you to fetch changes up to ce62b0f8f45f1b71fc03ddee84c0529cea228e24:
> > 
> >  ?test/py: Fix efidebug related tests (2021-04-24 06:53:40 +0200)
> > 
> > Gitlab CI showed no problem:
> > https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/7279
> > 
> > ----------------------------------------------------------------
> > Pull request for efi-2021-07-rc1-3
> > 
> > Documentation fixes
> > 
> > UEFI bug fixes:
> > 
> > * error handling for capsule updates
> > 
> > ----------------------------------------------------------------
> > AKASHI Takahiro (1):
> >  ???? efi_loader: capsule: return a correct error code at
> > find_boot_device()
> > 
> > Heinrich Schuchardt (2):
> >  ???? doc: fatinfo man-page
> >  ???? efi_loader: missing include in efi_string.c
> > 
> > Ilias Apalodimas (2):
> >  ???? efi_loader: simplify tcg2_create_digest()
> >  ???? test/py: Fix efidebug related tests
> > 
> > Jose Marinho (1):
> >  ???? efi: Fix ESRT refresh after Capsule update
> > 
> > Marek Vasut (1):
> >  ???? doc: imx: psb: Fix missing setexpr arguments
> 
> This patch should go through imx tree (Stefano, on CC), it has nothing to do
> with EFI.

It is a documentation fix, and I hope there isn't strong feeling on
where that has to come from for obvious and non-controversial changes.
Since you brought it up, I'll wait for Stefano to comment, or Heinrich
to re-spin without this, all the same.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210424/04e3a782/attachment.sig>

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

* Pull request for efi-2021-07-rc1-3
  2021-04-24 12:34   ` Tom Rini
@ 2021-04-24 12:56     ` Marek Vasut
  0 siblings, 0 replies; 5+ messages in thread
From: Marek Vasut @ 2021-04-24 12:56 UTC (permalink / raw)
  To: u-boot

On 4/24/21 2:34 PM, Tom Rini wrote:
> On Sat, Apr 24, 2021 at 01:22:15PM +0200, Marek Vasut wrote:
>> On 4/24/21 12:16 PM, Heinrich Schuchardt wrote:
>>> Dear Tom,
>>>
>>> The following changes since commit
>>> 84baa65dffdbce20752279101548ba888be53b3e:
>>>
>>>   ?Merge branch '2021-04-22-assorted-updates' (2021-04-23 12:21:37 -0400)
>>>
>>> are available in the Git repository at:
>>>
>>>   ?https://source.denx.de/u-boot/custodians/u-boot-efi.git
>>> tags/efi-2021-07-rc1-3
>>>
>>> for you to fetch changes up to ce62b0f8f45f1b71fc03ddee84c0529cea228e24:
>>>
>>>   ?test/py: Fix efidebug related tests (2021-04-24 06:53:40 +0200)
>>>
>>> Gitlab CI showed no problem:
>>> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/7279
>>>
>>> ----------------------------------------------------------------
>>> Pull request for efi-2021-07-rc1-3
>>>
>>> Documentation fixes
>>>
>>> UEFI bug fixes:
>>>
>>> * error handling for capsule updates
>>>
>>> ----------------------------------------------------------------
>>> AKASHI Takahiro (1):
>>>   ???? efi_loader: capsule: return a correct error code at
>>> find_boot_device()
>>>
>>> Heinrich Schuchardt (2):
>>>   ???? doc: fatinfo man-page
>>>   ???? efi_loader: missing include in efi_string.c
>>>
>>> Ilias Apalodimas (2):
>>>   ???? efi_loader: simplify tcg2_create_digest()
>>>   ???? test/py: Fix efidebug related tests
>>>
>>> Jose Marinho (1):
>>>   ???? efi: Fix ESRT refresh after Capsule update
>>>
>>> Marek Vasut (1):
>>>   ???? doc: imx: psb: Fix missing setexpr arguments
>>
>> This patch should go through imx tree (Stefano, on CC), it has nothing to do
>> with EFI.
> 
> It is a documentation fix, and I hope there isn't strong feeling on
> where that has to come from for obvious and non-controversial changes.
> Since you brought it up, I'll wait for Stefano to comment, or Heinrich
> to re-spin without this, all the same.

I just find it odd that it ended up here and it was assigned to Heinrich 
instead of Stefano in patchwork, since it has imx: tag. I won't block 
this MR as-is, since this is a fix and should go in soon anyway.

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

* Pull request for efi-2021-07-rc1-3
  2021-04-24 10:16 Pull request for efi-2021-07-rc1-3 Heinrich Schuchardt
  2021-04-24 11:22 ` Marek Vasut
@ 2021-04-24 21:42 ` Tom Rini
  1 sibling, 0 replies; 5+ messages in thread
From: Tom Rini @ 2021-04-24 21:42 UTC (permalink / raw)
  To: u-boot

On Sat, Apr 24, 2021 at 12:16:47PM +0200, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit 84baa65dffdbce20752279101548ba888be53b3e:
> 
>   Merge branch '2021-04-22-assorted-updates' (2021-04-23 12:21:37 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2021-07-rc1-3
> 
> for you to fetch changes up to ce62b0f8f45f1b71fc03ddee84c0529cea228e24:
> 
>   test/py: Fix efidebug related tests (2021-04-24 06:53:40 +0200)
> 
> Gitlab CI showed no problem:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/7279
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210424/826a31de/attachment.sig>

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

end of thread, other threads:[~2021-04-24 21:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-24 10:16 Pull request for efi-2021-07-rc1-3 Heinrich Schuchardt
2021-04-24 11:22 ` Marek Vasut
2021-04-24 12:34   ` Tom Rini
2021-04-24 12:56     ` Marek Vasut
2021-04-24 21:42 ` Tom Rini

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.