commit | 1d63ec3fa40e4899ad1d74d5ed3c926acfda54f2 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Apr 08 22:32:45 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 08 22:32:45 2019 -0400 |
tree | ceef3a1214f5422b0071454aecd511e1b5f6bf95 | |
parent | ffb269ab30dbce8ab87d09942e2a6951694516f1 [diff] | |
parent | bfc2dd53812f7946b61c18e915118fb7aad12e6d [diff] |
Merge tag 'efi-2019-07-rc1' of git://git.denx.de/u-boot-efi Pull request for UEFI sub-system for v2019.07-rc1 The patch series adds support for the BootNext and BootCurrent variables. The rest is mostly bug fixes. With the bug fixes in place it becomes possible to use the EFI Shell `edit` command. A new unit test is supplied to check the image base and size fields of the loaded image protocol. An inline check when freeing memory from the pool safeguards against double frees.