]> git.baikalelectronics.ru Git - uboot.git/commit
Merge tag 'efi-2019-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
authorTom Rini <trini@konsulko.com>
Mon, 8 Jul 2019 20:02:51 +0000 (16:02 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 8 Jul 2019 20:02:51 +0000 (16:02 -0400)
commitf6bf2a23ce82e46b290ac002ee7ed0663069152e
tree1181bd0941a69e8b690fa62d1eeaee2bbee90488
parentb7508e6575d7f5158d14a1fee88a621a6f31bbc2
parentecae89e44d22de90fc77808c514cf873524e0a6b
Merge tag 'efi-2019-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi

Pull request for UEFI sub-system for v2019.10-rc1

Fix a possible overflow for GUID partition tables.

For some runtime services we only have implementations valid at boottime.
So we replace them when leaving boottime. Move this from
SetVirtualAddressMap() to ExitBootServices() as SetVirtualAddressMap() is
not called by all operating systems. Adjust the Python tests accordingly.

Bump the supported UEFI specification version to 2.8.