]> git.sur5r.net Git - u-boot/commit
efi_loader: use correct types in EFI_FILE_PROTOCOL
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 3 Apr 2018 20:37:11 +0000 (22:37 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 4 Apr 2018 09:39:27 +0000 (11:39 +0200)
commitb6dd57773719bfcea6a295973c349b7842870337
treef2750dfd6e9909b32ece99243db0da2d2c918c6a
parent43dace5d897ef1ac5eadaf906d77f671e018116f
efi_loader: use correct types in EFI_FILE_PROTOCOL

In the EFI_FILE_PROTOCOL buffer sizes and positions are passed as UINTN and
not as u64.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_api.h
lib/efi_loader/efi_boottime.c
lib/efi_loader/efi_file.c
lib/efi_selftest/efi_selftest_block_device.c