commit | f4c1a14f96bde3b4437216092fed43acb2b9f933 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Sep 09 07:39:40 2021 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Sep 11 11:02:02 2021 +0200 |
tree | ac9d9d5043598ad38d9e4e17c420b561f30f63bb | |
parent | 0bf538ce0c6d7cdf68749425e6c9f7b729066367 [diff] |
efi_loader: eliminate EFI_CALL() in nvedit_efi.c Reduce the code size by avoiding using the external UEFI API and using our internal functions instead. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>