[U-Boot] [PATCH v4 0/5] efi_loader: disk: install FILE_SYSTEM_PROTOCOL to whole disk

AKASHI Takahiro takahiro.akashi at linaro.org
Mon Oct 7 05:59:34 UTC 2019


Changes in v4 (Oct 7, 2019)
* modify commit message of patch#1 after Heinrich's suggestion
* add patch#2 after Heinrich's suggestion
* add a function description to efi_fs_exists() after Heinrich's
  suggestion (patch#4)

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 (5):
  fs: export fs_close()
  fs: clean up around fs_type
  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                   | 18 ++++++++++++++----
 include/fs.h              | 17 +++++++++++++++++
 lib/efi_loader/efi_disk.c | 25 ++++++++++++++++++++++++-
 3 files changed, 55 insertions(+), 5 deletions(-)

-- 
2.21.0



More information about the U-Boot mailing list