]> git.sur5r.net Git - u-boot/commit
efi_loader: implement EFI_FILE_SYSTEM_INFO
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 4 Apr 2018 13:42:11 +0000 (15:42 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 5 Apr 2018 08:01:45 +0000 (10:01 +0200)
commit9e6835e6baab3d56e1bb2d4b96ee80f98e2196e7
treef3816f885c1b891594d15183bead276c2ebcf3aa
parentc412166de28e7f7722b42a4c4c5e637da2d570ee
efi_loader: implement EFI_FILE_SYSTEM_INFO

Implement the information type EFI_FILE_SYSTEM_INFO in the service
GetInfo() of the EFI_FILE_PROTOCOL.

The volume label is not available in U-Boot. As a work-around use the
partition name instead.

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