Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi master
authorTom Rini <trini@konsulko.com>
Thu, 25 Jun 2020 17:33:15 +0000 (13:33 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2020 17:33:15 +0000 (13:33 -0400)
commiteae62ae8de1893f7cf08e276ab841d3f99245603
treef3802668f5da7e8a137d4fa752935121d3afaacf
parent4b78b5bfdae8d655924d01aa332ea179c2885c62
parentd80dd9e7853256f27847238771bf34c7157b8894
Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi

Pull request for UEFI sub-system for efi-2020-07-rc6

Corrections for variable definitions are provided:

* Correct size of secure boot related UEFI variables.
* Do not use int for storing an enum.
* Replace fdt_addr by fdt_size where needed.