From patchwork Wed Jun 24 15:42:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 242866 List-Id: U-Boot discussion From: xypron.glpk at gmx.de (Heinrich Schuchardt) Date: Wed, 24 Jun 2020 17:42:16 +0200 Subject: [PATCH 0/2] efi_loader: fix secure boot variables Message-ID: <20200624154218.7746-1-xypron.glpk@gmx.de> 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