]> git.ipfire.org Git - thirdparty/u-boot.git/commit - lib/efi_loader/efi_console.c
efi_loader: event signaling in ExitBootServices
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 7 Jun 2019 04:47:01 +0000 (06:47 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 10 Jun 2019 21:06:19 +0000 (23:06 +0200)
commit7eaa900e56b28350d954eac20b14c3adb6da2570
treeb8512f7d4d5e303291ce3e56ba0106c9929f816b
parentdfa306e44271aadc64cca4a070527ad7d64531fc
efi_loader: event signaling in ExitBootServices

ExitBootServices() has to stop timer related activity before calling the
events of the EFI_EVENT_GROUP_EXIT_BOOT_SERVICES event group. But our
current implementation was stopping all other events.

All events have to observe the task priority level.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_loader.h
lib/efi_loader/efi_boottime.c
lib/efi_loader/efi_console.c
lib/efi_loader/efi_memory.c
lib/efi_loader/efi_runtime.c