Merge patch series "This series adds support for file renaming to EFI_FILE_PROTOCOL.SetInfo()."

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
This commit is contained in:
Tom Rini
2025-03-07 11:50:34 -06:00
committed by Simon Glass
parent f2c8c1bc54
commit d7bd570fad

View File

@@ -94,6 +94,7 @@ Shell commands
cmd/msr
cmd/mtest
cmd/mtrr
cmd/mv
cmd/panic
cmd/part
cmd/pause