mbox series

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

Message ID 5dc36369-907d-718e-4c06-336856a7b990@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for efi-2021-07-rc1-3 | expand

Pull-request

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

Message

Heinrich Schuchardt April 24, 2021, 10:16 a.m. UTC
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

Comments

Marek Vasut April 24, 2021, 11:22 a.m. UTC | #1
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.
Tom Rini April 24, 2021, 12:34 p.m. UTC | #2
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.
Marek Vasut April 24, 2021, 12:56 p.m. UTC | #3
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.
Tom Rini April 24, 2021, 9:42 p.m. UTC | #4
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!