Merge patch series "This series adds support for file renaming to EFI_FILE_PROTOCOL...
authorTom Rini <trini@konsulko.com>
Fri, 7 Mar 2025 17:50:34 +0000 (11:50 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 7 Mar 2025 18:06:21 +0000 (12:06 -0600)
Gabriel Dalimonte <gabriel.dalimonte@gmail.com> 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
1  2 
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