Pull request for UEFI sub-system for efi-2021-04-rc2-2
Heinrich Schuchardt
xypron.glpk at gmx.de
Sun Feb 14 14:21:16 CET 2021
Hello Tom,
in the following pull request I have included a correction for binman
because without it Gitlab has a time out on the binman job. The binman
patch has been reviewed by Simon.
See
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/6381
which passed and
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/6379
which timed out.
The following changes since commit 7c82e12cc4e9e25d7c89fe15bfeec4e9b0bb2b4d:
Merge tag 'u-boot-atmel-fixes-2021.04-a' of
https://gitlab.denx.de/u-boot/custodians/u-boot-atmel (2021-02-12
09:09:10 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2021-04-rc2-2
for you to fetch changes up to fd434f47d4d008d41f4ee2fe5cb94791f780395c:
buildman: 'Thread' object has no attribute 'isAlive' (2021-02-14
11:32:04 +0100)
Gitlab shows no problem:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/6381
----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2021-04-rc2-2
Bug fixes:
* fix stack smashing in UEFI capsule updates
* correct loading of UEFI binaries where Virtual size is not a
multiple of FileAlignment
* simplify detection of capsule files.
* buildman: use threading.is_alive() instead of removed method IsAlive()
----------------------------------------------------------------
Asherah Connor (1):
efi_loader: don't load beyond VirtualSize
Heinrich Schuchardt (3):
efi_loader: '.' and '..' are directories
efi_loader: fix get_last_capsule()
buildman: 'Thread' object has no attribute 'isAlive'
lib/efi_loader/efi_capsule.c | 22 ++++++++++++++--------
lib/efi_loader/efi_image_loader.c | 2 +-
tools/buildman/builder.py | 2 +-
3 files changed, 16 insertions(+), 10 deletions(-)
More information about the U-Boot
mailing list