All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/1] drivers: bootcount: Add support for FAT filesystem
@ 2024-06-05 18:10 Vasileios Amoiridis
  2024-06-05 18:10 ` [RFC PATCH] " Vasileios Amoiridis
  2024-06-05 18:48 ` [RFC PATCH 0/1] " Tom Rini
  0 siblings, 2 replies; 7+ messages in thread
From: Vasileios Amoiridis @ 2024-06-05 18:10 UTC (permalink / raw)
  To: trini, hs, pro; +Cc: vasileios.amoiridis, u-boot

From: Vasileios Amoiridis <vasileios.amoiridis@cern.ch>

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         | 49 +++++++++++++++++++++++--------
 drivers/bootcount/Makefile        |  2 +-
 drivers/bootcount/bootcount_ext.c | 18 ++++++++----
 4 files changed, 56 insertions(+), 25 deletions(-)


base-commit: c0ea27bccfb7d2d37fd36806ac2a2f7389099420
-- 
2.34.1


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

end of thread, other threads:[~2024-06-07  6:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-05 18:10 [RFC PATCH 0/1] drivers: bootcount: Add support for FAT filesystem Vasileios Amoiridis
2024-06-05 18:10 ` [RFC PATCH] " Vasileios Amoiridis
2024-06-06  7:58   ` Philip Oberfichtner
2024-06-06 17:11     ` Vasileios Amoiridis
2024-06-06 15:34   ` Quentin Schulz
2024-06-06 17:33     ` Vasileios Amoiridis
2024-06-05 18:48 ` [RFC PATCH 0/1] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.