]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: implement RegisterProtocolNotify()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 4 May 2019 15:27:54 +0000 (17:27 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 May 2019 19:10:04 +0000 (21:10 +0200)
commit63f3b1f84798faf47b6cd828a3936cfa20aadbaa
tree68c5d3fa39f71359d73a48116df82840fda6dd89
parent84718ba2b214e81efae58e63b57e59540a29b88b
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>
include/efi_loader.h
lib/efi_loader/efi_boottime.c