mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v3 0/3] environment: allow board code to suppress external env loading
@ 2025-12-12 16:22 Ahmad Fatoum
  2025-12-12 16:22 ` [PATCH v3 1/3] globalvar: suppress nvvar_save when no external environment was loaded Ahmad Fatoum
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ahmad Fatoum @ 2025-12-12 16:22 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

It can be useful for board code to deny loading an environment without
disabling it altogether, e.g. to disable load of the environment when
entering a recovery mode. Add a function for that.

Ahmad Fatoum (3):
  globalvar: suppress nvvar_save when no external environment was loaded
  startup: bump down log message about lack of persistent environment
  environment: allow board code to suppress external env loading

 common/environment.c |  7 +++++++
 common/globalvar.c   |  9 ++++++++-
 common/startup.c     | 18 +++++++++++++-----
 include/envfs.h      |  5 +++++
 include/globalvar.h  |  1 +
 5 files changed, 34 insertions(+), 6 deletions(-)

-- 
2.47.3




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

end of thread, other threads:[~2025-12-15  8:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-12 16:22 [PATCH v3 0/3] environment: allow board code to suppress external env loading Ahmad Fatoum
2025-12-12 16:22 ` [PATCH v3 1/3] globalvar: suppress nvvar_save when no external environment was loaded Ahmad Fatoum
2025-12-12 16:22 ` [PATCH v3 2/3] startup: bump down log message about lack of persistent environment Ahmad Fatoum
2025-12-12 16:22 ` [PATCH v3 3/3] environment: allow board code to suppress external env loading Ahmad Fatoum
2025-12-15  8:33 ` [PATCH v3 0/3] " Sascha Hauer

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