]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit30d9bbd65ef9a760eca28623dacbd65c5f190646
treeceef3a1214f5422b0071454aecd511e1b5f6bf95
parent9c3de8cd1392643435fbc3393f3d6898f5c7724c
parentf88ba0753c4719541d6eb39602e04d4e4b1ec9ae
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.