[PATCH 0/2] efi_loader: fix secure boot variables

Heinrich Schuchardt xypron.glpk at gmx.de
Wed Jun 24 17:42:16 CEST 2020


The size and type of some UEFI secure boot related variables is incorrect.
This leads to incorrect UEFI variable values.

For an internal variable holding an enum int is used as type instead of
the enumeration.

Heinrich Schuchardt (2):
  efi_loader: type of efi_secure_mode
  efi_loader: size of secure boot variables

 lib/efi_loader/efi_variable.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

--
2.27.0



More information about the U-Boot mailing list