Home
last modified time | relevance | path

Searched hist:"8 e1d329ff5eebb7bcc9bf8eb931b8c6517598a10" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_boottime.c8e1d329ff5eebb7bcc9bf8eb931b8c6517598a10 Thu Jun 29 19:16:19 UTC 2017 xypron.glpk@gmx.de <xypron.glpk@gmx.de> efi_loader: efi_handle_protocol set attributes

UEFI spec 2.7 indicates that HandleProtocol can be implemented
by calling OpenProtocol with
attributes = EFI_OPEN_PROTOCOL_BY_HANDLE_PROTOCOL.

Currently we pass attributes = 0 to efi_open_protocol. 0 is not a
valid value when calling OpenProtocol. This does not cause any errors
yet because our implementation of OpenProtocol is incomplete.

We should pass the correct value to enable a fully compliant
implementation of OpenProtocol in the future.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>