commit | f09cea36ca086c7b5df372bdf38168c2ce5609ca | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue May 21 18:19:01 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri May 31 23:27:11 2019 +0200 |
tree | e33556947d0aac81e079ed003b6da0ce20deaeb0 | |
parent | 8a802a2eefd36865eaa3d927d1db7af63bb2d922 [diff] |
efi_loader: correct notification of protocol installation When a protocol is installed the handle should be queued for the registration key of each registered event. LocateHandle() should return the first handle from the queue for the registration key and delete it from the queue. Implement the queueing. Correct the selftest. With the patch the UEFI SCT tests for LocateHandle() are passed without failure. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>