diff options
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | 2019-10-07 14:59:39 +0900 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-11-12 23:13:54 +0100 |
commit | 89cb6a5dd6d44dc7293845d63ee29fe6b7cd1d09 (patch) | |
tree | 7e8154167ea26a521dd4e5e417141dc3a9af4b78 /configs/xpress_spl_defconfig | |
parent | cab6f06c14a2a059621ef51b241a0089beb48cfd (diff) |
efi_loader: disk: install file system protocol to a whole disk
Currently, a whole disk without any partitions is not associated
with EFI_SIMPLE_FILE_SYSTEM_PROTOCOL. So even if it houses some
file system, there is a chance that we may not be able to access
it, particularly, when accesses are to be attempted after searching
that protocol against a device handle.
With this patch, EFI_SIMPLE_FILE_SYSTEM_PROTOCOL is installed
to such a disk if part_get_info() shows there is no partition
table installed on it.
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Only if no partition table exists, check for a file system on disk level.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'configs/xpress_spl_defconfig')
0 files changed, 0 insertions, 0 deletions