commit | 7b4b8d862e891f725905e3ea575ad70080375728 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jun 07 06:47:01 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jun 10 23:06:19 2019 +0200 |
tree | b8512f7d4d5e303291ce3e56ba0106c9929f816b | |
parent | 0b4de56d87bcfdc6e1f72ecc470b52a2530265d7 [diff] |
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>