]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: open protocol information
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 1 Jun 2019 18:15:10 +0000 (20:15 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 1 Jun 2019 20:40:23 +0000 (22:40 +0200)
commit7e5e6a7fb0e8eab3ebb4510d7db2a6d8b98d32db
treeaa53fbe133b617394ebb8793bbca8393e84b5662
parentfb99f4475d8efd3362cba32c02d198815603efbe
efi_loader: open protocol information

When a protocol is opened the open protocol information must be updated.
The key fields of the open protocol information records are ImageHandle,
ControllerHandle, and Attributes.

Consider the Attributes field when determining if an open protocol
information record has to be updated or a new one has to be created.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c