efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL
ConvertPathToText is implemented for * type 4 - media device path * subtype 4 - file path This is the kind of device path we hand out for block devices. All other cases may be implemented later. Signed-off-by:Heinrich Schuchardt <xypron.glpk@gmx.de> [agraf: fix whitespace] Signed-off-by:
Alexander Graf <agraf@suse.de>
Showing
- cmd/bootefi.c 4 additions, 0 deletionscmd/bootefi.c
- include/efi_api.h 24 additions, 0 deletionsinclude/efi_api.h
- include/efi_loader.h 2 additions, 0 deletionsinclude/efi_loader.h
- lib/efi_loader/Makefile 1 addition, 1 deletionlib/efi_loader/Makefile
- lib/efi_loader/efi_device_path_to_text.c 67 additions, 0 deletionslib/efi_loader/efi_device_path_to_text.c
Loading
Please register or sign in to comment