Files
u-boot/cmd
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
..
2022-10-30 20:07:17 +01:00
2022-11-28 13:06:39 -05:00
2022-11-28 13:06:39 -05:00
2022-10-31 11:04:00 -04:00