Skip to content
Commit 7a69e97b authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

efi_loader: implement event queue



Up to now we have only been using a flag queued for events. But this does
not satisfy the requirements of the UEFI spec. Events must be notified in
the sequence of decreasing TPL level and within a TPL level in the sequence
of signaling.

Implement a queue for signaled events.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 1e37be5e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment