
5 Sep
2019
5 Sep
'19
11:22 p.m.
* provide parameter checks for ReadBlocks and WriteBlocks * correct return code for Reset * indented debug output * add EFI_BLOCK_IO_PROTOCOL and other protocols to HTML documentation
Heinrich Schuchardt (4): efi_loader: parameter checks BLOCK_IO_PROTOCOL efi_loader: use EFI_PRINT() instead of debug() efi_loader: EFI_BLOCK_IO_PROTOCOL.Reset() doc: UEFI API documentation
doc/api/efi.rst | 33 ++++++++++++++++++++ lib/efi_loader/efi_console.c | 11 ++++--- lib/efi_loader/efi_disk.c | 60 +++++++++++++++++++++++++++++++++--- lib/efi_loader/efi_gop.c | 2 +- lib/efi_loader/efi_net.c | 9 ++++-- 5 files changed, 101 insertions(+), 14 deletions(-)
-- 2.23.0.rc1