diff options
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | 2017-06-29 21:16:19 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2017-07-04 09:01:23 +0200 |
commit | 8e1d329ff5eebb7bcc9bf8eb931b8c6517598a10 (patch) | |
tree | 13f7d0d1f24abf5c8f5ca527557b85394bb22e8d /configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig | |
parent | 6e0bf8d8b40ac0ad6987e203c50f1cb16d22273b (diff) |
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>
Diffstat (limited to 'configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig')
0 files changed, 0 insertions, 0 deletions