efi_loader: simplify boot manager
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 24 Jun 2020 17:09:18 +0000 (19:09 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Jul 2020 21:14:17 +0000 (23:14 +0200)
commitdda8c7163a2b4f3d30f54cd3553b2c81bc64e787
treeb59602355e9e32e8fb4371b2dc5ecc011eb505db
parentdc90e5c491fb975c577f4cd874052c8b91078915
efi_loader: simplify boot manager

Simplify the implementation of the UEFI boot manager:

* avoid EFI_CALL for SetVariable() and GetVariable()
* remove unnecessary type conversions

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_bootmgr.c