[U-Boot] [PATCH v3 0/4] efi_loader: disk: install FILE_SYSTEM_PROTOCOL to whole disk

AKASHI Takahiro takahiro.akashi at linaro.org
Fri Oct 4 03:05:19 UTC 2019


Changes in v3 (Oct 4, 2019)
* add patch#1
* use newly-added fs_get_type() instead fo fs_get_type_name()
* check for FS_TYPE_ANY to confirm if a file system exists or not
* remove a redundant check on whether a device is a partition
  or a whole disk

Changes in v2 (Sept 12, 2019)
* add patch#1 and #2
* install the protocol only if a file system does exist

AKASHI Takahiro (4):
  fs: export fs_close()
  fs: add fs_get_type() for current filesystem type
  efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if available
  efi_loader: disk: install file system protocol to a whole disk

 fs/fs.c                   | 15 ++++++++++++++-
 include/fs.h              | 17 +++++++++++++++++
 lib/efi_loader/efi_disk.c | 17 ++++++++++++++++-
 3 files changed, 47 insertions(+), 2 deletions(-)

-- 
2.21.0



More information about the U-Boot mailing list