[U-Boot] [PATCH v3 0/5] efi_loader: EFI_FILE_PROTOCOL
Heinrich Schuchardt
xypron.glpk at gmx.de
Wed Apr 4 13:42:08 UTC 2018
This patch series contains correction for the EFI_FILE_PROTOCOL.
The formation type EFI_FILE_SYSTEM_INFO in the service GetInfo()
of the EFI_FILE_PROTOCOL is implemented.
v3
Add more fixes, a todo, and a selftest.
Heinrich Schuchardt (5):
efi_loader: use const for GUIDs in the EFI_FILE_PROTOCOL
efi_loader: ascii2unicode(): add trailing \0
efi_loader: implement EFI_FILE_SYSTEM_INFO
efi_selftest: partition label for test image
efi_selftest: test getinfo(EFI_FILE_SYSTEM_INFO)
include/efi_api.h | 17 +++++++-
include/efi_loader.h | 3 ++
lib/efi_loader/efi_file.c | 42 +++++++++++++++++++-
lib/efi_selftest/efi_selftest_block_device.c | 22 +++++++++++
lib/efi_selftest/efi_selftest_disk_image.h | 58 +++++++++++-----------------
5 files changed, 102 insertions(+), 40 deletions(-)
--
2.16.3
More information about the U-Boot
mailing list