Files
u-boot-krane/include
Masahisa KojimaandHeinrich Schuchardt a84040ab46 eficonfig: refactor file selection handling
eficonfig_select_file_handler() is commonly used to select the
file. eficonfig_display_select_file_option() adds an additional
menu to clear the selected file.
eficonfig_display_select_file_option() is not always necessary
for the file selection process, so it must be outside of
eficonfig_select_file_handler().

This commit also renames the following functions to avoid confusion.
 eficonfig_select_file_handler() -> eficonfig_process_select_file()
 eficonfig_select_file() -> eficonfig_show_file_selection()
 eficonfig_display_select_file_option() -> eficonfig_process_show_file_option()

Finally, test_eficonfig.py need to be updated to get aligned with
the above modification.

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
2022-11-22 12:00:44 +01:00
..
2022-11-07 16:24:30 -07:00
2022-08-04 16:18:47 -04:00
2022-10-30 20:07:16 +01:00
2022-09-29 16:07:57 -04:00
2022-09-24 10:47:01 -04:00
2022-07-26 02:30:56 -06:00
2022-09-29 16:07:57 -04:00
2022-08-12 08:17:11 -04:00
2022-11-02 08:42:03 +01:00
2022-11-21 09:23:00 -05:00
2022-10-31 14:47:32 -04:00
2022-08-04 16:18:47 -04:00
2022-08-31 12:16:01 -04:00
2022-10-18 09:32:53 +08:00
2022-07-26 11:29:00 +02:00
2022-07-26 11:29:02 +02:00
2022-10-30 20:07:17 +01:00
2022-08-10 13:38:30 -04:00
2022-10-21 16:04:39 -04:00
2022-08-08 10:50:20 -04:00
2022-10-31 11:02:44 -04:00
2022-10-29 07:36:33 -06:00
2022-10-21 16:04:39 -04:00
2022-09-13 12:08:40 -04:00
2022-10-16 12:23:22 +02:00
2022-10-31 11:04:00 -04:00
2022-09-24 10:47:01 -04:00
2022-09-18 10:26:49 +02:00