1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-07 15:49:17 +01:00
Files
u-boot-megous/cmd/eficonfig.c
Masahisa Kojima 140a8959d4 eficonfig: use efi_get_next_variable_name_int()
eficonfig command reads all possible UEFI load options
from 0x0000 to 0xFFFF to construct the menu. This takes too much
time in some environment.
This commit uses efi_get_next_variable_name_int() to read all
existing UEFI load options to significantlly reduce the count of
efi_get_var() call.

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
2022-12-02 19:17:25 +01:00

64 KiB