Merge tag 'efi-2019-07-rc1' of git://git.denx.de/u-boot-efi
authorTom Rini <trini@konsulko.com>
Tue, 9 Apr 2019 02:32:45 +0000 (22:32 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 9 Apr 2019 02:32:45 +0000 (22:32 -0400)
commit1d63ec3fa40e4899ad1d74d5ed3c926acfda54f2
treeceef3a1214f5422b0071454aecd511e1b5f6bf95
parentffb269ab30dbce8ab87d09942e2a6951694516f1
parentbfc2dd53812f7946b61c18e915118fb7aad12e6d
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.