From: Tom Rini Date: Fri, 7 Mar 2025 17:50:34 +0000 (-0600) Subject: Merge patch series "This series adds support for file renaming to EFI_FILE_PROTOCOL... X-Git-Tag: v2025.07-rc1~18^2~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=743c15b9fdd2f639012a2c26734dc146dc568218;p=thirdparty%2Fu-boot.git Merge patch series "This series adds support for file renaming to EFI_FILE_PROTOCOL.SetInfo()." Gabriel Dalimonte says: This series adds support for file renaming to EFI_FILE_PROTOCOL.SetInfo(). One of the use cases for renaming in EFI is to facilitate boot loader boot counting. No existing filesystems in U-Boot currently include file renaming, resulting in support for renaming at the filesystem level and a concrete implementation for the FAT filesystem. Link: https://lore.kernel.org/r/20250217182648.31294-1-gabriel.dalimonte@gmail.com --- 743c15b9fdd2f639012a2c26734dc146dc568218 diff --cc doc/usage/index.rst index bf2335dc8f0,bf2335dc8f0..fc058476f39 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst @@@ -93,6 -93,6 +93,7 @@@ Shell command cmd/msr cmd/mtest cmd/mtrr ++ cmd/mv cmd/optee cmd/panic cmd/part