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)
commitcad28d37d5146cf293fe841c7c8e6f658c8a4940
tree1181bd0941a69e8b690fa62d1eeaee2bbee90488
parent0b7f1a95df8fe312ff8f1f548f51e6d656e8e67e
parent7f95104d91ccfb26f802feb5300838b41bc5fbb1
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.