commit | 7c19901a6951e23de417d168fc47626ee2eb32e9 | [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 | ae587c70e0bbf563f7374d9d3c9bde5aea500afe [diff] | |
parent | bae548c2bb53090c12c65f135edc30e2f29edc59 [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.