U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1]: drivers: bootcount: Add support for FAT filesystem
@ 2024-06-10 18:51 Vasileios Amoiridis
  2024-06-10 18:51 ` [PATCH v2 1/1] " Vasileios Amoiridis
  0 siblings, 1 reply; 14+ messages in thread
From: Vasileios Amoiridis @ 2024-06-10 18:51 UTC (permalink / raw)
  To: trini, hs, pro
  Cc: vasileios.amoiridis, quentin.schulz, u-boot, Vasileios Amoiridis

Changes in v2:
	- Use generic code by utilizing FS_TYPE_ANY
	- Change filename from bootcount_ext.c to bootcount_fs.c

v1: https://lore.kernel.org/u-boot/20240605181041.68317-1-vassilisamir@gmail.com/

This patch adds support to save the bootcount variable in a file located in
FAT filesystem. Up to now, there was support only for EXT filesystem.

The reason I put this as RFC is because the file "bootcount_ext.c" will no
longer represent the implementation for the EXT filesystem, but also for the
FAT filesystem. Should it be renamed? If not, wouldn't it be inconsistent?

Cheers,
Vasilis

P.S: Documentation has not been modified yet, I will submit in the v2 (if any).

Vasileios Amoiridis (1):
  drivers: bootcount: Add support for FAT filesystem

 doc/README.bootcount                          | 12 ++---
 drivers/bootcount/Kconfig                     | 53 +++++++++++++------
 drivers/bootcount/Makefile                    |  2 +-
 .../{bootcount_ext.c => bootcount_fs.c}       | 12 ++---
 4 files changed, 50 insertions(+), 29 deletions(-)
 rename drivers/bootcount/{bootcount_ext.c => bootcount_fs.c} (81%)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-06-11 21:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-10 18:51 [PATCH v2 0/1]: drivers: bootcount: Add support for FAT filesystem Vasileios Amoiridis
2024-06-10 18:51 ` [PATCH v2 1/1] " Vasileios Amoiridis
2024-06-10 19:37   ` Tom Rini
2024-06-10 20:03     ` Vasileios Amoiridis
2024-06-10 20:04       ` Tom Rini
2024-06-11  4:03   ` Heiko Schocher
2024-06-11  9:33   ` Quentin Schulz
2024-06-11 15:27     ` Vasileios Amoiridis
2024-06-11 15:41       ` Quentin Schulz
2024-06-11 16:06         ` Tom Rini
2024-06-11 16:20           ` Vasileios Amoiridis
2024-06-11 16:29             ` Quentin Schulz
2024-06-11 20:30               ` Vasileios Amoiridis
2024-06-11 16:16         ` Vasileios Amoiridis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox