mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] Add boot slot locking to bootchooser
@ 2025-06-13 14:08 Lars Schmidt
  2025-06-13 14:08 ` [PATCH 1/4] bootchooser: implement locking of boot slots Lars Schmidt
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Lars Schmidt @ 2025-06-13 14:08 UTC (permalink / raw)
  To: barebox; +Cc: Lars Schmidt

This patch series adds an option to lock slots to bootchooser.
When slots are locked, the remaining_attempts counter will not
get counted down. It is optional, so when not set, it does not 
have any effect on the counter. The choice of which slot to boot
is also not affected.

Lars Schmidt (4):
  bootchooser: implement locking of boot slots
  bootchooser: extend cmd tool by option to set slot locking
  Documentation: bootchooser: add information about slots_locked
  Documentation: migration-2025.07.0: add information about slots_locked

 Documentation/migration-guides/index.rst      |  1 +
 .../migration-guides/migration-2025.07.0.rst  |  8 +++
 Documentation/user/bootchooser.rst            | 26 +++++++++
 commands/bootchooser.c                        | 16 +++++-
 common/bootchooser.c                          | 55 +++++++++++++++++--
 include/bootchooser.h                         |  1 +
 6 files changed, 101 insertions(+), 6 deletions(-)
 create mode 100644 Documentation/migration-guides/migration-2025.07.0.rst

-- 
2.39.5




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

end of thread, other threads:[~2025-06-16 12:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-13 14:08 [PATCH 0/4] Add boot slot locking to bootchooser Lars Schmidt
2025-06-13 14:08 ` [PATCH 1/4] bootchooser: implement locking of boot slots Lars Schmidt
2025-06-16 10:44   ` Ahmad Fatoum
2025-06-13 14:08 ` [PATCH 2/4] bootchooser: extend cmd tool by option to set slot locking Lars Schmidt
2025-06-16 10:49   ` Ahmad Fatoum
2025-06-13 14:08 ` [PATCH 3/4] Documentation: bootchooser: add information about slots_locked Lars Schmidt
2025-06-16 10:50   ` Ahmad Fatoum
2025-06-13 14:08 ` [PATCH 4/4] Documentation: migration-2025.07.0: " Lars Schmidt
2025-06-16 10:51   ` Ahmad Fatoum

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