Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efi
authorTom Rini <trini@konsulko.com>
Wed, 24 Apr 2019 16:26:58 +0000 (12:26 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 24 Apr 2019 16:26:58 +0000 (12:26 -0400)
Pull request for UEFI sub-system for v2019.07-rc1 (3)

This patch series reworks the implementation of the `bootefi` command to
remove code duplication by using the LoadImage() boot service to load
binaries.

Missing short texts for UEFI protocols are added for display by the
`efidebug dh` command.

Missing parameter checks for AllocatePages() and CreateDeviceNode() are
implemented.

The constants for protocol GUIDs are changed to match the names in the UEFI
specification.


Trivial merge