commit | cb5a0ffc1461cce3bc366d45938b09dff5a3d949 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon May 18 08:17:29 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon May 18 08:17:29 2020 -0400 |
tree | 360fcb8e12955e02f8454e5f901d7891cf4168b6 | |
parent | 2ab28d0bdb807aa511daad9fbf7ff17a681dfaa8 [diff] | |
parent | 86fe6dabb91b337f3bee6a25f8ad9cd0d13c3de4 [diff] |
Merge tag 'efi-2020-07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi Pull request for UEFI sub-system for efi-2020-07-rc3 A series of patches introduces the possibility to manage UEFI variables via an OP-TEE module. CONFIG_EFI_MM_COMM_TEE enables this. If this option is not specified the U-Boot behavior remains unchanged. A defconfig is provided for compile testing (lx2160ardb_tfa_stmm_defconfig). An incorrect UEFI memory allocation for fsl-layerscape is fixed