mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 03:17:29 +01:00
efi_console: set up events
Set up a timer event and the WaitForKey event. In the notify function of the timer event check for console input and signal the WaitForKey event accordingly. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
committed by
Alexander Graf
parent
bfc724625f
commit
91be9a77b7
@@ -226,6 +226,7 @@ static unsigned long do_bootefi_exec(void *efi, void *fdt)
|
||||
INIT_LIST_HEAD(&efi_obj_list);
|
||||
list_add_tail(&loaded_image_info_obj.link, &efi_obj_list);
|
||||
list_add_tail(&bootefi_device_obj.link, &efi_obj_list);
|
||||
efi_console_register();
|
||||
#ifdef CONFIG_PARTITIONS
|
||||
efi_disk_register();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user