]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit1a967c31ed4541614e2b8ed97a6290638c24d3ac
tree7b52b6a9ba7948efa7780248836cf97ddebd9c65
parent2e108bc15fa74766534fbe7d9231b203f2da27d7
parent410598a2e8bf88b87eff1f1d3d1a76e29315ff65
Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efi

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.