From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Wunderlich Date: Mon, 20 May 2019 20:34:37 +0200 Subject: [U-Boot] [PATCH v4 0/4] add command env erase In-Reply-To: <20190428085128.8479-1-frank-w@public-files.de> References: <20190428085128.8479-1-frank-w@public-files.de> Message-ID: <8DFB5781-5D38-4CD2-82B9-1C378C798C5E@public-files.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Just a friendly reminder. Any comments on my patches? Regards Frank Am 28. April 2019 10:51:24 MESZ schrieb Frank Wunderlich : >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 > >changes since v3: > - fixes > - Kconfig-option as suggested by Simon Goldschmidt > - including CONFIG_ENV_OFFSET_REDUND (4/4 is RFC) > >Frank Wunderlich (4): > env: register erase command > env: mmc: add erase-function > env: add option to use redundant offset > [RFC] env: call env_erase twice if CONFIG_ENV_OFFSET_REDUND is set > > cmd/Kconfig | 8 ++++++++ > cmd/nvedit.c | 26 ++++++++++++++++++++++++++ > env/env.c | 30 ++++++++++++++++++++++++++++++ > env/mmc.c | 36 ++++++++++++++++++++++++++++++++++++ > include/environment.h | 17 +++++++++++++++++ > 5 files changed, 117 insertions(+) > >-- >2.17.1