From: Tom Rini Date: Mon, 8 Jul 2019 20:02:51 +0000 (-0400) Subject: Merge tag 'efi-2019-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi X-Git-Tag: v2019.10-rc1~39 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cad28d37d5146cf293fe841c7c8e6f658c8a4940;p=oweals%2Fu-boot.git 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. --- cad28d37d5146cf293fe841c7c8e6f658c8a4940