commit | ab15d4149ee950820f65e5a5235b1e6b745fc678 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat May 04 17:27:54 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue May 07 21:10:04 2019 +0200 |
tree | 68c5d3fa39f71359d73a48116df82840fda6dd89 | |
parent | 3626e539903f05565e0f6b54fae7f19da7a0bf34 [diff] |
efi_loader: implement RegisterProtocolNotify() The RegisterProtocolNotify() boot service registers an event to be notified upon the installation of a protocol interface with the specified GUID. Add the missing implementation. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>