Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-31 | efi_loader: correct notification of protocol installation | Heinrich Schuchardt | |
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> | |||
2019-05-07 | efi_selftest: unit test for RegisterProtocolNotify() | Heinrich Schuchardt | |
Provide a unit test for the RegisterProtocolNotify() boot service. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> |