All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2] add env erase
@ 2019-04-08 10:33 Frank Wunderlich
  2019-04-08 10:33 ` [U-Boot] [PATCH v2 1/2] env: register erase command Frank Wunderlich
  2019-04-08 10:33 ` [U-Boot] [PATCH v2 2/2] env: mmc: add erase-function Frank Wunderlich
  0 siblings, 2 replies; 3+ messages in thread
From: Frank Wunderlich @ 2019-04-08 10:33 UTC (permalink / raw)
  To: u-boot

sometimes it is needed to erase the non-volatile environment
e.g. for boot-up with builtin-environment or after resizing env

this series add basic functionality for erasing environment from storage
as a first storage-driver mmc is introduced, other needs to be added later

Frank Wunderlich (2):
  env: register erase command
  env: mmc: add erase-function

 cmd/nvedit.c          | 13 +++++++++++++
 env/env.c             | 30 ++++++++++++++++++++++++++++++
 env/mmc.c             | 28 ++++++++++++++++++++++++++++
 include/environment.h | 17 +++++++++++++++++
 4 files changed, 88 insertions(+)

--
2.17.1

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

end of thread, other threads:[~2019-04-08 10:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-08 10:33 [U-Boot] [PATCH v2 0/2] add env erase Frank Wunderlich
2019-04-08 10:33 ` [U-Boot] [PATCH v2 1/2] env: register erase command Frank Wunderlich
2019-04-08 10:33 ` [U-Boot] [PATCH v2 2/2] env: mmc: add erase-function Frank Wunderlich

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.