commit | 2809c872103a0b4497838087f7038bf8b2619af0 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Feb 14 09:27:46 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sun Feb 14 09:27:46 2021 -0500 |
tree | ea047196d0b01763798a90b3d1fc8f2364f109ad | |
parent | 6701b0d22d74aa78f50707b666e56ee174f4c78e [diff] | |
parent | b7ff766f55d306505dd70893b24f000389cc6725 [diff] |
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()