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

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

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.

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.

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.

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!
participants (3)
-
Heinrich Schuchardt
-
Marek Vasut
-
Tom Rini