commit | 35c0cf6687138dc11daf905b6f85bf3f27498c3f | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jun 05 21:00:39 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jun 10 23:06:19 2019 +0200 |
tree | 24673b58a8c5ace6495f9d41fdf231c036bcf499 | |
parent | 7a4ab91bae344d9198c8acdcb0d2f5e617da9bb0 [diff] |
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: Heinrich Schuchardt <xypron.glpk@gmx.de>