Merge tag 'efi-2021-04-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
authorTom Rini <trini@konsulko.com>
Sun, 14 Feb 2021 14:27:46 +0000 (09:27 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 14 Feb 2021 14:27:46 +0000 (09:27 -0500)
commita6ba59583abd4085db5ab00358d751f175e2a451
treeea047196d0b01763798a90b3d1fc8f2364f109ad
parent7c82e12cc4e9e25d7c89fe15bfeec4e9b0bb2b4d
parentfd434f47d4d008d41f4ee2fe5cb94791f780395c
Merge tag 'efi-2021-04-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi

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()