commit | eae62ae8de1893f7cf08e276ab841d3f99245603 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Jun 25 13:33:15 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 25 13:33:15 2020 -0400 |
tree | f3802668f5da7e8a137d4fa752935121d3afaacf | |
parent | 4b78b5bfdae8d655924d01aa332ea179c2885c62 [diff] | |
parent | d80dd9e7853256f27847238771bf34c7157b8894 [diff] |
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.